-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update to latest v4-periphery and v4-core * feat: necessary updates to align with latest periphery design
- Loading branch information
1 parent
397e5eb
commit 0d4c51a
Showing
18 changed files
with
217 additions
and
153 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,15 +1,6 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lib/pancake-v4-core"] | ||
path = lib/pancake-v4-core | ||
url = https://github.com/pancakeswap/pancake-v4-core | ||
[submodule "lib/pancake-v4-periphery"] | ||
path = lib/pancake-v4-periphery | ||
url = https://github.com/pancakeswap/pancake-v4-periphery | ||
[submodule "lib/openzeppelin-contracts"] | ||
path = lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
[submodule "lib/solmate"] | ||
path = lib/solmate | ||
url = https://github.com/transmissions11/solmate | ||
[submodule "lib/pancake-v4-universal-router"] | ||
path = lib/pancake-v4-universal-router | ||
url = https://github.com/pancakeswap/pancake-v4-universal-router |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 +1,7 @@ | ||
[profile.default] | ||
src = 'src' | ||
out = 'foundry-out' | ||
solc_version = '0.8.24' | ||
libs = ["lib"] | ||
solc_version = '0.8.26' | ||
evm_version = 'cancun' | ||
via_ir = true |
Submodule openzeppelin-contracts
deleted from
9329cf
Submodule pancake-v4-core
deleted from
b8952e
Submodule pancake-v4-periphery
deleted from
b19c70
Submodule pancake-v4-universal-router
added at
8cefac
Submodule solmate
deleted from
c89230
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,6 +1,8 @@ | ||
ds-test/=lib/forge-std/lib/ds-test/src/ | ||
forge-std/=lib/forge-std/src/ | ||
@pancakeswap/v4-core/=lib/pancake-v4-core/ | ||
@pancakeswap/v4-periphery/=lib/pancake-v4-periphery/ | ||
@openzeppelin/=lib/openzeppelin-contracts/ | ||
solmate/=lib/solmate/src/ | ||
ds-test/=lib/forge-std/lib/ds-test/src/ | ||
openzeppelin-contracts/=lib/pancake-v4-universal-router/lib/pancake-v4-periphery/lib/pancake-v4-core/lib/openzeppelin-contracts/ | ||
solmate/=lib/pancake-v4-universal-router/lib/pancake-v4-periphery/lib/pancake-v4-core/lib/solmate/ | ||
pancake-v4-core/=lib/pancake-v4-universal-router/lib/pancake-v4-periphery/lib/pancake-v4-core/ | ||
pancake-v4-periphery/=lib/pancake-v4-universal-router/lib/pancake-v4-periphery/ | ||
pancake-v4-universal-router/=lib/pancake-v4-universal-router/ | ||
permit2/=lib/pancake-v4-universal-router/lib/pancake-v4-periphery/lib/permit2/ |
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
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
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
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
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
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
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
Oops, something went wrong.