Skip to content

Commit acd3160

Browse files
authored
Merge pull request #4 from angel10x/dev
bonding curve structure
2 parents 9772db6 + 2aca49d commit acd3160

32 files changed

+751
-488
lines changed

.gitmodules

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
[submodule "lib/forge-std"]
22
path = lib/forge-std
33
url = https://github.com/foundry-rs/forge-std
4+
[submodule "lib/v4-core"]
5+
path = lib/v4-core
6+
url = https://github.com/uniswap/v4-core
7+
[submodule "lib/universal-router"]
8+
path = lib/universal-router
9+
url = https://github.com/uniswap/universal-router
10+
[submodule "lib/openzeppelin-contracts"]
11+
path = lib/openzeppelin-contracts
12+
url = https://github.com/OpenZeppelin/openzeppelin-contracts
13+
[submodule "lib/v4-periphery"]
14+
path = lib/v4-periphery
15+
url = https://github.com/uniswap/v4-periphery
16+
[submodule "lib/permit2"]
17+
path = lib/permit2
18+
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

contracts/BondingCurve.sol

Lines changed: 0 additions & 101 deletions
This file was deleted.

contracts/Counter.sol

Lines changed: 0 additions & 19 deletions
This file was deleted.

contracts/Counter.t.sol

Lines changed: 0 additions & 29 deletions
This file was deleted.

contracts/interfaces/IBondingCurve.sol

Lines changed: 0 additions & 14 deletions
This file was deleted.

foundry.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,32 @@
44
"name": "v1.11.0",
55
"rev": "8e40513d678f392f398620b3ef2b418648b33e89"
66
}
7+
},
8+
"lib/openzeppelin-contracts": {
9+
"tag": {
10+
"name": "v5.5.0",
11+
"rev": "fcbae5394ae8ad52d8e580a3477db99814b9d565"
12+
}
13+
},
14+
"lib/permit2": {
15+
"rev": "cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"
16+
},
17+
"lib/universal-router": {
18+
"rev": "41183d6eb154f0ab0e74a0e911a5ef9ea51fc4bd"
19+
},
20+
"lib/v2-core": {
21+
"tag": {
22+
"name": "v1.0.1",
23+
"rev": "4dd59067c76dea4a0e8e4bfdda41877a6b16dedc"
24+
}
25+
},
26+
"lib/v4-core": {
27+
"tag": {
28+
"name": "v4.0.0",
29+
"rev": "e50237c43811bd9b526eff40f26772152a42daba"
30+
}
31+
},
32+
"lib/v4-periphery": {
33+
"rev": "3779387e5d296f39df543d23524b050f89a62917"
734
}
835
}

lib/openzeppelin-contracts

Submodule openzeppelin-contracts added at fcbae53

lib/permit2

Submodule permit2 added at cc56ad0

lib/universal-router

Submodule universal-router added at 41183d6

lib/v2-core

Submodule v2-core added at 4dd5906

0 commit comments

Comments
 (0)