@hinkal/common 0.2.14 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API/getRelayerURL.cjs +1 -1
- package/API/getRelayerURL.mjs +4 -4
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.mjs +14 -12
- package/API/tenderly.api.cjs +1 -1
- package/API/tenderly.api.d.ts +9 -7
- package/API/tenderly.api.mjs +37 -29
- package/constants/axelar.constants.cjs +1 -1
- package/constants/axelar.constants.mjs +8 -8
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +2 -0
- package/constants/chains.constants.mjs +24 -15
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +9328 -3470
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +9323 -3461
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +8668 -3820
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +8966 -3102
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +6413 -4517
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +171 -61
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +9311 -3477
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +2 -0
- package/constants/protocol.constants.mjs +14 -12
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +20 -0
- package/constants/server.constants.mjs +39 -19
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +321 -84
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +313 -82
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +220 -55
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +220 -55
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +216 -54
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +204 -51
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +895 -225
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +855 -215
- package/constants/token-data/index.d.ts +433 -0
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +501 -129
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +477 -123
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.d.ts +2 -1
- package/constants/vite.constants.mjs +22 -21
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.mjs +4 -3
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +7 -7
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/PublicTokensDB.mjs +43 -38
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +2 -2
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/MerkleTree.d.ts +1 -1
- package/data-structures/merkle-tree/MerkleTree.mjs +15 -14
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +1 -1
- package/functions/utils/merkleTree.utils.cjs +1 -1
- package/functions/utils/merkleTree.utils.mjs +7 -6
- package/functions/web3/getTokenHolder.cjs +1 -0
- package/functions/web3/getTokenHolder.d.ts +1 -0
- package/functions/web3/getTokenHolder.mjs +12 -0
- package/functions/web3/index.d.ts +1 -0
- package/index.cjs +1 -1
- package/index.mjs +722 -714
- package/package.json +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
|
@@ -14,7 +14,10 @@ const e = [
|
|
|
14
14
|
name: "USD Coin",
|
|
15
15
|
symbol: "USDC",
|
|
16
16
|
decimals: 6,
|
|
17
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif"
|
|
17
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
18
|
+
allowanceStorageOffset: 10,
|
|
19
|
+
isVyper: !1,
|
|
20
|
+
balanceStorageOffset: 9
|
|
18
21
|
},
|
|
19
22
|
{
|
|
20
23
|
chainId: 8453,
|
|
@@ -22,7 +25,10 @@ const e = [
|
|
|
22
25
|
name: "USD Base Coin",
|
|
23
26
|
symbol: "USDbC",
|
|
24
27
|
decimals: 6,
|
|
25
|
-
logoURI: "https://assets.coingecko.com/coins/images/6319/thumb/USD_Coin_icon.png?1547042389"
|
|
28
|
+
logoURI: "https://assets.coingecko.com/coins/images/6319/thumb/USD_Coin_icon.png?1547042389",
|
|
29
|
+
allowanceStorageOffset: 52,
|
|
30
|
+
isVyper: !1,
|
|
31
|
+
balanceStorageOffset: 51
|
|
26
32
|
},
|
|
27
33
|
{
|
|
28
34
|
chainId: 8453,
|
|
@@ -30,7 +36,10 @@ const e = [
|
|
|
30
36
|
name: "Dola USD Stablecoin",
|
|
31
37
|
symbol: "DOLA",
|
|
32
38
|
decimals: 18,
|
|
33
|
-
logoURI: "https://assets.coingecko.com/coins/images/14287/standard/dola.png?1696513984"
|
|
39
|
+
logoURI: "https://assets.coingecko.com/coins/images/14287/standard/dola.png?1696513984",
|
|
40
|
+
allowanceStorageOffset: 1,
|
|
41
|
+
isVyper: !1,
|
|
42
|
+
balanceStorageOffset: 0
|
|
34
43
|
},
|
|
35
44
|
{
|
|
36
45
|
chainId: 8453,
|
|
@@ -38,7 +47,10 @@ const e = [
|
|
|
38
47
|
name: "Curve DAO Token",
|
|
39
48
|
symbol: "CRV",
|
|
40
49
|
decimals: 18,
|
|
41
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
50
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
51
|
+
allowanceStorageOffset: 1,
|
|
52
|
+
isVyper: !1,
|
|
53
|
+
balanceStorageOffset: 0
|
|
42
54
|
},
|
|
43
55
|
{
|
|
44
56
|
chainId: 8453,
|
|
@@ -46,7 +58,10 @@ const e = [
|
|
|
46
58
|
name: "Curve.Fi USD Stablecoin",
|
|
47
59
|
symbol: "crvUSD",
|
|
48
60
|
decimals: 18,
|
|
49
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
61
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
62
|
+
allowanceStorageOffset: 1,
|
|
63
|
+
isVyper: !1,
|
|
64
|
+
balanceStorageOffset: 0
|
|
50
65
|
},
|
|
51
66
|
{
|
|
52
67
|
chainId: 8453,
|
|
@@ -54,7 +69,10 @@ const e = [
|
|
|
54
69
|
name: "Axelar Wrapped USDC",
|
|
55
70
|
symbol: "axlUSDC",
|
|
56
71
|
decimals: 6,
|
|
57
|
-
logoURI: "https://assets.coingecko.com/coins/images/26476/standard/uausdc_D_3x.png?1696525548"
|
|
72
|
+
logoURI: "https://assets.coingecko.com/coins/images/26476/standard/uausdc_D_3x.png?1696525548",
|
|
73
|
+
allowanceStorageOffset: 1,
|
|
74
|
+
isVyper: !1,
|
|
75
|
+
balanceStorageOffset: 0
|
|
58
76
|
},
|
|
59
77
|
{
|
|
60
78
|
chainId: 8453,
|
|
@@ -62,7 +80,10 @@ const e = [
|
|
|
62
80
|
name: "WETH",
|
|
63
81
|
symbol: "WETH",
|
|
64
82
|
decimals: 18,
|
|
65
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif"
|
|
83
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
84
|
+
allowanceStorageOffset: 4,
|
|
85
|
+
isVyper: !1,
|
|
86
|
+
balanceStorageOffset: 3
|
|
66
87
|
},
|
|
67
88
|
{
|
|
68
89
|
chainId: 8453,
|
|
@@ -70,7 +91,10 @@ const e = [
|
|
|
70
91
|
name: "Base tBTC",
|
|
71
92
|
symbol: "tBTC",
|
|
72
93
|
decimals: 18,
|
|
73
|
-
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504"
|
|
94
|
+
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504",
|
|
95
|
+
allowanceStorageOffset: 52,
|
|
96
|
+
isVyper: !1,
|
|
97
|
+
balanceStorageOffset: 51
|
|
74
98
|
},
|
|
75
99
|
{
|
|
76
100
|
chainId: 8453,
|
|
@@ -78,7 +102,10 @@ const e = [
|
|
|
78
102
|
name: "Dai",
|
|
79
103
|
symbol: "DAI",
|
|
80
104
|
decimals: 18,
|
|
81
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif"
|
|
105
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
106
|
+
allowanceStorageOffset: 1,
|
|
107
|
+
isVyper: !1,
|
|
108
|
+
balanceStorageOffset: 0
|
|
82
109
|
},
|
|
83
110
|
{
|
|
84
111
|
chainId: 8453,
|
|
@@ -86,7 +113,10 @@ const e = [
|
|
|
86
113
|
name: "BASE",
|
|
87
114
|
symbol: "BASE",
|
|
88
115
|
decimals: 18,
|
|
89
|
-
logoURI: "https://assets.coingecko.com/coins/images/31199/thumb/59302ba8-022e-45a4-8d00-e29fe2ee768c-removebg-preview.png?1696530026"
|
|
116
|
+
logoURI: "https://assets.coingecko.com/coins/images/31199/thumb/59302ba8-022e-45a4-8d00-e29fe2ee768c-removebg-preview.png?1696530026",
|
|
117
|
+
allowanceStorageOffset: 1,
|
|
118
|
+
isVyper: !1,
|
|
119
|
+
balanceStorageOffset: 0
|
|
90
120
|
},
|
|
91
121
|
{
|
|
92
122
|
chainId: 8453,
|
|
@@ -94,7 +124,10 @@ const e = [
|
|
|
94
124
|
name: "Coinbase Wrapped Staked ETH",
|
|
95
125
|
symbol: "cbETH",
|
|
96
126
|
decimals: 18,
|
|
97
|
-
logoURI: "https://assets.coingecko.com/coins/images/27008/standard/cbeth.png?1709186989"
|
|
127
|
+
logoURI: "https://assets.coingecko.com/coins/images/27008/standard/cbeth.png?1709186989",
|
|
128
|
+
allowanceStorageOffset: 52,
|
|
129
|
+
isVyper: !1,
|
|
130
|
+
balanceStorageOffset: 51
|
|
98
131
|
},
|
|
99
132
|
{
|
|
100
133
|
chainId: 8453,
|
|
@@ -102,7 +135,10 @@ const e = [
|
|
|
102
135
|
name: "Rocket Pool ETH",
|
|
103
136
|
symbol: "rETH",
|
|
104
137
|
decimals: 18,
|
|
105
|
-
logoURI: "https://assets.coingecko.com/coins/images/20764/small/reth.png?1637652366"
|
|
138
|
+
logoURI: "https://assets.coingecko.com/coins/images/20764/small/reth.png?1637652366",
|
|
139
|
+
allowanceStorageOffset: 1,
|
|
140
|
+
isVyper: !1,
|
|
141
|
+
balanceStorageOffset: 0
|
|
106
142
|
},
|
|
107
143
|
{
|
|
108
144
|
chainId: 8453,
|
|
@@ -110,7 +146,10 @@ const e = [
|
|
|
110
146
|
name: "yearn.finance",
|
|
111
147
|
symbol: "YFI",
|
|
112
148
|
decimals: 18,
|
|
113
|
-
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
|
|
149
|
+
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
|
|
150
|
+
allowanceStorageOffset: 1,
|
|
151
|
+
isVyper: !1,
|
|
152
|
+
balanceStorageOffset: 0
|
|
114
153
|
},
|
|
115
154
|
{
|
|
116
155
|
chainId: 8453,
|
|
@@ -118,7 +157,10 @@ const e = [
|
|
|
118
157
|
name: "4poolUSD-f",
|
|
119
158
|
symbol: "4poolUSD-f",
|
|
120
159
|
decimals: 18,
|
|
121
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
160
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
161
|
+
allowanceStorageOffset: 25,
|
|
162
|
+
isVyper: !0,
|
|
163
|
+
balanceStorageOffset: 24
|
|
122
164
|
},
|
|
123
165
|
{
|
|
124
166
|
chainId: 8453,
|
|
@@ -126,7 +168,10 @@ const e = [
|
|
|
126
168
|
name: "tricrypto",
|
|
127
169
|
symbol: "tricrypto",
|
|
128
170
|
decimals: 18,
|
|
129
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
171
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
172
|
+
allowanceStorageOffset: 24,
|
|
173
|
+
isVyper: !0,
|
|
174
|
+
balanceStorageOffset: 23
|
|
130
175
|
},
|
|
131
176
|
{
|
|
132
177
|
chainId: 8453,
|
|
@@ -134,7 +179,10 @@ const e = [
|
|
|
134
179
|
name: "CRV/crvUSD",
|
|
135
180
|
symbol: "CRV crvUSD-f",
|
|
136
181
|
decimals: 18,
|
|
137
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
182
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
183
|
+
allowanceStorageOffset: 7,
|
|
184
|
+
isVyper: !0,
|
|
185
|
+
balanceStorageOffset: 6
|
|
138
186
|
},
|
|
139
187
|
{
|
|
140
188
|
chainId: 8453,
|
|
@@ -142,7 +190,10 @@ const e = [
|
|
|
142
190
|
name: "mooAeroDOLA-USDbC",
|
|
143
191
|
symbol: "mooAeroDOLA-USDbC",
|
|
144
192
|
decimals: 18,
|
|
145
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
193
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
194
|
+
allowanceStorageOffset: 52,
|
|
195
|
+
isVyper: !1,
|
|
196
|
+
balanceStorageOffset: 0
|
|
146
197
|
},
|
|
147
198
|
{
|
|
148
199
|
chainId: 8453,
|
|
@@ -150,7 +201,10 @@ const e = [
|
|
|
150
201
|
name: "mooAeroDOLA-USDC",
|
|
151
202
|
symbol: "mooAeroDOLA-USDC",
|
|
152
203
|
decimals: 18,
|
|
153
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
204
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
205
|
+
allowanceStorageOffset: 52,
|
|
206
|
+
isVyper: !1,
|
|
207
|
+
balanceStorageOffset: 0
|
|
154
208
|
},
|
|
155
209
|
{
|
|
156
210
|
chainId: 8453,
|
|
@@ -158,7 +212,10 @@ const e = [
|
|
|
158
212
|
name: "mooAerocbETH-WETH",
|
|
159
213
|
symbol: "mooAerocbETH-WETH",
|
|
160
214
|
decimals: 18,
|
|
161
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
215
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
216
|
+
allowanceStorageOffset: 52,
|
|
217
|
+
isVyper: !1,
|
|
218
|
+
balanceStorageOffset: 51
|
|
162
219
|
},
|
|
163
220
|
{
|
|
164
221
|
chainId: 8453,
|
|
@@ -166,7 +223,10 @@ const e = [
|
|
|
166
223
|
name: "mooAeroETH-bsdETH",
|
|
167
224
|
symbol: "mooAeroETH-bsdETH",
|
|
168
225
|
decimals: 18,
|
|
169
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
226
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
227
|
+
allowanceStorageOffset: 52,
|
|
228
|
+
isVyper: !1,
|
|
229
|
+
balanceStorageOffset: 51
|
|
170
230
|
},
|
|
171
231
|
{
|
|
172
232
|
chainId: 8453,
|
|
@@ -174,7 +234,10 @@ const e = [
|
|
|
174
234
|
name: "mooAerohyUSD-eUSD",
|
|
175
235
|
symbol: "mooAerohyUSD-eUSD",
|
|
176
236
|
decimals: 18,
|
|
177
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
237
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
238
|
+
allowanceStorageOffset: 52,
|
|
239
|
+
isVyper: !1,
|
|
240
|
+
balanceStorageOffset: 51
|
|
178
241
|
},
|
|
179
242
|
{
|
|
180
243
|
chainId: 8453,
|
|
@@ -182,7 +245,10 @@ const e = [
|
|
|
182
245
|
name: "mooAeroETH-wstETH",
|
|
183
246
|
symbol: "mooAeroETH-wstETH",
|
|
184
247
|
decimals: 18,
|
|
185
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
248
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
249
|
+
allowanceStorageOffset: 52,
|
|
250
|
+
isVyper: !1,
|
|
251
|
+
balanceStorageOffset: 0
|
|
186
252
|
},
|
|
187
253
|
{
|
|
188
254
|
chainId: 8453,
|
|
@@ -190,7 +256,10 @@ const e = [
|
|
|
190
256
|
name: "mooAeroUSDC-eUSD",
|
|
191
257
|
symbol: "mooAeroUSDC-eUSD",
|
|
192
258
|
decimals: 18,
|
|
193
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
259
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
260
|
+
allowanceStorageOffset: 52,
|
|
261
|
+
isVyper: !1,
|
|
262
|
+
balanceStorageOffset: 51
|
|
194
263
|
},
|
|
195
264
|
{
|
|
196
265
|
chainId: 8453,
|
|
@@ -198,7 +267,10 @@ const e = [
|
|
|
198
267
|
name: "mooAeroOVN-USD+",
|
|
199
268
|
symbol: "mooAeroOVN-USD+",
|
|
200
269
|
decimals: 18,
|
|
201
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
270
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
271
|
+
allowanceStorageOffset: 52,
|
|
272
|
+
isVyper: !1,
|
|
273
|
+
balanceStorageOffset: 51
|
|
202
274
|
},
|
|
203
275
|
{
|
|
204
276
|
chainId: 8453,
|
|
@@ -206,7 +278,10 @@ const e = [
|
|
|
206
278
|
name: "mooAeroETH-rETH",
|
|
207
279
|
symbol: "mooAeroETH-rETH",
|
|
208
280
|
decimals: 18,
|
|
209
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
281
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
282
|
+
allowanceStorageOffset: 52,
|
|
283
|
+
isVyper: !1,
|
|
284
|
+
balanceStorageOffset: 51
|
|
210
285
|
},
|
|
211
286
|
{
|
|
212
287
|
chainId: 8453,
|
|
@@ -214,7 +289,10 @@ const e = [
|
|
|
214
289
|
name: "mooAeroUSDC-AERO",
|
|
215
290
|
symbol: "mooAeroUSDC-AERO",
|
|
216
291
|
decimals: 18,
|
|
217
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
292
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
293
|
+
allowanceStorageOffset: 52,
|
|
294
|
+
isVyper: !1,
|
|
295
|
+
balanceStorageOffset: 51
|
|
218
296
|
},
|
|
219
297
|
{
|
|
220
298
|
chainId: 8453,
|
|
@@ -222,7 +300,10 @@ const e = [
|
|
|
222
300
|
name: "mooAerotBTC-USDC",
|
|
223
301
|
symbol: "mooAerotBTC-USDC",
|
|
224
302
|
decimals: 18,
|
|
225
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
303
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
304
|
+
allowanceStorageOffset: 52,
|
|
305
|
+
isVyper: !1,
|
|
306
|
+
balanceStorageOffset: 51
|
|
226
307
|
},
|
|
227
308
|
{
|
|
228
309
|
chainId: 8453,
|
|
@@ -230,7 +311,10 @@ const e = [
|
|
|
230
311
|
name: "mooAeroETH-USDC",
|
|
231
312
|
symbol: "mooAeroETH-USDC",
|
|
232
313
|
decimals: 18,
|
|
233
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
314
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
315
|
+
allowanceStorageOffset: 52,
|
|
316
|
+
isVyper: !1,
|
|
317
|
+
balanceStorageOffset: 51
|
|
234
318
|
},
|
|
235
319
|
{
|
|
236
320
|
chainId: 8453,
|
|
@@ -238,7 +322,10 @@ const e = [
|
|
|
238
322
|
name: "mooAeroUSDC-USDbC",
|
|
239
323
|
symbol: "mooAeroUSDC-USDbC",
|
|
240
324
|
decimals: 18,
|
|
241
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
325
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
326
|
+
allowanceStorageOffset: 52,
|
|
327
|
+
isVyper: !1,
|
|
328
|
+
balanceStorageOffset: 0
|
|
242
329
|
},
|
|
243
330
|
{
|
|
244
331
|
chainId: 8453,
|
|
@@ -246,7 +333,10 @@ const e = [
|
|
|
246
333
|
name: "mooAeroAERO-wstETH",
|
|
247
334
|
symbol: "mooAeroAERO-wstETH",
|
|
248
335
|
decimals: 18,
|
|
249
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
336
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
337
|
+
allowanceStorageOffset: 52,
|
|
338
|
+
isVyper: !1,
|
|
339
|
+
balanceStorageOffset: 51
|
|
250
340
|
},
|
|
251
341
|
{
|
|
252
342
|
chainId: 8453,
|
|
@@ -254,7 +344,10 @@ const e = [
|
|
|
254
344
|
name: "mooAero eUSD-USDbC",
|
|
255
345
|
symbol: "mooAero eUSD-USDbC",
|
|
256
346
|
decimals: 18,
|
|
257
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
347
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
348
|
+
allowanceStorageOffset: 52,
|
|
349
|
+
isVyper: !1,
|
|
350
|
+
balanceStorageOffset: 51
|
|
258
351
|
},
|
|
259
352
|
{
|
|
260
353
|
chainId: 8453,
|
|
@@ -262,7 +355,10 @@ const e = [
|
|
|
262
355
|
name: "Stable AMM - DOLA/USDC",
|
|
263
356
|
symbol: "sAMM-DOLA/USDC",
|
|
264
357
|
decimals: 18,
|
|
265
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
358
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
359
|
+
allowanceStorageOffset: 1,
|
|
360
|
+
isVyper: !1,
|
|
361
|
+
balanceStorageOffset: 0
|
|
266
362
|
},
|
|
267
363
|
{
|
|
268
364
|
chainId: 8453,
|
|
@@ -270,7 +366,10 @@ const e = [
|
|
|
270
366
|
name: "Stable AMM - DOLA/USDbC",
|
|
271
367
|
symbol: "sAMM-DOLA/USDbC",
|
|
272
368
|
decimals: 18,
|
|
273
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
369
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
370
|
+
allowanceStorageOffset: 1,
|
|
371
|
+
isVyper: !1,
|
|
372
|
+
balanceStorageOffset: 0
|
|
274
373
|
},
|
|
275
374
|
{
|
|
276
375
|
chainId: 8453,
|
|
@@ -278,7 +377,10 @@ const e = [
|
|
|
278
377
|
name: "Volatile AMM - cbETH/WETH",
|
|
279
378
|
symbol: "vAMM-cbETH/WETH",
|
|
280
379
|
decimals: 18,
|
|
281
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
380
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
381
|
+
allowanceStorageOffset: 1,
|
|
382
|
+
isVyper: !1,
|
|
383
|
+
balanceStorageOffset: 0
|
|
282
384
|
},
|
|
283
385
|
{
|
|
284
386
|
chainId: 8453,
|
|
@@ -286,7 +388,10 @@ const e = [
|
|
|
286
388
|
name: "Volatile AMM - WETH/bsdETH",
|
|
287
389
|
symbol: "vAMM-WETH/bsdETH",
|
|
288
390
|
decimals: 18,
|
|
289
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
391
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
392
|
+
allowanceStorageOffset: 1,
|
|
393
|
+
isVyper: !1,
|
|
394
|
+
balanceStorageOffset: 0
|
|
290
395
|
},
|
|
291
396
|
{
|
|
292
397
|
chainId: 8453,
|
|
@@ -294,7 +399,10 @@ const e = [
|
|
|
294
399
|
name: "Volatile AMM - hyUSD/eUSD",
|
|
295
400
|
symbol: "vAMM-hyUSD/eUSD",
|
|
296
401
|
decimals: 18,
|
|
297
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
402
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
403
|
+
allowanceStorageOffset: 1,
|
|
404
|
+
isVyper: !1,
|
|
405
|
+
balanceStorageOffset: 0
|
|
298
406
|
},
|
|
299
407
|
{
|
|
300
408
|
chainId: 8453,
|
|
@@ -302,7 +410,10 @@ const e = [
|
|
|
302
410
|
name: "Volatile AMM - WETH/wstETH",
|
|
303
411
|
symbol: "vAMM-WETH/wstETH",
|
|
304
412
|
decimals: 18,
|
|
305
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
413
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
414
|
+
allowanceStorageOffset: 1,
|
|
415
|
+
isVyper: !1,
|
|
416
|
+
balanceStorageOffset: 0
|
|
306
417
|
},
|
|
307
418
|
{
|
|
308
419
|
chainId: 8453,
|
|
@@ -310,7 +421,10 @@ const e = [
|
|
|
310
421
|
name: "Stable AMM - eUSD/USDC",
|
|
311
422
|
symbol: "sAMM-eUSD/USDC",
|
|
312
423
|
decimals: 18,
|
|
313
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
424
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
425
|
+
allowanceStorageOffset: 1,
|
|
426
|
+
isVyper: !1,
|
|
427
|
+
balanceStorageOffset: 0
|
|
314
428
|
},
|
|
315
429
|
{
|
|
316
430
|
chainId: 8453,
|
|
@@ -318,7 +432,10 @@ const e = [
|
|
|
318
432
|
name: "Volatile AMM - OVN/USD+",
|
|
319
433
|
symbol: "vAMM-OVN/USD+",
|
|
320
434
|
decimals: 18,
|
|
321
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
435
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
436
|
+
allowanceStorageOffset: 1,
|
|
437
|
+
isVyper: !1,
|
|
438
|
+
balanceStorageOffset: 0
|
|
322
439
|
},
|
|
323
440
|
{
|
|
324
441
|
chainId: 8453,
|
|
@@ -326,7 +443,10 @@ const e = [
|
|
|
326
443
|
name: "Volatile AMM - WETH/rETH",
|
|
327
444
|
symbol: "vAMM-WETH/rETH",
|
|
328
445
|
decimals: 18,
|
|
329
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
446
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
447
|
+
allowanceStorageOffset: 1,
|
|
448
|
+
isVyper: !1,
|
|
449
|
+
balanceStorageOffset: 0
|
|
330
450
|
},
|
|
331
451
|
{
|
|
332
452
|
chainId: 8453,
|
|
@@ -334,7 +454,10 @@ const e = [
|
|
|
334
454
|
name: "Volatile AMM - USDC/AERO",
|
|
335
455
|
symbol: "vAMM-USDC/AERO",
|
|
336
456
|
decimals: 18,
|
|
337
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
457
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
458
|
+
allowanceStorageOffset: 1,
|
|
459
|
+
isVyper: !1,
|
|
460
|
+
balanceStorageOffset: 0
|
|
338
461
|
},
|
|
339
462
|
{
|
|
340
463
|
chainId: 8453,
|
|
@@ -342,7 +465,10 @@ const e = [
|
|
|
342
465
|
name: "Volatile AMM - tBTC/USDC",
|
|
343
466
|
symbol: "vAMM-tBTC/USDC",
|
|
344
467
|
decimals: 18,
|
|
345
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
468
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
469
|
+
allowanceStorageOffset: 1,
|
|
470
|
+
isVyper: !1,
|
|
471
|
+
balanceStorageOffset: 0
|
|
346
472
|
},
|
|
347
473
|
{
|
|
348
474
|
chainId: 8453,
|
|
@@ -350,7 +476,10 @@ const e = [
|
|
|
350
476
|
name: "Volatile AMM - WETH/USDC",
|
|
351
477
|
symbol: "vAMM-WETH/USDC",
|
|
352
478
|
decimals: 18,
|
|
353
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
479
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
480
|
+
allowanceStorageOffset: 1,
|
|
481
|
+
isVyper: !1,
|
|
482
|
+
balanceStorageOffset: 0
|
|
354
483
|
},
|
|
355
484
|
{
|
|
356
485
|
chainId: 8453,
|
|
@@ -358,7 +487,10 @@ const e = [
|
|
|
358
487
|
name: "Stable AMM - USDC/USDbC",
|
|
359
488
|
symbol: "sAMM-WETH/USDC",
|
|
360
489
|
decimals: 18,
|
|
361
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
490
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
491
|
+
allowanceStorageOffset: 1,
|
|
492
|
+
isVyper: !1,
|
|
493
|
+
balanceStorageOffset: 0
|
|
362
494
|
},
|
|
363
495
|
{
|
|
364
496
|
chainId: 8453,
|
|
@@ -366,7 +498,10 @@ const e = [
|
|
|
366
498
|
name: "Volatile AMM - AERO/wstETH",
|
|
367
499
|
symbol: "vAMM-AERO/wstETH",
|
|
368
500
|
decimals: 18,
|
|
369
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
501
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
502
|
+
allowanceStorageOffset: 1,
|
|
503
|
+
isVyper: !1,
|
|
504
|
+
balanceStorageOffset: 0
|
|
370
505
|
},
|
|
371
506
|
{
|
|
372
507
|
chainId: 8453,
|
|
@@ -374,7 +509,10 @@ const e = [
|
|
|
374
509
|
name: "Stable AMM - eUSD/USDbC",
|
|
375
510
|
symbol: "sAMM-eUSD/USDbC",
|
|
376
511
|
decimals: 18,
|
|
377
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
512
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
513
|
+
allowanceStorageOffset: 1,
|
|
514
|
+
isVyper: !1,
|
|
515
|
+
balanceStorageOffset: 0
|
|
378
516
|
},
|
|
379
517
|
{
|
|
380
518
|
chainId: 8453,
|
|
@@ -383,7 +521,10 @@ const e = [
|
|
|
383
521
|
name: "4poolUSD Gauge",
|
|
384
522
|
symbol: "4poolUSD-gauge",
|
|
385
523
|
decimals: 18,
|
|
386
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
524
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
525
|
+
allowanceStorageOffset: 1,
|
|
526
|
+
isVyper: !1,
|
|
527
|
+
balanceStorageOffset: 0
|
|
387
528
|
},
|
|
388
529
|
{
|
|
389
530
|
chainId: 8453,
|
|
@@ -392,7 +533,10 @@ const e = [
|
|
|
392
533
|
name: "tricrypto Gauge",
|
|
393
534
|
symbol: "tricrypto-gauge",
|
|
394
535
|
decimals: 18,
|
|
395
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
536
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
537
|
+
allowanceStorageOffset: 1,
|
|
538
|
+
isVyper: !1,
|
|
539
|
+
balanceStorageOffset: 0
|
|
396
540
|
},
|
|
397
541
|
{
|
|
398
542
|
chainId: 8453,
|
|
@@ -401,7 +545,10 @@ const e = [
|
|
|
401
545
|
name: "CRV/crvUSD-f Gauge",
|
|
402
546
|
symbol: "CRVcrvUSD-gauge",
|
|
403
547
|
decimals: 18,
|
|
404
|
-
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
548
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
549
|
+
allowanceStorageOffset: 1,
|
|
550
|
+
isVyper: !1,
|
|
551
|
+
balanceStorageOffset: 0
|
|
405
552
|
},
|
|
406
553
|
{
|
|
407
554
|
chainId: 8453,
|
|
@@ -417,7 +564,10 @@ const e = [
|
|
|
417
564
|
name: "Axelar",
|
|
418
565
|
symbol: "AXL",
|
|
419
566
|
decimals: 6,
|
|
420
|
-
logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329"
|
|
567
|
+
logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329",
|
|
568
|
+
allowanceStorageOffset: 1,
|
|
569
|
+
isVyper: !1,
|
|
570
|
+
balanceStorageOffset: 0
|
|
421
571
|
},
|
|
422
572
|
{
|
|
423
573
|
chainId: 8453,
|
|
@@ -425,7 +575,10 @@ const e = [
|
|
|
425
575
|
name: "Aerodrome",
|
|
426
576
|
symbol: "AERO",
|
|
427
577
|
decimals: 18,
|
|
428
|
-
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564"
|
|
578
|
+
logoURI: "https://assets.coingecko.com/coins/images/31745/standard/token.png?1696530564",
|
|
579
|
+
allowanceStorageOffset: 1,
|
|
580
|
+
isVyper: !1,
|
|
581
|
+
balanceStorageOffset: 0
|
|
429
582
|
},
|
|
430
583
|
{
|
|
431
584
|
chainId: 8453,
|
|
@@ -466,7 +619,10 @@ const e = [
|
|
|
466
619
|
name: "Renzo restaked ETH",
|
|
467
620
|
symbol: "ezETH",
|
|
468
621
|
decimals: 18,
|
|
469
|
-
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747"
|
|
622
|
+
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747",
|
|
623
|
+
allowanceStorageOffset: 52,
|
|
624
|
+
isVyper: !1,
|
|
625
|
+
balanceStorageOffset: 51
|
|
470
626
|
},
|
|
471
627
|
{
|
|
472
628
|
chainId: 8453,
|
|
@@ -474,7 +630,10 @@ const e = [
|
|
|
474
630
|
name: "Kelp DAO Restaked ETH",
|
|
475
631
|
symbol: "rsETH",
|
|
476
632
|
decimals: 18,
|
|
477
|
-
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747"
|
|
633
|
+
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747",
|
|
634
|
+
allowanceStorageOffset: 6,
|
|
635
|
+
isVyper: !1,
|
|
636
|
+
balanceStorageOffset: 5
|
|
478
637
|
},
|
|
479
638
|
{
|
|
480
639
|
chainId: 8453,
|
|
@@ -482,7 +641,10 @@ const e = [
|
|
|
482
641
|
name: "wstETH",
|
|
483
642
|
symbol: "wstETH",
|
|
484
643
|
decimals: 18,
|
|
485
|
-
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295"
|
|
644
|
+
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295",
|
|
645
|
+
allowanceStorageOffset: 2,
|
|
646
|
+
isVyper: !1,
|
|
647
|
+
balanceStorageOffset: 1
|
|
486
648
|
}
|
|
487
649
|
], o = {
|
|
488
650
|
networkRegistry: e
|