From 3ed4593e15c1d310e5ec4ec1aa4704c2f0fed25f Mon Sep 17 00:00:00 2001 From: JulesCrown Date: Tue, 12 Mar 2024 11:50:26 +0100 Subject: [PATCH] setup --- .gitignore | 2 +- .gitmodules | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 68788a6..a44218c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ docs/ .infura .DS_Store -/onchain/lib/ \ No newline at end of file +/onchain/lib/**/node-modules/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 062c688..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +0,0 @@ -[submodule "onchain/lib/forge-std"] - path = onchain/lib/forge-std - url = https://github.com/foundry-rs/forge-std -[submodule "onchain/lib/solmate"] - path = onchain/lib/solmate - url = https://github.com/Rari-Capital/solmate -[submodule "onchain/lib/openzeppelin-contracts"] - path = onchain/lib/openzeppelin-contracts - url = https://github.com/openzeppelin/openzeppelin-contracts -[submodule "onchain/lib/v3-core"] - path = onchain/lib/v3-core - url = https://github.com/Uniswap/v3-core -[submodule "onchain/lib/v3-periphery"] - path = onchain/lib/v3-periphery - url = https://github.com/Uniswap/v3-periphery -[submodule "onchain/lib/uni-v3-lib"] - path = onchain/lib/uni-v3-lib - url = https://github.com/Aperture-Finance/uni-v3-lib -[submodule "onchain/lib/pt-v5-twab-controller"] - path = onchain/lib/pt-v5-twab-controller - url = https://github.com/GenerationSoftware/pt-v5-twab-controller