Skip to content

Commit

Permalink
Merge pull request #43 from bgd-labs/fix/create2-adapter-deployments
Browse files Browse the repository at this point in the history
fix: updated libs and remappings
  • Loading branch information
sendra authored May 2, 2024
2 parents ae08279 + b67e3df commit d8f324a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 21 deletions.
12 changes: 3 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
[submodule "lib/solidity-utils"]
path = lib/solidity-utils
url = https://github.com/bgd-labs/solidity-utils
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v4.9
[submodule "lib/aave-address-book"]
path = lib/aave-address-book
url = https://github.com/bgd-labs/aave-address-book
[submodule "lib/nitro-contracts"]
path = lib/nitro-contracts
url = https://github.com/OffchainLabs/nitro-contracts
[submodule "lib/fx-portal"]
path = lib/fx-portal
url = https://github.com/0xPolygon/fx-portal
[submodule "lib/aave-helpers"]
path = lib/aave-helpers
url = https://github.com/bgd-labs/aave-helpers
1 change: 0 additions & 1 deletion lib/aave-address-book
Submodule aave-address-book deleted from fa8d35
1 change: 1 addition & 0 deletions lib/aave-helpers
Submodule aave-helpers added at 1daafe
1 change: 0 additions & 1 deletion lib/forge-std
Submodule forge-std deleted from 1d9650
1 change: 0 additions & 1 deletion lib/solidity-utils
Submodule solidity-utils deleted from 56720a
14 changes: 5 additions & 9 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
solidity-utils/=lib/solidity-utils/src/
@openzeppelin/=lib/openzeppelin-contracts/
@aave/core-v3/=lib/aave-address-book/lib/aave-v3-core/
@aave/periphery-v3/=lib/aave-address-book/lib/aave-v3-periphery/
aave-address-book/=lib/aave-address-book/src/
aave-v3-core/=lib/aave-address-book/lib/aave-v3-core/
aave-v3-periphery/=lib/aave-address-book/lib/aave-v3-periphery/
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
solidity-utils/=lib/aave-helpers/lib/solidity-utils/src/
ds-test/=lib/aave-helpers/lib/forge-std/lib/ds-test/src/
forge-std/=lib/aave-helpers/lib/forge-std/src/
fx-portal/=lib/fx-portal/contracts/
nitro-contracts/=lib/nitro-contracts/src/
openzeppelin-contracts/=lib/openzeppelin-contracts/
aave-helpers/=lib/aave-helpers/src/
aave-address-book/=lib/aave-helpers/lib/aave-address-book/src/

0 comments on commit d8f324a

Please sign in to comment.