Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@
[submodule "lib/murky"]
path = lib/murky
url = https://github.com/dmfxyz/murky
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/Uniswap/v3-core
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/uniswap/v3-periphery
12 changes: 12 additions & 0 deletions foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,17 @@
"name": "v0.1.0",
"rev": "5feccd1253d7da820f7cccccdedf64471025455d"
}
},
"lib/v3-core": {
"tag": {
"name": "v1.0.0",
"rev": "e3589b192d0be27e100cd0daaf6c97204fdb1899"
}
},
"lib/v3-periphery": {
"tag": {
"name": "v1.3.0",
"rev": "80f26c86c57b8a5e4b913f42844d4c8bd274d058"
}
}
}
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
src = "src"
out = "out"
libs = ["lib"]
remappings = [
"@uniswap/v3-core/=lib/v3-core/",
"@uniswap/v3-periphery/=lib/v3-periphery/",
]
solc = "0.8.34"
optimizer = true
optimizer_runs = 20
Expand Down
1 change: 1 addition & 0 deletions lib/v3-core
Submodule v3-core added at 6562c5
1 change: 1 addition & 0 deletions lib/v3-periphery
Submodule v3-periphery added at b325bb
Loading
Loading