Skip to content
Merged
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
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/v4-core"]
path = lib/v4-core
url = https://github.com/uniswap/v4-core
[submodule "lib/universal-router"]
path = lib/universal-router
url = https://github.com/uniswap/universal-router
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/v4-periphery"]
path = lib/v4-periphery
url = https://github.com/uniswap/v4-periphery
[submodule "lib/permit2"]
path = lib/permit2
url = https://github.com/uniswap/permit2
[submodule "lib/v2-core"]
path = lib/v2-core
url = https://github.com/uniswap/v2-core
[submodule "lib/v2-periphery"]
path = lib/v2-periphery
url = https://github.com/uniswap/v2-periphery
101 changes: 0 additions & 101 deletions contracts/BondingCurve.sol

This file was deleted.

19 changes: 0 additions & 19 deletions contracts/Counter.sol

This file was deleted.

29 changes: 0 additions & 29 deletions contracts/Counter.t.sol

This file was deleted.

14 changes: 0 additions & 14 deletions contracts/interfaces/IBondingCurve.sol

This file was deleted.

27 changes: 27 additions & 0 deletions foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,32 @@
"name": "v1.11.0",
"rev": "8e40513d678f392f398620b3ef2b418648b33e89"
}
},
"lib/openzeppelin-contracts": {
"tag": {
"name": "v5.5.0",
"rev": "fcbae5394ae8ad52d8e580a3477db99814b9d565"
}
},
"lib/permit2": {
"rev": "cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"
},
"lib/universal-router": {
"rev": "41183d6eb154f0ab0e74a0e911a5ef9ea51fc4bd"
},
"lib/v2-core": {
"tag": {
"name": "v1.0.1",
"rev": "4dd59067c76dea4a0e8e4bfdda41877a6b16dedc"
}
},
"lib/v4-core": {
"tag": {
"name": "v4.0.0",
"rev": "e50237c43811bd9b526eff40f26772152a42daba"
}
},
"lib/v4-periphery": {
"rev": "3779387e5d296f39df543d23524b050f89a62917"
}
}
1 change: 1 addition & 0 deletions lib/openzeppelin-contracts
Submodule openzeppelin-contracts added at fcbae5
1 change: 1 addition & 0 deletions lib/permit2
Submodule permit2 added at cc56ad
1 change: 1 addition & 0 deletions lib/universal-router
Submodule universal-router added at 41183d
1 change: 1 addition & 0 deletions lib/v2-core
Submodule v2-core added at 4dd590
1 change: 1 addition & 0 deletions lib/v2-periphery
Submodule v2-periphery added at 0335e8
1 change: 1 addition & 0 deletions lib/v4-core
Submodule v4-core added at e50237
1 change: 1 addition & 0 deletions lib/v4-periphery
Submodule v4-periphery added at 377938
7 changes: 7 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@uniswap/v4-core/=lib/v4-core/
@uniswap/v4-periphery/=lib/v4-periphery/
@uniswap/v2-core/=lib/v2-core/
@uniswap/v2-periphery/=lib/v2-periphery/
@uniswap/permit2/=lib/permit2/
@uniswap/universal-router/=lib/universal-router/
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
19 changes: 0 additions & 19 deletions script/Counter.s.sol

This file was deleted.

Loading
Loading