-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from bgd-labs/fix/create2-adapter-deployments
fix: updated libs and remappings
- Loading branch information
Showing
6 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Submodule aave-address-book
deleted from
fa8d35
Submodule aave-helpers
added at
1daafe
Submodule forge-std
deleted from
1d9650
Submodule solidity-utils
deleted from
56720a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |