Skip to content

Commit

Permalink
chore: use Permit2 public repo in git submodules (#204)
Browse files Browse the repository at this point in the history
* chore: use public permit2 repo for submodules
  • Loading branch information
rileydcampbell authored Sep 26, 2023
1 parent 018ddc9 commit 3714628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
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
Expand All @@ -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

0 comments on commit 3714628

Please sign in to comment.