Skip to content

Commit 47f5ed5

Browse files
committed
add deployment files
1 parent 0b829f2 commit 47f5ed5

File tree

8 files changed

+3512
-0
lines changed

8 files changed

+3512
-0
lines changed

contracts/deployments/mainnet/PoolBoostCentralRegistry.json

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/PoolBoostCentralRegistryProxy.json

Lines changed: 297 additions & 0 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/PoolBoosterFactoryMerkl.json

Lines changed: 589 additions & 0 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/solcInputs/28135a9265f7cecd26410dd5dd504af4.json

Lines changed: 1008 additions & 0 deletions
Large diffs are not rendered by default.

contracts/deployments/mainnet/solcInputs/5615adc00107e532b1893058f61d1303.json

Lines changed: 1095 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"solcVersion": "0.8.28",
3+
"storage": [
4+
{
5+
"label": "factories",
6+
"offset": 0,
7+
"slot": "0",
8+
"type": "t_array(t_address)dyn_storage",
9+
"contract": "PoolBoostCentralRegistry",
10+
"src": "contracts/poolBooster/PoolBoostCentralRegistry.sol:17"
11+
}
12+
],
13+
"types": {
14+
"t_address": {
15+
"label": "address",
16+
"numberOfBytes": "20"
17+
},
18+
"t_array(t_address)dyn_storage": {
19+
"label": "address[]",
20+
"numberOfBytes": "32"
21+
}
22+
}
23+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"solcVersion": "0.8.28",
3+
"storage": [],
4+
"types": {}
5+
}
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"solcVersion": "0.8.28",
3+
"storage": [
4+
{
5+
"label": "poolBoosters",
6+
"offset": 0,
7+
"slot": "0",
8+
"type": "t_array(t_struct(PoolBoosterEntry)36430_storage)dyn_storage",
9+
"contract": "AbstractPoolBoosterFactory",
10+
"src": "contracts/poolBooster/AbstractPoolBoosterFactory.sol:25"
11+
},
12+
{
13+
"label": "poolBoosterFromPool",
14+
"offset": 0,
15+
"slot": "1",
16+
"type": "t_mapping(t_address,t_struct(PoolBoosterEntry)36430_storage)",
17+
"contract": "AbstractPoolBoosterFactory",
18+
"src": "contracts/poolBooster/AbstractPoolBoosterFactory.sol:27"
19+
},
20+
{
21+
"label": "merklDistributor",
22+
"offset": 0,
23+
"slot": "2",
24+
"type": "t_address",
25+
"contract": "PoolBoosterFactoryMerkl",
26+
"src": "contracts/poolBooster/PoolBoosterFactoryMerkl.sol:15"
27+
}
28+
],
29+
"types": {
30+
"t_address": {
31+
"label": "address",
32+
"numberOfBytes": "20"
33+
},
34+
"t_array(t_struct(PoolBoosterEntry)36430_storage)dyn_storage": {
35+
"label": "struct AbstractPoolBoosterFactory.PoolBoosterEntry[]",
36+
"numberOfBytes": "32"
37+
},
38+
"t_enum(PoolBoosterType)26946": {
39+
"label": "enum IPoolBoostCentralRegistry.PoolBoosterType",
40+
"members": [
41+
"SwapXDoubleBooster",
42+
"SwapXSingleBooster",
43+
"MetropolisBooster",
44+
"MerklBooster"
45+
],
46+
"numberOfBytes": "1"
47+
},
48+
"t_mapping(t_address,t_struct(PoolBoosterEntry)36430_storage)": {
49+
"label": "mapping(address => struct AbstractPoolBoosterFactory.PoolBoosterEntry)",
50+
"numberOfBytes": "32"
51+
},
52+
"t_struct(PoolBoosterEntry)36430_storage": {
53+
"label": "struct AbstractPoolBoosterFactory.PoolBoosterEntry",
54+
"members": [
55+
{
56+
"label": "boosterAddress",
57+
"type": "t_address",
58+
"offset": 0,
59+
"slot": "0"
60+
},
61+
{
62+
"label": "ammPoolAddress",
63+
"type": "t_address",
64+
"offset": 0,
65+
"slot": "1"
66+
},
67+
{
68+
"label": "boosterType",
69+
"type": "t_enum(PoolBoosterType)26946",
70+
"offset": 20,
71+
"slot": "1"
72+
}
73+
],
74+
"numberOfBytes": "64"
75+
}
76+
}
77+
}

0 commit comments

Comments
 (0)