Skip to content

Commit 2aca49d

Browse files
committed
fix: permit, hash, bc structure
1 parent 78a5392 commit 2aca49d

18 files changed

+598
-273
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
[submodule "lib/permit2"]
1717
path = lib/permit2
1818
url = https://github.com/uniswap/permit2
19+
[submodule "lib/v2-core"]
20+
path = lib/v2-core
21+
url = https://github.com/uniswap/v2-core
22+
[submodule "lib/v2-periphery"]
23+
path = lib/v2-periphery
24+
url = https://github.com/uniswap/v2-periphery

foundry.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,18 @@
1111
"rev": "fcbae5394ae8ad52d8e580a3477db99814b9d565"
1212
}
1313
},
14+
"lib/permit2": {
15+
"rev": "cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"
16+
},
1417
"lib/universal-router": {
1518
"rev": "41183d6eb154f0ab0e74a0e911a5ef9ea51fc4bd"
1619
},
20+
"lib/v2-core": {
21+
"tag": {
22+
"name": "v1.0.1",
23+
"rev": "4dd59067c76dea4a0e8e4bfdda41877a6b16dedc"
24+
}
25+
},
1726
"lib/v4-core": {
1827
"tag": {
1928
"name": "v4.0.0",

lib/v2-core

Submodule v2-core added at 4dd5906

lib/v2-periphery

Submodule v2-periphery added at 0335e8f

remappings.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@uniswap/v4-core/=lib/v4-core/
22
@uniswap/v4-periphery/=lib/v4-periphery/
3+
@uniswap/v2-core/=lib/v2-core/
4+
@uniswap/v2-periphery/=lib/v2-periphery/
35
@uniswap/permit2/=lib/permit2/
46
@uniswap/universal-router/=lib/universal-router/
57
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/

0 commit comments

Comments
 (0)