-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use Permit2 public repo in git submodules (#204)
* chore: use public permit2 repo for submodules
- Loading branch information
1 parent
018ddc9
commit 3714628
Showing
2 changed files
with
4 additions
and
4 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,9 +1,6 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lib/permit2"] | ||
path = lib/permit2 | ||
url = [email protected]:Uniswap/permit2.git | ||
[submodule "lib/solmate"] | ||
path = lib/solmate | ||
url = https://github.com/transmissions11/solmate | ||
|
@@ -13,3 +10,6 @@ | |
[submodule "lib/openzeppelin-contracts"] | ||
path = lib/openzeppelin-contracts | ||
url = https://github.com/openzeppelin/openzeppelin-contracts | ||
[submodule "lib/permit2"] | ||
path = lib/permit2 | ||
url = https://github.com/Uniswap/permit2 |
Submodule permit2
updated
6 files
+53 β53 | .gas-snapshot | |
+1 β1 | src/interfaces/IAllowanceTransfer.sol | |
+1 β1 | src/interfaces/IDAIPermit.sol | |
+1 β1 | src/interfaces/IEIP712.sol | |
+1 β1 | src/interfaces/IERC1271.sol | |
+1 β1 | src/interfaces/ISignatureTransfer.sol |