@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.
Files changed (84) hide show
  1. package/API/getRelayerURL.cjs +1 -1
  2. package/API/getRelayerURL.mjs +4 -4
  3. package/API/getServerURL.cjs +1 -1
  4. package/API/getServerURL.mjs +14 -12
  5. package/API/tenderly.api.cjs +1 -1
  6. package/API/tenderly.api.d.ts +9 -7
  7. package/API/tenderly.api.mjs +37 -29
  8. package/constants/axelar.constants.cjs +1 -1
  9. package/constants/axelar.constants.mjs +8 -8
  10. package/constants/chains.constants.cjs +1 -1
  11. package/constants/chains.constants.d.ts +2 -0
  12. package/constants/chains.constants.mjs +24 -15
  13. package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
  14. package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +9328 -3470
  15. package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
  16. package/constants/deploy-data/deploy-data-avalanche.json.mjs +9323 -3461
  17. package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
  18. package/constants/deploy-data/deploy-data-base.json.mjs +8668 -3820
  19. package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
  20. package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +8966 -3102
  21. package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
  22. package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +6413 -4517
  23. package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
  24. package/constants/deploy-data/deploy-data-optimism.json.mjs +171 -61
  25. package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
  26. package/constants/deploy-data/deploy-data-polygon.json.mjs +9311 -3477
  27. package/constants/protocol.constants.cjs +1 -1
  28. package/constants/protocol.constants.d.ts +2 -0
  29. package/constants/protocol.constants.mjs +14 -12
  30. package/constants/server.constants.cjs +1 -1
  31. package/constants/server.constants.d.ts +20 -0
  32. package/constants/server.constants.mjs +39 -19
  33. package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
  34. package/constants/token-data/arbMainnetRegistry.json.mjs +321 -84
  35. package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
  36. package/constants/token-data/arbMainnetRegistryFixed.json.mjs +313 -82
  37. package/constants/token-data/avalancheRegistry.json.cjs +1 -1
  38. package/constants/token-data/avalancheRegistry.json.mjs +220 -55
  39. package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
  40. package/constants/token-data/avalancheRegistryFixed.json.mjs +220 -55
  41. package/constants/token-data/baseRegistry.json.cjs +1 -1
  42. package/constants/token-data/baseRegistry.json.mjs +216 -54
  43. package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
  44. package/constants/token-data/baseRegistryFixed.json.mjs +204 -51
  45. package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
  46. package/constants/token-data/ethMainnetRegistry.json.mjs +895 -225
  47. package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
  48. package/constants/token-data/ethMainnetRegistryFixed.json.mjs +855 -215
  49. package/constants/token-data/index.d.ts +433 -0
  50. package/constants/token-data/polygonRegistry.json.cjs +1 -1
  51. package/constants/token-data/polygonRegistry.json.mjs +501 -129
  52. package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
  53. package/constants/token-data/polygonRegistryFixed.json.mjs +477 -123
  54. package/constants/vite.constants.cjs +1 -1
  55. package/constants/vite.constants.d.ts +2 -1
  56. package/constants/vite.constants.mjs +22 -21
  57. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  58. package/data-structures/Hinkal/Hinkal.mjs +4 -3
  59. package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
  60. package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +7 -7
  61. package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
  62. package/data-structures/TokenDBs/PublicTokensDB.mjs +43 -38
  63. package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
  64. package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +1 -1
  65. package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
  66. package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +2 -2
  67. package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
  68. package/data-structures/merkle-tree/MerkleTree.d.ts +1 -1
  69. package/data-structures/merkle-tree/MerkleTree.mjs +15 -14
  70. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -1
  71. package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +1 -1
  72. package/functions/utils/merkleTree.utils.cjs +1 -1
  73. package/functions/utils/merkleTree.utils.mjs +7 -6
  74. package/functions/web3/getTokenHolder.cjs +1 -0
  75. package/functions/web3/getTokenHolder.d.ts +1 -0
  76. package/functions/web3/getTokenHolder.mjs +12 -0
  77. package/functions/web3/index.d.ts +1 -0
  78. package/index.cjs +1 -1
  79. package/index.mjs +722 -714
  80. package/package.json +1 -1
  81. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
  82. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
  83. package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
  84. package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
@@ -16,7 +16,10 @@ const e = [
16
16
  symbol: "USDC",
17
17
  decimals: 6,
18
18
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
19
- approvalType: 1
19
+ approvalType: 1,
20
+ allowanceStorageOffset: 10,
21
+ isVyper: !1,
22
+ balanceStorageOffset: 9
20
23
  },
21
24
  {
22
25
  chainId: 1,
@@ -24,7 +27,10 @@ const e = [
24
27
  name: "USDT",
25
28
  symbol: "USDT",
26
29
  decimals: 6,
27
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif"
30
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif",
31
+ allowanceStorageOffset: 5,
32
+ isVyper: !1,
33
+ balanceStorageOffset: 2
28
34
  },
29
35
  {
30
36
  chainId: 1,
@@ -32,7 +38,10 @@ const e = [
32
38
  name: "WETH",
33
39
  symbol: "WETH",
34
40
  decimals: 18,
35
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif"
41
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
42
+ allowanceStorageOffset: 4,
43
+ isVyper: !1,
44
+ balanceStorageOffset: 3
36
45
  },
37
46
  {
38
47
  chainId: 1,
@@ -40,7 +49,10 @@ const e = [
40
49
  name: "Wrapped Bitcoin",
41
50
  symbol: "WBTC",
42
51
  decimals: 8,
43
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif"
52
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
53
+ allowanceStorageOffset: 2,
54
+ isVyper: !1,
55
+ balanceStorageOffset: 0
44
56
  },
45
57
  {
46
58
  chainId: 1,
@@ -49,7 +61,10 @@ const e = [
49
61
  symbol: "DAI",
50
62
  decimals: 18,
51
63
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
52
- approvalType: 2
64
+ approvalType: 2,
65
+ allowanceStorageOffset: 3,
66
+ isVyper: !1,
67
+ balanceStorageOffset: 2
53
68
  },
54
69
  {
55
70
  chainId: 1,
@@ -57,7 +72,10 @@ const e = [
57
72
  name: "Pax Dollar",
58
73
  symbol: "USDP",
59
74
  decimals: 18,
60
- logoURI: "https://assets.coingecko.com/coins/images/6013/standard/Pax_Dollar.png?1696506427"
75
+ logoURI: "https://assets.coingecko.com/coins/images/6013/standard/Pax_Dollar.png?1696506427",
76
+ allowanceStorageOffset: 3,
77
+ isVyper: !1,
78
+ balanceStorageOffset: 1
61
79
  },
62
80
  {
63
81
  chainId: 1,
@@ -65,7 +83,10 @@ const e = [
65
83
  name: "savings DAI",
66
84
  symbol: "sDAI",
67
85
  decimals: 18,
68
- logoURI: "https://assets.coingecko.com/coins/images/32254/standard/sdai.png?1697015278"
86
+ logoURI: "https://assets.coingecko.com/coins/images/32254/standard/sdai.png?1697015278",
87
+ allowanceStorageOffset: 2,
88
+ isVyper: !1,
89
+ balanceStorageOffset: 0
69
90
  },
70
91
  {
71
92
  chainId: 1,
@@ -73,7 +94,10 @@ const e = [
73
94
  name: "DAI/USDC/USDT",
74
95
  symbol: "3crv",
75
96
  decimals: 18,
76
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
97
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
98
+ allowanceStorageOffset: 4,
99
+ isVyper: !0,
100
+ balanceStorageOffset: 3
77
101
  },
78
102
  {
79
103
  chainId: 1,
@@ -81,7 +105,10 @@ const e = [
81
105
  name: "USD-BTC-ETH",
82
106
  symbol: "crv3crypto",
83
107
  decimals: 18,
84
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
108
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
109
+ allowanceStorageOffset: 3,
110
+ isVyper: !0,
111
+ balanceStorageOffset: 2
85
112
  },
86
113
  {
87
114
  chainId: 1,
@@ -89,7 +116,10 @@ const e = [
89
116
  name: "Frax",
90
117
  symbol: "FRAX",
91
118
  decimals: 18,
92
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif"
119
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
120
+ allowanceStorageOffset: 1,
121
+ isVyper: !1,
122
+ balanceStorageOffset: 0
93
123
  },
94
124
  {
95
125
  chainId: 1,
@@ -97,7 +127,10 @@ const e = [
97
127
  name: "FRAX/USDP",
98
128
  symbol: "crvfraxUSDP",
99
129
  decimals: 18,
100
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
130
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
131
+ allowanceStorageOffset: 6,
132
+ isVyper: !0,
133
+ balanceStorageOffset: 5
101
134
  },
102
135
  {
103
136
  chainId: 1,
@@ -105,7 +138,10 @@ const e = [
105
138
  name: "FRAX/USDC",
106
139
  symbol: "crvFRAX",
107
140
  decimals: 18,
108
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
141
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
142
+ allowanceStorageOffset: 8,
143
+ isVyper: !0,
144
+ balanceStorageOffset: 7
109
145
  },
110
146
  {
111
147
  chainId: 1,
@@ -121,7 +157,10 @@ const e = [
121
157
  name: "ETH/frxETH",
122
158
  symbol: "frxETHCRV",
123
159
  decimals: 18,
124
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
160
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
161
+ allowanceStorageOffset: 8,
162
+ isVyper: !0,
163
+ balanceStorageOffset: 7
125
164
  },
126
165
  {
127
166
  chainId: 1,
@@ -129,7 +168,10 @@ const e = [
129
168
  name: "Frax/3CRV",
130
169
  symbol: "FRAX3CRV-f",
131
170
  decimals: 18,
132
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
171
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
172
+ allowanceStorageOffset: 16,
173
+ isVyper: !0,
174
+ balanceStorageOffset: 15
133
175
  },
134
176
  {
135
177
  chainId: 1,
@@ -137,7 +179,10 @@ const e = [
137
179
  name: "Curve DAO Token",
138
180
  symbol: "CRV",
139
181
  decimals: 18,
140
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
182
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
183
+ allowanceStorageOffset: 4,
184
+ isVyper: !0,
185
+ balanceStorageOffset: 3
141
186
  },
142
187
  {
143
188
  chainId: 1,
@@ -145,7 +190,10 @@ const e = [
145
190
  name: "Magic Internet Money",
146
191
  symbol: "MIM",
147
192
  decimals: 18,
148
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif"
193
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif",
194
+ allowanceStorageOffset: 1,
195
+ isVyper: !1,
196
+ balanceStorageOffset: 0
149
197
  },
150
198
  {
151
199
  chainId: 1,
@@ -153,7 +201,10 @@ const e = [
153
201
  name: "Magic Internet Money/3CRV",
154
202
  symbol: "MIM-3LP3CRV-f",
155
203
  decimals: 18,
156
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
204
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
205
+ allowanceStorageOffset: 16,
206
+ isVyper: !0,
207
+ balanceStorageOffset: 15
157
208
  },
158
209
  {
159
210
  chainId: 1,
@@ -169,7 +220,10 @@ const e = [
169
220
  name: "DAI/USDC/USDT/sUSD",
170
221
  symbol: "crvPlain3andSUSD",
171
222
  decimals: 18,
172
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
223
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
224
+ allowanceStorageOffset: 4,
225
+ isVyper: !0,
226
+ balanceStorageOffset: 3
173
227
  },
174
228
  {
175
229
  chainId: 1,
@@ -177,7 +231,10 @@ const e = [
177
231
  name: "eUSD/USDC",
178
232
  symbol: "eUSDUSDC-f",
179
233
  decimals: 18,
180
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
234
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
235
+ allowanceStorageOffset: 7,
236
+ isVyper: !0,
237
+ balanceStorageOffset: 6
181
238
  },
182
239
  {
183
240
  chainId: 1,
@@ -193,7 +250,10 @@ const e = [
193
250
  name: "ETH/sETH",
194
251
  symbol: "eCRV",
195
252
  decimals: 18,
196
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
253
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
254
+ allowanceStorageOffset: 3,
255
+ isVyper: !0,
256
+ balanceStorageOffset: 2
197
257
  },
198
258
  {
199
259
  chainId: 1,
@@ -201,7 +261,10 @@ const e = [
201
261
  name: "Yearn CRV",
202
262
  symbol: "yCRV",
203
263
  decimals: 18,
204
- logoURI: "https://assets.coingecko.com/coins/images/27622/small/yearncrvnew_32.png?1664881722"
264
+ logoURI: "https://assets.coingecko.com/coins/images/27622/small/yearncrvnew_32.png?1664881722",
265
+ allowanceStorageOffset: 6,
266
+ isVyper: !0,
267
+ balanceStorageOffset: 5
205
268
  },
206
269
  {
207
270
  chainId: 1,
@@ -209,7 +272,10 @@ const e = [
209
272
  name: "yCRV/CRV",
210
273
  symbol: "yCRV-f",
211
274
  decimals: 18,
212
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
275
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
276
+ allowanceStorageOffset: 21,
277
+ isVyper: !0,
278
+ balanceStorageOffset: 20
213
279
  },
214
280
  {
215
281
  chainId: 1,
@@ -225,7 +291,10 @@ const e = [
225
291
  name: "wBTC/sBTC",
226
292
  symbol: "crvWSBTC",
227
293
  decimals: 18,
228
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
294
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
295
+ allowanceStorageOffset: 8,
296
+ isVyper: !0,
297
+ balanceStorageOffset: 7
229
298
  },
230
299
  {
231
300
  chainId: 1,
@@ -233,7 +302,10 @@ const e = [
233
302
  name: "LUSD Stablecoin",
234
303
  symbol: "LUSD",
235
304
  decimals: 18,
236
- logoURI: "https://assets.coingecko.com/coins/images/14666/small/Group_3.png?1617631327"
305
+ logoURI: "https://assets.coingecko.com/coins/images/14666/small/Group_3.png?1617631327",
306
+ allowanceStorageOffset: 3,
307
+ isVyper: !1,
308
+ balanceStorageOffset: 2
237
309
  },
238
310
  {
239
311
  chainId: 1,
@@ -241,7 +313,10 @@ const e = [
241
313
  name: "Frax Ether",
242
314
  symbol: "frxETH",
243
315
  decimals: 18,
244
- logoURI: "https://assets.coingecko.com/coins/images/28284/small/frxETH_icon.png?1679886981"
316
+ logoURI: "https://assets.coingecko.com/coins/images/28284/small/frxETH_icon.png?1679886981",
317
+ allowanceStorageOffset: 1,
318
+ isVyper: !1,
319
+ balanceStorageOffset: 0
245
320
  },
246
321
  {
247
322
  chainId: 1,
@@ -249,7 +324,10 @@ const e = [
249
324
  name: "Convex Token",
250
325
  symbol: "CVX",
251
326
  decimals: 18,
252
- logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328"
327
+ logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328",
328
+ allowanceStorageOffset: 1,
329
+ isVyper: !1,
330
+ balanceStorageOffset: 0
253
331
  },
254
332
  {
255
333
  chainId: 1,
@@ -257,7 +335,10 @@ const e = [
257
335
  name: "Dola USD Stablecoin",
258
336
  symbol: "DOLA",
259
337
  decimals: 18,
260
- logoURI: "https://assets.coingecko.com/coins/images/14287/small/dola.png?1667738374"
338
+ logoURI: "https://assets.coingecko.com/coins/images/14287/small/dola.png?1667738374",
339
+ allowanceStorageOffset: 7,
340
+ isVyper: !1,
341
+ balanceStorageOffset: 6
261
342
  },
262
343
  {
263
344
  chainId: 1,
@@ -265,7 +346,10 @@ const e = [
265
346
  name: "CVX-ETH",
266
347
  symbol: "crvCVXETH",
267
348
  decimals: 18,
268
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
349
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
350
+ allowanceStorageOffset: 6,
351
+ isVyper: !0,
352
+ balanceStorageOffset: 5
269
353
  },
270
354
  {
271
355
  chainId: 1,
@@ -273,7 +357,10 @@ const e = [
273
357
  name: "ETH/stETH",
274
358
  symbol: "steCRV",
275
359
  decimals: 18,
276
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
360
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
361
+ allowanceStorageOffset: 3,
362
+ isVyper: !0,
363
+ balanceStorageOffset: 2
277
364
  },
278
365
  {
279
366
  chainId: 1,
@@ -281,7 +368,10 @@ const e = [
281
368
  name: "stETH/frxETH",
282
369
  symbol: "st-frxETH-f",
283
370
  decimals: 18,
284
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
371
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
372
+ allowanceStorageOffset: 25,
373
+ isVyper: !0,
374
+ balanceStorageOffset: 24
285
375
  },
286
376
  {
287
377
  chainId: 1,
@@ -289,7 +379,10 @@ const e = [
289
379
  name: "Rocket Pool ETH",
290
380
  symbol: "rETH",
291
381
  decimals: 18,
292
- logoURI: "https://assets.coingecko.com/coins/images/20764/small/reth.png?1637652366"
382
+ logoURI: "https://assets.coingecko.com/coins/images/20764/small/reth.png?1637652366",
383
+ allowanceStorageOffset: 2,
384
+ isVyper: !1,
385
+ balanceStorageOffset: 1
293
386
  },
294
387
  {
295
388
  chainId: 1,
@@ -297,7 +390,10 @@ const e = [
297
390
  name: "Rocketpool rETH/ETH",
298
391
  symbol: "rETH-f",
299
392
  decimals: 18,
300
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
393
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
394
+ allowanceStorageOffset: 7,
395
+ isVyper: !0,
396
+ balanceStorageOffset: 6
301
397
  },
302
398
  {
303
399
  chainId: 1,
@@ -305,7 +401,10 @@ const e = [
305
401
  name: "Convex CRV",
306
402
  symbol: "cvxCRV",
307
403
  decimals: 18,
308
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
404
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
405
+ allowanceStorageOffset: 1,
406
+ isVyper: !1,
407
+ balanceStorageOffset: 0
309
408
  },
310
409
  {
311
410
  chainId: 1,
@@ -313,7 +412,10 @@ const e = [
313
412
  name: "cvxCrv/Crv",
314
413
  symbol: "cvxcrv-crv-f",
315
414
  decimals: 18,
316
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
415
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
416
+ allowanceStorageOffset: 21,
417
+ isVyper: !0,
418
+ balanceStorageOffset: 20
317
419
  },
318
420
  {
319
421
  chainId: 1,
@@ -321,7 +423,10 @@ const e = [
321
423
  name: "TrueUSD",
322
424
  symbol: "TUSD",
323
425
  decimals: 18,
324
- logoURI: "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665"
426
+ logoURI: "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665",
427
+ allowanceStorageOffset: 15,
428
+ isVyper: !1,
429
+ balanceStorageOffset: 14
325
430
  },
326
431
  {
327
432
  chainId: 1,
@@ -329,7 +434,10 @@ const e = [
329
434
  name: "TrueUSD/3CRV",
330
435
  symbol: "TUSD3CRV-f",
331
436
  decimals: 18,
332
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
437
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
438
+ allowanceStorageOffset: 16,
439
+ isVyper: !0,
440
+ balanceStorageOffset: 15
333
441
  },
334
442
  {
335
443
  chainId: 1,
@@ -337,7 +445,8 @@ const e = [
337
445
  name: "UZD Zunami Stable",
338
446
  symbol: "UZD",
339
447
  decimals: 18,
340
- logoURI: "https://assets.coingecko.com/coins/images/27621/small/UZD_Logo_200x200.png?1666428507"
448
+ logoURI: "https://assets.coingecko.com/coins/images/27621/small/UZD_Logo_200x200.png?1666428507",
449
+ balanceStorageOffset: 8
341
450
  },
342
451
  {
343
452
  chainId: 1,
@@ -345,7 +454,10 @@ const e = [
345
454
  name: "Zunami UZD/FRAXBP",
346
455
  symbol: "UZDFRAXBP3CRV-f",
347
456
  decimals: 18,
348
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
457
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
458
+ allowanceStorageOffset: 18,
459
+ isVyper: !0,
460
+ balanceStorageOffset: 17
349
461
  },
350
462
  {
351
463
  chainId: 1,
@@ -353,7 +465,10 @@ const e = [
353
465
  name: "StargateToken",
354
466
  symbol: "STG",
355
467
  decimals: 18,
356
- logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
468
+ logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
469
+ allowanceStorageOffset: 1,
470
+ isVyper: !1,
471
+ balanceStorageOffset: 0
357
472
  },
358
473
  {
359
474
  chainId: 1,
@@ -361,7 +476,10 @@ const e = [
361
476
  name: "STG/USDC",
362
477
  symbol: "STGUSDC-f",
363
478
  decimals: 18,
364
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
479
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
480
+ allowanceStorageOffset: 7,
481
+ isVyper: !0,
482
+ balanceStorageOffset: 6
365
483
  },
366
484
  {
367
485
  chainId: 1,
@@ -369,7 +487,10 @@ const e = [
369
487
  name: "cvxCRV/CRV",
370
488
  symbol: "cvxcrv-f",
371
489
  decimals: 18,
372
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
490
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
491
+ allowanceStorageOffset: 23,
492
+ isVyper: !0,
493
+ balanceStorageOffset: 22
373
494
  },
374
495
  {
375
496
  chainId: 1,
@@ -377,7 +498,10 @@ const e = [
377
498
  name: "Frax Share",
378
499
  symbol: "FXS",
379
500
  decimals: 18,
380
- logoURI: "https://assets.coingecko.com/coins/images/13423/small/Frax_Shares_icon.png?1679886947"
501
+ logoURI: "https://assets.coingecko.com/coins/images/13423/small/Frax_Shares_icon.png?1679886947",
502
+ allowanceStorageOffset: 1,
503
+ isVyper: !1,
504
+ balanceStorageOffset: 0
381
505
  },
382
506
  {
383
507
  chainId: 1,
@@ -385,7 +509,10 @@ const e = [
385
509
  name: "Convex FXS",
386
510
  symbol: "cvxFXS",
387
511
  decimals: 18,
388
- logoURI: "https://assets.coingecko.com/coins/images/29001/small/cvxfxs.png?1675872793"
512
+ logoURI: "https://assets.coingecko.com/coins/images/29001/small/cvxfxs.png?1675872793",
513
+ allowanceStorageOffset: 1,
514
+ isVyper: !1,
515
+ balanceStorageOffset: 0
389
516
  },
390
517
  {
391
518
  chainId: 1,
@@ -393,7 +520,10 @@ const e = [
393
520
  name: "Alchemix USD",
394
521
  symbol: "alUSD",
395
522
  decimals: 18,
396
- logoURI: "https://assets.coingecko.com/coins/images/14114/small/Alchemix_USD.png?1614410406"
523
+ logoURI: "https://assets.coingecko.com/coins/images/14114/small/Alchemix_USD.png?1614410406",
524
+ allowanceStorageOffset: 2,
525
+ isVyper: !1,
526
+ balanceStorageOffset: 1
397
527
  },
398
528
  {
399
529
  chainId: 1,
@@ -401,7 +531,10 @@ const e = [
401
531
  name: "alUSDFRAXBP",
402
532
  symbol: "alUSDFRAXB3CRV-f",
403
533
  decimals: 18,
404
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
534
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
535
+ allowanceStorageOffset: 18,
536
+ isVyper: !0,
537
+ balanceStorageOffset: 17
405
538
  },
406
539
  {
407
540
  chainId: 1,
@@ -409,7 +542,10 @@ const e = [
409
542
  name: "stETH concentrated",
410
543
  symbol: "STETHETH_C-f",
411
544
  decimals: 18,
412
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
545
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
546
+ allowanceStorageOffset: 25,
547
+ isVyper: !0,
548
+ balanceStorageOffset: 24
413
549
  },
414
550
  {
415
551
  chainId: 1,
@@ -425,7 +561,10 @@ const e = [
425
561
  name: "Origin Dollar/3CRV",
426
562
  symbol: "OUSD3CRV-f",
427
563
  decimals: 18,
428
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
564
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
565
+ allowanceStorageOffset: 16,
566
+ isVyper: !0,
567
+ balanceStorageOffset: 15
429
568
  },
430
569
  {
431
570
  chainId: 1,
@@ -433,7 +572,10 @@ const e = [
433
572
  name: "Keep3rV1",
434
573
  symbol: "KP3R",
435
574
  decimals: 18,
436
- logoURI: "https://assets.coingecko.com/coins/images/12966/small/kp3r_logo.jpg?1607057458"
575
+ logoURI: "https://assets.coingecko.com/coins/images/12966/small/kp3r_logo.jpg?1607057458",
576
+ allowanceStorageOffset: 6,
577
+ isVyper: !1,
578
+ balanceStorageOffset: 7
437
579
  },
438
580
  {
439
581
  chainId: 1,
@@ -441,7 +583,10 @@ const e = [
441
583
  name: "KP3R/ETH",
442
584
  symbol: "KP3RETH-f",
443
585
  decimals: 18,
444
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
586
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
587
+ allowanceStorageOffset: 7,
588
+ isVyper: !0,
589
+ balanceStorageOffset: 6
445
590
  },
446
591
  {
447
592
  chainId: 1,
@@ -449,7 +594,10 @@ const e = [
449
594
  name: "Alchemix ETH",
450
595
  symbol: "alETH",
451
596
  decimals: 18,
452
- logoURI: "https://assets.coingecko.com/coins/images/16271/small/aleth.png?1685957289"
597
+ logoURI: "https://assets.coingecko.com/coins/images/16271/small/aleth.png?1685957289",
598
+ allowanceStorageOffset: 2,
599
+ isVyper: !1,
600
+ balanceStorageOffset: 1
453
601
  },
454
602
  {
455
603
  chainId: 1,
@@ -457,7 +605,9 @@ const e = [
457
605
  name: "Lido DAO Token",
458
606
  symbol: "LDO",
459
607
  decimals: 18,
460
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/LDO.avif"
608
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/LDO.avif",
609
+ allowanceStorageOffset: 9,
610
+ isVyper: !1
461
611
  },
462
612
  {
463
613
  chainId: 1,
@@ -465,7 +615,10 @@ const e = [
465
615
  name: "LDO/ETH",
466
616
  symbol: "LDOETH-f",
467
617
  decimals: 18,
468
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
618
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
619
+ allowanceStorageOffset: 7,
620
+ isVyper: !0,
621
+ balanceStorageOffset: 6
469
622
  },
470
623
  {
471
624
  chainId: 1,
@@ -473,7 +626,10 @@ const e = [
473
626
  name: "yearn.finance",
474
627
  symbol: "YFI",
475
628
  decimals: 18,
476
- logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
629
+ logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
630
+ allowanceStorageOffset: 1,
631
+ isVyper: !1,
632
+ balanceStorageOffset: 0
477
633
  },
478
634
  {
479
635
  chainId: 1,
@@ -481,7 +637,10 @@ const e = [
481
637
  name: "YFI/ETH",
482
638
  symbol: "YFIETH-f",
483
639
  decimals: 18,
484
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
640
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
641
+ allowanceStorageOffset: 7,
642
+ isVyper: !0,
643
+ balanceStorageOffset: 6
485
644
  },
486
645
  {
487
646
  chainId: 1,
@@ -489,7 +648,10 @@ const e = [
489
648
  name: "Coinbase Wrapped Staked ETH",
490
649
  symbol: "cbETH",
491
650
  decimals: 18,
492
- logoURI: "https://assets.coingecko.com/coins/images/27008/small/cbeth.png?1661390066"
651
+ logoURI: "https://assets.coingecko.com/coins/images/27008/small/cbeth.png?1661390066",
652
+ allowanceStorageOffset: 10,
653
+ isVyper: !1,
654
+ balanceStorageOffset: 9
493
655
  },
494
656
  {
495
657
  chainId: 1,
@@ -497,7 +659,10 @@ const e = [
497
659
  name: "cbETH/ETH",
498
660
  symbol: "cbETH/ETH-f",
499
661
  decimals: 18,
500
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
662
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
663
+ allowanceStorageOffset: 7,
664
+ isVyper: !0,
665
+ balanceStorageOffset: 6
501
666
  },
502
667
  {
503
668
  chainId: 1,
@@ -505,7 +670,10 @@ const e = [
505
670
  name: "XAI Stablecoin",
506
671
  symbol: "XAI",
507
672
  decimals: 18,
508
- logoURI: "https://assets.coingecko.com/coins/images/28254/small/Xai_logo.png?1668674085"
673
+ logoURI: "https://assets.coingecko.com/coins/images/28254/small/Xai_logo.png?1668674085",
674
+ allowanceStorageOffset: 2,
675
+ isVyper: !1,
676
+ balanceStorageOffset: 1
509
677
  },
510
678
  {
511
679
  chainId: 1,
@@ -513,7 +681,10 @@ const e = [
513
681
  name: "XAI/FRAXBP",
514
682
  symbol: "XAIFRAXBP3CRV-f",
515
683
  decimals: 18,
516
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
684
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
685
+ allowanceStorageOffset: 18,
686
+ isVyper: !0,
687
+ balanceStorageOffset: 17
517
688
  },
518
689
  {
519
690
  chainId: 1,
@@ -521,7 +692,10 @@ const e = [
521
692
  name: "Bean",
522
693
  symbol: "BEAN",
523
694
  decimals: 6,
524
- logoURI: "https://assets.coingecko.com/coins/images/18447/small/bean-logo-coingecko.png?1632090495"
695
+ logoURI: "https://assets.coingecko.com/coins/images/18447/small/bean-logo-coingecko.png?1632090495",
696
+ allowanceStorageOffset: 1,
697
+ isVyper: !1,
698
+ balanceStorageOffset: 0
525
699
  },
526
700
  {
527
701
  chainId: 1,
@@ -537,7 +711,10 @@ const e = [
537
711
  name: "JPEGd ETH",
538
712
  symbol: "pETH",
539
713
  decimals: 18,
540
- logoURI: "https://assets.coingecko.com/coins/images/24025/small/et_43CNi_400x400.jpg?1646100264"
714
+ logoURI: "https://assets.coingecko.com/coins/images/24025/small/et_43CNi_400x400.jpg?1646100264",
715
+ allowanceStorageOffset: 3,
716
+ isVyper: !1,
717
+ balanceStorageOffset: 2
541
718
  },
542
719
  {
543
720
  chainId: 1,
@@ -545,7 +722,10 @@ const e = [
545
722
  name: "Alchemix USD 3CRV",
546
723
  symbol: "alUSD3CRV-f",
547
724
  decimals: 18,
548
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
725
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
726
+ allowanceStorageOffset: 16,
727
+ isVyper: !0,
728
+ balanceStorageOffset: 15
549
729
  },
550
730
  {
551
731
  chainId: 1,
@@ -553,7 +733,10 @@ const e = [
553
733
  name: "stETH-ng",
554
734
  symbol: "stETH-ng-f",
555
735
  decimals: 18,
556
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
736
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
737
+ allowanceStorageOffset: 21,
738
+ isVyper: !0,
739
+ balanceStorageOffset: 20
557
740
  },
558
741
  {
559
742
  chainId: 1,
@@ -561,7 +744,10 @@ const e = [
561
744
  name: "EURS",
562
745
  symbol: "STASIS EURS Token",
563
746
  decimals: 2,
564
- logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779"
747
+ logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779",
748
+ allowanceStorageOffset: 1,
749
+ isVyper: !1,
750
+ balanceStorageOffset: 0
565
751
  },
566
752
  {
567
753
  chainId: 1,
@@ -569,7 +755,10 @@ const e = [
569
755
  name: "crvEURSUSDC",
570
756
  symbol: "crvEURSUSDC",
571
757
  decimals: 18,
572
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
758
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
759
+ allowanceStorageOffset: 6,
760
+ isVyper: !0,
761
+ balanceStorageOffset: 5
573
762
  },
574
763
  {
575
764
  chainId: 1,
@@ -585,7 +774,10 @@ const e = [
585
774
  name: "OETHCRV",
586
775
  symbol: "OETHCRV-f",
587
776
  decimals: 18,
588
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
777
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
778
+ allowanceStorageOffset: 21,
779
+ isVyper: !0,
780
+ balanceStorageOffset: 20
589
781
  },
590
782
  {
591
783
  chainId: 1,
@@ -593,7 +785,10 @@ const e = [
593
785
  name: "tBTC/wBTC/sBTC",
594
786
  symbol: "TBTCSBTC23CRV-f",
595
787
  decimals: 18,
596
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
788
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
789
+ allowanceStorageOffset: 18,
790
+ isVyper: !0,
791
+ balanceStorageOffset: 17
597
792
  },
598
793
  {
599
794
  chainId: 1,
@@ -601,7 +796,10 @@ const e = [
601
796
  name: "tBTC",
602
797
  symbol: "tBTC",
603
798
  decimals: 18,
604
- logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504"
799
+ logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504",
800
+ allowanceStorageOffset: 2,
801
+ isVyper: !1,
802
+ balanceStorageOffset: 1
605
803
  },
606
804
  {
607
805
  chainId: 1,
@@ -609,7 +807,10 @@ const e = [
609
807
  name: "Wrapped Binance Beacon ETH",
610
808
  symbol: "wBETH",
611
809
  decimals: 18,
612
- logoURI: "https://assets.coingecko.com/coins/images/30061/small/wbeth-icon.png?1683001548"
810
+ logoURI: "https://assets.coingecko.com/coins/images/30061/small/wbeth-icon.png?1683001548",
811
+ allowanceStorageOffset: 10,
812
+ isVyper: !1,
813
+ balanceStorageOffset: 9
613
814
  },
614
815
  {
615
816
  chainId: 1,
@@ -617,7 +818,10 @@ const e = [
617
818
  name: "Compound Dai",
618
819
  symbol: "cDAI",
619
820
  decimals: 8,
620
- logoURI: "https://assets.coingecko.com/coins/images/9281/small/cDAI.png?1576467585"
821
+ logoURI: "https://assets.coingecko.com/coins/images/9281/small/cDAI.png?1576467585",
822
+ allowanceStorageOffset: 15,
823
+ isVyper: !1,
824
+ balanceStorageOffset: 14
621
825
  },
622
826
  {
623
827
  chainId: 1,
@@ -625,7 +829,10 @@ const e = [
625
829
  name: "Compound USD Coin",
626
830
  symbol: "cUSDC",
627
831
  decimals: 8,
628
- logoURI: "https://assets.coingecko.com/coins/images/9442/small/Compound_USDC.png?1567581577"
832
+ logoURI: "https://assets.coingecko.com/coins/images/9442/small/Compound_USDC.png?1567581577",
833
+ allowanceStorageOffset: 16,
834
+ isVyper: !1,
835
+ balanceStorageOffset: 15
629
836
  },
630
837
  {
631
838
  chainId: 1,
@@ -633,7 +840,10 @@ const e = [
633
840
  name: "cDAI/cUSDC",
634
841
  symbol: "cDAI+cUSDC",
635
842
  decimals: 18,
636
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
843
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
844
+ allowanceStorageOffset: 4,
845
+ isVyper: !0,
846
+ balanceStorageOffset: 3
637
847
  },
638
848
  {
639
849
  chainId: 1,
@@ -649,7 +859,10 @@ const e = [
649
859
  name: "hBTC/wBTC",
650
860
  symbol: "hCRV",
651
861
  decimals: 18,
652
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
862
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
863
+ allowanceStorageOffset: 4,
864
+ isVyper: !0,
865
+ balanceStorageOffset: 3
653
866
  },
654
867
  {
655
868
  chainId: 1,
@@ -657,7 +870,10 @@ const e = [
657
870
  name: "Yearn Dai",
658
871
  symbol: "cyDAI",
659
872
  decimals: 8,
660
- logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
873
+ logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
874
+ allowanceStorageOffset: 15,
875
+ isVyper: !1,
876
+ balanceStorageOffset: 14
661
877
  },
662
878
  {
663
879
  chainId: 1,
@@ -665,7 +881,10 @@ const e = [
665
881
  name: "Yearn USD Coin",
666
882
  symbol: "cyUSDC",
667
883
  decimals: 8,
668
- logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
884
+ logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
885
+ allowanceStorageOffset: 15,
886
+ isVyper: !1,
887
+ balanceStorageOffset: 14
669
888
  },
670
889
  {
671
890
  chainId: 1,
@@ -673,7 +892,10 @@ const e = [
673
892
  name: "Yearn Tether USD",
674
893
  symbol: "cyUSDT",
675
894
  decimals: 8,
676
- logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
895
+ logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
896
+ allowanceStorageOffset: 15,
897
+ isVyper: !1,
898
+ balanceStorageOffset: 14
677
899
  },
678
900
  {
679
901
  chainId: 1,
@@ -681,7 +903,10 @@ const e = [
681
903
  name: "cyDAI/cyUSDC/cyUSDT",
682
904
  symbol: "ib3CRV",
683
905
  decimals: 18,
684
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
906
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
907
+ allowanceStorageOffset: 3,
908
+ isVyper: !0,
909
+ balanceStorageOffset: 2
685
910
  },
686
911
  {
687
912
  chainId: 1,
@@ -689,7 +914,10 @@ const e = [
689
914
  name: "renBTC/wBTC/sBTC",
690
915
  symbol: "crvRenWSBTC",
691
916
  decimals: 18,
692
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
917
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
918
+ allowanceStorageOffset: 4,
919
+ isVyper: !0,
920
+ balanceStorageOffset: 3
693
921
  },
694
922
  {
695
923
  chainId: 1,
@@ -705,7 +933,10 @@ const e = [
705
933
  name: "renBTC/wBTC",
706
934
  symbol: "crvRenWBTC",
707
935
  decimals: 18,
708
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
936
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
937
+ allowanceStorageOffset: 4,
938
+ isVyper: !0,
939
+ balanceStorageOffset: 3
709
940
  },
710
941
  {
711
942
  chainId: 1,
@@ -721,7 +952,10 @@ const e = [
721
952
  name: "Curve.Fi USD Stablecoin",
722
953
  symbol: "crvUSD",
723
954
  decimals: 18,
724
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
955
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
956
+ allowanceStorageOffset: 0,
957
+ isVyper: !0,
958
+ balanceStorageOffset: 1
725
959
  },
726
960
  {
727
961
  chainId: 1,
@@ -729,7 +963,10 @@ const e = [
729
963
  name: "CRV/Frax",
730
964
  symbol: "FraxlendV1-CRV-FRAX",
731
965
  decimals: 18,
732
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
966
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
967
+ allowanceStorageOffset: 1,
968
+ isVyper: !1,
969
+ balanceStorageOffset: 0
733
970
  },
734
971
  {
735
972
  chainId: 1,
@@ -737,7 +974,10 @@ const e = [
737
974
  name: "STBT/3CRV",
738
975
  symbol: "STBT3CRV-f",
739
976
  decimals: 18,
740
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
977
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
978
+ allowanceStorageOffset: 26,
979
+ isVyper: !0,
980
+ balanceStorageOffset: 25
741
981
  },
742
982
  {
743
983
  chainId: 1,
@@ -745,7 +985,10 @@ const e = [
745
985
  name: "Frax Price Index",
746
986
  symbol: "FPI",
747
987
  decimals: 18,
748
- logoURI: "https://assets.coingecko.com/coins/images/24945/small/FPI_icon.png?1679886853"
988
+ logoURI: "https://assets.coingecko.com/coins/images/24945/small/FPI_icon.png?1679886853",
989
+ allowanceStorageOffset: 1,
990
+ isVyper: !1,
991
+ balanceStorageOffset: 0
749
992
  },
750
993
  {
751
994
  chainId: 1,
@@ -753,7 +996,10 @@ const e = [
753
996
  name: "FPI2Pool",
754
997
  symbol: "FPIFRAX-f",
755
998
  decimals: 18,
756
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
999
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1000
+ allowanceStorageOffset: 7,
1001
+ isVyper: !0,
1002
+ balanceStorageOffset: 6
757
1003
  },
758
1004
  {
759
1005
  chainId: 1,
@@ -761,7 +1007,10 @@ const e = [
761
1007
  name: "GUSD/3Crv",
762
1008
  symbol: "gusd3CRV",
763
1009
  decimals: 18,
764
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1010
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1011
+ allowanceStorageOffset: 4,
1012
+ isVyper: !0,
1013
+ balanceStorageOffset: 3
765
1014
  },
766
1015
  {
767
1016
  chainId: 1,
@@ -769,7 +1018,10 @@ const e = [
769
1018
  name: "Liquity USD/3CRV",
770
1019
  symbol: "LUSD3CRV",
771
1020
  decimals: 18,
772
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1021
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1022
+ allowanceStorageOffset: 16,
1023
+ isVyper: !0,
1024
+ balanceStorageOffset: 15
773
1025
  },
774
1026
  {
775
1027
  chainId: 1,
@@ -777,7 +1029,10 @@ const e = [
777
1029
  name: "cvxFxs/Fxs",
778
1030
  symbol: "cvxFxs-Fxs",
779
1031
  decimals: 18,
780
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1032
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1033
+ allowanceStorageOffset: 7,
1034
+ isVyper: !0,
1035
+ balanceStorageOffset: 6
781
1036
  },
782
1037
  {
783
1038
  chainId: 1,
@@ -785,7 +1040,10 @@ const e = [
785
1040
  name: "DOLA/FRAXBP",
786
1041
  symbol: "DOLAFRAXBP3CRV",
787
1042
  decimals: 18,
788
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1043
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1044
+ allowanceStorageOffset: 18,
1045
+ isVyper: !0,
1046
+ balanceStorageOffset: 0
789
1047
  },
790
1048
  {
791
1049
  chainId: 1,
@@ -793,7 +1051,10 @@ const e = [
793
1051
  name: "crvUSD-sDAI",
794
1052
  symbol: "crvUSD-sDAI",
795
1053
  decimals: 18,
796
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1054
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1055
+ allowanceStorageOffset: 27,
1056
+ isVyper: !0,
1057
+ balanceStorageOffset: 26
797
1058
  },
798
1059
  {
799
1060
  chainId: 1,
@@ -801,7 +1062,10 @@ const e = [
801
1062
  name: "mooAurawstETH/sfrxETH/rETHV3",
802
1063
  symbol: "mooAurawstETH/sfrxETH/rETHV3",
803
1064
  decimals: 18,
804
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1065
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1066
+ allowanceStorageOffset: 52,
1067
+ isVyper: !1,
1068
+ balanceStorageOffset: 51
805
1069
  },
806
1070
  {
807
1071
  chainId: 1,
@@ -809,7 +1073,10 @@ const e = [
809
1073
  name: "mooAurarETH-ETH",
810
1074
  symbol: "mooAurarETH-ETH",
811
1075
  decimals: 18,
812
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1076
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1077
+ allowanceStorageOffset: 52,
1078
+ isVyper: !1,
1079
+ balanceStorageOffset: 51
813
1080
  },
814
1081
  {
815
1082
  chainId: 1,
@@ -817,7 +1084,10 @@ const e = [
817
1084
  name: "mooConvexTriCryptoUSDC",
818
1085
  symbol: "mooConvexTriCryptoUSDC",
819
1086
  decimals: 18,
820
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1087
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1088
+ allowanceStorageOffset: 52,
1089
+ isVyper: !1,
1090
+ balanceStorageOffset: 51
821
1091
  },
822
1092
  {
823
1093
  chainId: 1,
@@ -825,7 +1095,10 @@ const e = [
825
1095
  name: "mooVerseWBTC-ETH",
826
1096
  symbol: "mooVerseWBTC-ETH",
827
1097
  decimals: 18,
828
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1098
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1099
+ allowanceStorageOffset: 52,
1100
+ isVyper: !1,
1101
+ balanceStorageOffset: 51
829
1102
  },
830
1103
  {
831
1104
  chainId: 1,
@@ -841,7 +1114,10 @@ const e = [
841
1114
  name: "mooConvexCvxFXS",
842
1115
  symbol: "mooConvexCvxFXS",
843
1116
  decimals: 18,
844
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1117
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1118
+ allowanceStorageOffset: 52,
1119
+ isVyper: !1,
1120
+ balanceStorageOffset: 51
845
1121
  },
846
1122
  {
847
1123
  chainId: 1,
@@ -865,7 +1141,10 @@ const e = [
865
1141
  name: "mooConvexTriCrypto",
866
1142
  symbol: "mooConvexTriCrypto",
867
1143
  decimals: 18,
868
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1144
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1145
+ allowanceStorageOffset: 52,
1146
+ isVyper: !1,
1147
+ balanceStorageOffset: 51
869
1148
  },
870
1149
  {
871
1150
  chainId: 1,
@@ -881,7 +1160,10 @@ const e = [
881
1160
  name: "mooConvexMIM",
882
1161
  symbol: "mooConvexMIM",
883
1162
  decimals: 18,
884
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1163
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1164
+ allowanceStorageOffset: 52,
1165
+ isVyper: !1,
1166
+ balanceStorageOffset: 51
885
1167
  },
886
1168
  {
887
1169
  chainId: 1,
@@ -889,7 +1171,10 @@ const e = [
889
1171
  name: "mooConvexUSDD",
890
1172
  symbol: "mooConvexUSDD",
891
1173
  decimals: 18,
892
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1174
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1175
+ allowanceStorageOffset: 52,
1176
+ isVyper: !1,
1177
+ balanceStorageOffset: 51
893
1178
  },
894
1179
  {
895
1180
  chainId: 1,
@@ -905,7 +1190,10 @@ const e = [
905
1190
  name: "mooAPE",
906
1191
  symbol: "mooAPE",
907
1192
  decimals: 18,
908
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1193
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1194
+ allowanceStorageOffset: 52,
1195
+ isVyper: !1,
1196
+ balanceStorageOffset: 51
909
1197
  },
910
1198
  {
911
1199
  chainId: 1,
@@ -913,7 +1201,10 @@ const e = [
913
1201
  name: "mooConvexCvxFPIS",
914
1202
  symbol: "mooConvexCvxFPIS",
915
1203
  decimals: 18,
916
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1204
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1205
+ allowanceStorageOffset: 52,
1206
+ isVyper: !1,
1207
+ balanceStorageOffset: 51
917
1208
  },
918
1209
  {
919
1210
  chainId: 1,
@@ -929,7 +1220,10 @@ const e = [
929
1220
  name: "mooConvexCRV",
930
1221
  symbol: "mooConvexCRV",
931
1222
  decimals: 18,
932
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1223
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1224
+ allowanceStorageOffset: 52,
1225
+ isVyper: !1,
1226
+ balanceStorageOffset: 51
933
1227
  },
934
1228
  {
935
1229
  chainId: 1,
@@ -953,7 +1247,10 @@ const e = [
953
1247
  name: "mooConvexDolaFraxBP",
954
1248
  symbol: "mooConvexDolaFraxBP",
955
1249
  decimals: 18,
956
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1250
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1251
+ allowanceStorageOffset: 52,
1252
+ isVyper: !1,
1253
+ balanceStorageOffset: 51
957
1254
  },
958
1255
  {
959
1256
  chainId: 1,
@@ -985,7 +1282,10 @@ const e = [
985
1282
  name: "mooCurveCrvUSD-sDAI ",
986
1283
  symbol: "mooCurveCrvUSD-sDAI",
987
1284
  decimals: 18,
988
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1285
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1286
+ allowanceStorageOffset: 52,
1287
+ isVyper: !1,
1288
+ balanceStorageOffset: 51
989
1289
  },
990
1290
  {
991
1291
  chainId: 1,
@@ -993,7 +1293,10 @@ const e = [
993
1293
  name: "mooCurve-veth",
994
1294
  symbol: "mooCurve-veth",
995
1295
  decimals: 18,
996
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1296
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1297
+ allowanceStorageOffset: 52,
1298
+ isVyper: !1,
1299
+ balanceStorageOffset: 51
997
1300
  },
998
1301
  {
999
1302
  chainId: 1,
@@ -1001,7 +1304,10 @@ const e = [
1001
1304
  name: "wstETH-rETH-sfrxETH-BPT",
1002
1305
  symbol: "wstETH-rETH-sfrxETH-BPT",
1003
1306
  decimals: 18,
1004
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png"
1307
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
1308
+ allowanceStorageOffset: 1,
1309
+ isVyper: !1,
1310
+ balanceStorageOffset: 0
1005
1311
  },
1006
1312
  {
1007
1313
  chainId: 1,
@@ -1009,7 +1315,10 @@ const e = [
1009
1315
  name: "B-rETH-STABLE",
1010
1316
  symbol: "B-rETH-STABLE",
1011
1317
  decimals: 18,
1012
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png"
1318
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
1319
+ allowanceStorageOffset: 1,
1320
+ isVyper: !1,
1321
+ balanceStorageOffset: 0
1013
1322
  },
1014
1323
  {
1015
1324
  chainId: 1,
@@ -1017,7 +1326,10 @@ const e = [
1017
1326
  name: "GHO/LUSD",
1018
1327
  symbol: "GHO/LUSD",
1019
1328
  decimals: 18,
1020
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png"
1329
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
1330
+ allowanceStorageOffset: 1,
1331
+ isVyper: !1,
1332
+ balanceStorageOffset: 0
1021
1333
  },
1022
1334
  {
1023
1335
  chainId: 1,
@@ -1025,7 +1337,10 @@ const e = [
1025
1337
  name: "B-stETH-STABLE",
1026
1338
  symbol: "B-stETH-STABLE",
1027
1339
  decimals: 18,
1028
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png"
1340
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
1341
+ allowanceStorageOffset: 1,
1342
+ isVyper: !1,
1343
+ balanceStorageOffset: 0
1029
1344
  },
1030
1345
  {
1031
1346
  chainId: 1,
@@ -1033,7 +1348,10 @@ const e = [
1033
1348
  name: "crvUSDCWBTCWETH",
1034
1349
  symbol: "crvUSDCWBTCWETH",
1035
1350
  decimals: 18,
1036
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1351
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1352
+ allowanceStorageOffset: 24,
1353
+ isVyper: !0,
1354
+ balanceStorageOffset: 23
1037
1355
  },
1038
1356
  {
1039
1357
  chainId: 1,
@@ -1041,7 +1359,10 @@ const e = [
1041
1359
  name: "USDD3CRV3CRV",
1042
1360
  symbol: "USDD3CRV3CRV",
1043
1361
  decimals: 18,
1044
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1362
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1363
+ allowanceStorageOffset: 25,
1364
+ isVyper: !0,
1365
+ balanceStorageOffset: 24
1045
1366
  },
1046
1367
  {
1047
1368
  chainId: 1,
@@ -1049,7 +1370,10 @@ const e = [
1049
1370
  name: "multibtc3CRV",
1050
1371
  symbol: "multibtc3CRV",
1051
1372
  decimals: 18,
1052
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1373
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1374
+ allowanceStorageOffset: 18,
1375
+ isVyper: !0,
1376
+ balanceStorageOffset: 17
1053
1377
  },
1054
1378
  {
1055
1379
  chainId: 1,
@@ -1057,7 +1381,10 @@ const e = [
1057
1381
  name: "vAMM-SOLID/WETH",
1058
1382
  symbol: "vAMM-SOLID/WETH",
1059
1383
  decimals: 18,
1060
- logoURI: "https://assets.coingecko.com/coins/images/23961/small/Solidly-O.png?1645797138"
1384
+ logoURI: "https://assets.coingecko.com/coins/images/23961/small/Solidly-O.png?1645797138",
1385
+ allowanceStorageOffset: 6,
1386
+ isVyper: !1,
1387
+ balanceStorageOffset: 7
1061
1388
  },
1062
1389
  {
1063
1390
  chainId: 1,
@@ -1065,7 +1392,10 @@ const e = [
1065
1392
  name: "cvxFPIS",
1066
1393
  symbol: "cvxFPIS",
1067
1394
  decimals: 18,
1068
- logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328"
1395
+ logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328",
1396
+ allowanceStorageOffset: 1,
1397
+ isVyper: !1,
1398
+ balanceStorageOffset: 0
1069
1399
  },
1070
1400
  {
1071
1401
  chainId: 1,
@@ -1073,7 +1403,10 @@ const e = [
1073
1403
  name: "VerseWBTC-ETH",
1074
1404
  symbol: "VerseWBTC-ETH",
1075
1405
  decimals: 18,
1076
- logoURI: "https://assets.coingecko.com/coins/images/28424/small/verselogo.png?1670461811"
1406
+ logoURI: "https://assets.coingecko.com/coins/images/28424/small/verselogo.png?1670461811",
1407
+ allowanceStorageOffset: 2,
1408
+ isVyper: !1,
1409
+ balanceStorageOffset: 1
1077
1410
  },
1078
1411
  {
1079
1412
  chainId: 1,
@@ -1081,7 +1414,10 @@ const e = [
1081
1414
  name: "50R-50wstETH",
1082
1415
  symbol: "50R-50wstETH",
1083
1416
  decimals: 18,
1084
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png"
1417
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
1418
+ allowanceStorageOffset: 1,
1419
+ isVyper: !1,
1420
+ balanceStorageOffset: 0
1085
1421
  },
1086
1422
  {
1087
1423
  chainId: 1,
@@ -1089,7 +1425,10 @@ const e = [
1089
1425
  name: "SGETH",
1090
1426
  symbol: "SGETH",
1091
1427
  decimals: 18,
1092
- logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
1428
+ logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
1429
+ allowanceStorageOffset: 6,
1430
+ isVyper: !1,
1431
+ balanceStorageOffset: 5
1093
1432
  },
1094
1433
  {
1095
1434
  chainId: 1,
@@ -1097,7 +1436,10 @@ const e = [
1097
1436
  name: "APE",
1098
1437
  symbol: "APE",
1099
1438
  decimals: 18,
1100
- logoURI: "https://assets.coingecko.com/coins/images/24383/small/apecoin.jpg?1647476455"
1439
+ logoURI: "https://assets.coingecko.com/coins/images/24383/small/apecoin.jpg?1647476455",
1440
+ allowanceStorageOffset: 1,
1441
+ isVyper: !1,
1442
+ balanceStorageOffset: 0
1101
1443
  },
1102
1444
  {
1103
1445
  chainId: 1,
@@ -1105,7 +1447,10 @@ const e = [
1105
1447
  name: "R-DAI-BLP",
1106
1448
  symbol: "R-DAI-BLP",
1107
1449
  decimals: 18,
1108
- logoURI: "https://assets.coingecko.com/coins/images/29551/small/R_200x200.png?1685954962"
1450
+ logoURI: "https://assets.coingecko.com/coins/images/29551/small/R_200x200.png?1685954962",
1451
+ allowanceStorageOffset: 1,
1452
+ isVyper: !1,
1453
+ balanceStorageOffset: 0
1109
1454
  },
1110
1455
  {
1111
1456
  chainId: 1,
@@ -1113,7 +1458,10 @@ const e = [
1113
1458
  name: "BIFI",
1114
1459
  symbol: "BIFI",
1115
1460
  decimals: 18,
1116
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
1461
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
1462
+ allowanceStorageOffset: 12,
1463
+ isVyper: !1,
1464
+ balanceStorageOffset: 2
1117
1465
  },
1118
1466
  {
1119
1467
  chainId: 1,
@@ -1131,7 +1479,10 @@ const e = [
1131
1479
  name: "vETH-WETH Gauge",
1132
1480
  symbol: "vETH-WETH-gauge",
1133
1481
  decimals: 18,
1134
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1482
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1483
+ allowanceStorageOffset: 1,
1484
+ isVyper: !1,
1485
+ balanceStorageOffset: 0
1135
1486
  },
1136
1487
  {
1137
1488
  chainId: 1,
@@ -1203,7 +1554,10 @@ const e = [
1203
1554
  name: "crv3crypto Gauge",
1204
1555
  symbol: "crv3crypto-gauge",
1205
1556
  decimals: 18,
1206
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1557
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1558
+ allowanceStorageOffset: 1,
1559
+ isVyper: !1,
1560
+ balanceStorageOffset: 0
1207
1561
  },
1208
1562
  {
1209
1563
  chainId: 1,
@@ -1220,7 +1574,10 @@ const e = [
1220
1574
  name: "Lido staked MATIC",
1221
1575
  symbol: "stMATIC",
1222
1576
  decimals: 18,
1223
- logoURI: "https://assets.coingecko.com/coins/images/24185/small/stMATIC.png?1696523373"
1577
+ logoURI: "https://assets.coingecko.com/coins/images/24185/small/stMATIC.png?1696523373",
1578
+ allowanceStorageOffset: 52,
1579
+ isVyper: !1,
1580
+ balanceStorageOffset: 51
1224
1581
  },
1225
1582
  {
1226
1583
  chainId: 1,
@@ -1228,7 +1585,10 @@ const e = [
1228
1585
  name: "Polygon Matic",
1229
1586
  symbol: "MATIC",
1230
1587
  decimals: 18,
1231
- logoURI: "https://assets.coingecko.com/coins/images/4713/standard/polygon.png?1698233745"
1588
+ logoURI: "https://assets.coingecko.com/coins/images/4713/standard/polygon.png?1698233745",
1589
+ allowanceStorageOffset: 1,
1590
+ isVyper: !1,
1591
+ balanceStorageOffset: 0
1232
1592
  },
1233
1593
  {
1234
1594
  chainId: 1,
@@ -1254,7 +1614,10 @@ const e = [
1254
1614
  name: "wstETH",
1255
1615
  symbol: "wstETH",
1256
1616
  decimals: 18,
1257
- logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295"
1617
+ logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295",
1618
+ allowanceStorageOffset: 1,
1619
+ isVyper: !1,
1620
+ balanceStorageOffset: 0
1258
1621
  },
1259
1622
  {
1260
1623
  chainId: 1,
@@ -1263,7 +1626,10 @@ const e = [
1263
1626
  name: "crvUsdcSusd Gauge",
1264
1627
  symbol: "crvUsdcSusd-gauge",
1265
1628
  decimals: 18,
1266
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1629
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1630
+ allowanceStorageOffset: 1,
1631
+ isVyper: !1,
1632
+ balanceStorageOffset: 0
1267
1633
  },
1268
1634
  {
1269
1635
  chainId: 1,
@@ -1272,7 +1638,10 @@ const e = [
1272
1638
  name: "crvUsdDola Gauge",
1273
1639
  symbol: "crvUsdDola-gauge",
1274
1640
  decimals: 18,
1275
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1641
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1642
+ allowanceStorageOffset: 1,
1643
+ isVyper: !1,
1644
+ balanceStorageOffset: 0
1276
1645
  },
1277
1646
  {
1278
1647
  chainId: 1,
@@ -1343,7 +1712,10 @@ const e = [
1343
1712
  name: "crvUSD/SUSD",
1344
1713
  symbol: "crvUSD/SUSD",
1345
1714
  decimals: 18,
1346
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1715
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1716
+ allowanceStorageOffset: 21,
1717
+ isVyper: !0,
1718
+ balanceStorageOffset: 20
1347
1719
  },
1348
1720
  {
1349
1721
  chainId: 1,
@@ -1351,7 +1723,10 @@ const e = [
1351
1723
  name: "crvUSD-sFRAX",
1352
1724
  symbol: "crvUSD-sFRAX",
1353
1725
  decimals: 18,
1354
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1726
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1727
+ allowanceStorageOffset: 27,
1728
+ isVyper: !0,
1729
+ balanceStorageOffset: 26
1355
1730
  },
1356
1731
  {
1357
1732
  chainId: 1,
@@ -1359,7 +1734,10 @@ const e = [
1359
1734
  name: "crvUSD/DOLA",
1360
1735
  symbol: "crvUSD/DOLA",
1361
1736
  decimals: 18,
1362
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1737
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1738
+ allowanceStorageOffset: 21,
1739
+ isVyper: !0,
1740
+ balanceStorageOffset: 20
1363
1741
  },
1364
1742
  {
1365
1743
  chainId: 1,
@@ -1367,7 +1745,10 @@ const e = [
1367
1745
  name: "hyUSD/eUSD",
1368
1746
  symbol: "hyUSD/eUSD",
1369
1747
  decimals: 18,
1370
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1748
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1749
+ allowanceStorageOffset: 7,
1750
+ isVyper: !0,
1751
+ balanceStorageOffset: 6
1371
1752
  },
1372
1753
  {
1373
1754
  chainId: 1,
@@ -1375,7 +1756,10 @@ const e = [
1375
1756
  name: "eUSD+FRAX/USDC",
1376
1757
  symbol: "eUSD+FRAX/USDC",
1377
1758
  decimals: 18,
1378
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1759
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1760
+ allowanceStorageOffset: 18,
1761
+ isVyper: !0,
1762
+ balanceStorageOffset: 17
1379
1763
  },
1380
1764
  {
1381
1765
  chainId: 1,
@@ -1391,7 +1775,10 @@ const e = [
1391
1775
  name: "ChainLink Token",
1392
1776
  symbol: "LINK",
1393
1777
  decimals: 18,
1394
- logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009"
1778
+ logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
1779
+ allowanceStorageOffset: 2,
1780
+ isVyper: !1,
1781
+ balanceStorageOffset: 1
1395
1782
  },
1396
1783
  {
1397
1784
  chainId: 1,
@@ -1399,7 +1786,10 @@ const e = [
1399
1786
  name: "Staked FRAX",
1400
1787
  symbol: "sFRAX",
1401
1788
  decimals: 18,
1402
- logoURI: "https://assets.coingecko.com/coins/images/13422/small/FRAX_icon.png?1696513182"
1789
+ logoURI: "https://assets.coingecko.com/coins/images/13422/small/FRAX_icon.png?1696513182",
1790
+ allowanceStorageOffset: 4,
1791
+ isVyper: !1,
1792
+ balanceStorageOffset: 3
1403
1793
  },
1404
1794
  {
1405
1795
  chainId: 1,
@@ -1425,7 +1815,10 @@ const e = [
1425
1815
  name: "Pirex Ether",
1426
1816
  symbol: "pxETH",
1427
1817
  decimals: 18,
1428
- logoURI: "https://assets.coingecko.com/coins/images/33608/standard/pxETH-icon-transbg_72dpi.png?1702512024"
1818
+ logoURI: "https://assets.coingecko.com/coins/images/33608/standard/pxETH-icon-transbg_72dpi.png?1702512024",
1819
+ allowanceStorageOffset: 4,
1820
+ isVyper: !1,
1821
+ balanceStorageOffset: 3
1429
1822
  },
1430
1823
  {
1431
1824
  chainId: 1,
@@ -1433,7 +1826,10 @@ const e = [
1433
1826
  name: "FXB_2_DEC312024",
1434
1827
  symbol: "FXB_2_DEC312024",
1435
1828
  decimals: 18,
1436
- logoURI: "https://etherscan.io/token/images/fraxfxb_32.png"
1829
+ logoURI: "https://etherscan.io/token/images/fraxfxb_32.png",
1830
+ allowanceStorageOffset: 1,
1831
+ isVyper: !1,
1832
+ balanceStorageOffset: 0
1437
1833
  },
1438
1834
  {
1439
1835
  chainId: 1,
@@ -1441,7 +1837,10 @@ const e = [
1441
1837
  name: "FXB_4_DEC312026",
1442
1838
  symbol: "FXB_4_DEC312026",
1443
1839
  decimals: 18,
1444
- logoURI: "https://etherscan.io/token/images/fraxfxb_32.png"
1840
+ logoURI: "https://etherscan.io/token/images/fraxfxb_32.png",
1841
+ allowanceStorageOffset: 1,
1842
+ isVyper: !1,
1843
+ balanceStorageOffset: 0
1445
1844
  },
1446
1845
  {
1447
1846
  chainId: 1,
@@ -1449,7 +1848,10 @@ const e = [
1449
1848
  name: "FXB_1_JUN302024",
1450
1849
  symbol: "FXB_1_JUN302024",
1451
1850
  decimals: 18,
1452
- logoURI: "https://etherscan.io/token/images/fraxfxb_32.png"
1851
+ logoURI: "https://etherscan.io/token/images/fraxfxb_32.png",
1852
+ allowanceStorageOffset: 1,
1853
+ isVyper: !1,
1854
+ balanceStorageOffset: 0
1453
1855
  },
1454
1856
  {
1455
1857
  chainId: 1,
@@ -1457,7 +1859,10 @@ const e = [
1457
1859
  name: "Silo Finance Borrowable crvUSD",
1458
1860
  symbol: "scrvUSD-CRV",
1459
1861
  decimals: 18,
1460
- logoURI: "https://assets.coingecko.com/coins/images/279/thumb/ethereum.png"
1862
+ logoURI: "https://assets.coingecko.com/coins/images/279/thumb/ethereum.png",
1863
+ allowanceStorageOffset: 1,
1864
+ isVyper: !1,
1865
+ balanceStorageOffset: 0
1461
1866
  },
1462
1867
  {
1463
1868
  chainId: 1,
@@ -1465,7 +1870,10 @@ const e = [
1465
1870
  name: "Vector ETH",
1466
1871
  symbol: "vETH",
1467
1872
  decimals: 18,
1468
- logoURI: "https://cdn.jsdelivr.net/gh/curvefi/curve-assets/images/assets/0x38d64ce1bdf1a9f24e0ec469c9cade61236fb4a0.png"
1873
+ logoURI: "https://cdn.jsdelivr.net/gh/curvefi/curve-assets/images/assets/0x38d64ce1bdf1a9f24e0ec469c9cade61236fb4a0.png",
1874
+ allowanceStorageOffset: 1,
1875
+ isVyper: !1,
1876
+ balanceStorageOffset: 0
1469
1877
  },
1470
1878
  {
1471
1879
  chainId: 1,
@@ -1473,7 +1881,10 @@ const e = [
1473
1881
  name: "Conic crvUSD",
1474
1882
  symbol: "cncCRVUSD",
1475
1883
  decimals: 18,
1476
- logoURI: "https://assets.coingecko.com/coins/images/24747/standard/cnc.png?1696523909"
1884
+ logoURI: "https://assets.coingecko.com/coins/images/24747/standard/cnc.png?1696523909",
1885
+ allowanceStorageOffset: 1,
1886
+ isVyper: !1,
1887
+ balanceStorageOffset: 0
1477
1888
  },
1478
1889
  {
1479
1890
  chainId: 1,
@@ -1481,7 +1892,10 @@ const e = [
1481
1892
  name: "pxETH/frxETH",
1482
1893
  symbol: "pxETH/frxETH",
1483
1894
  decimals: 18,
1484
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1895
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1896
+ allowanceStorageOffset: 39,
1897
+ isVyper: !0,
1898
+ balanceStorageOffset: 38
1485
1899
  },
1486
1900
  {
1487
1901
  chainId: 1,
@@ -1489,7 +1903,10 @@ const e = [
1489
1903
  name: "FRAX/FXB_2_DEC312024",
1490
1904
  symbol: "FRAX/FXB_2_DEC312024",
1491
1905
  decimals: 18,
1492
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1906
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1907
+ allowanceStorageOffset: 39,
1908
+ isVyper: !0,
1909
+ balanceStorageOffset: 38
1493
1910
  },
1494
1911
  {
1495
1912
  chainId: 1,
@@ -1497,7 +1914,10 @@ const e = [
1497
1914
  name: "FRAX/FXB_4_DEC312026",
1498
1915
  symbol: "FRAX/FXB_4_DEC312026",
1499
1916
  decimals: 18,
1500
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1917
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1918
+ allowanceStorageOffset: 39,
1919
+ isVyper: !0,
1920
+ balanceStorageOffset: 38
1501
1921
  },
1502
1922
  {
1503
1923
  chainId: 1,
@@ -1505,7 +1925,10 @@ const e = [
1505
1925
  name: "FRAX/FXB_1_JUN302024",
1506
1926
  symbol: "FRAX/FXB_1_JUN302024",
1507
1927
  decimals: 18,
1508
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1928
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1929
+ allowanceStorageOffset: 39,
1930
+ isVyper: !0,
1931
+ balanceStorageOffset: 38
1509
1932
  },
1510
1933
  {
1511
1934
  chainId: 1,
@@ -1513,7 +1936,10 @@ const e = [
1513
1936
  name: "crvUSD/Fraxlend",
1514
1937
  symbol: "crvUSD/Fraxlend",
1515
1938
  decimals: 18,
1516
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1939
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1940
+ allowanceStorageOffset: 39,
1941
+ isVyper: !0,
1942
+ balanceStorageOffset: 38
1517
1943
  },
1518
1944
  {
1519
1945
  chainId: 1,
@@ -1521,7 +1947,10 @@ const e = [
1521
1947
  name: "crvUSD/scrvUSD",
1522
1948
  symbol: "crvUSD/scrvUSD",
1523
1949
  decimals: 18,
1524
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1950
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1951
+ allowanceStorageOffset: 39,
1952
+ isVyper: !0,
1953
+ balanceStorageOffset: 38
1525
1954
  },
1526
1955
  {
1527
1956
  chainId: 1,
@@ -1529,7 +1958,10 @@ const e = [
1529
1958
  name: "vETH/WETH",
1530
1959
  symbol: "vETH/WETH",
1531
1960
  decimals: 18,
1532
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1961
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1962
+ allowanceStorageOffset: 39,
1963
+ isVyper: !0,
1964
+ balanceStorageOffset: 38
1533
1965
  },
1534
1966
  {
1535
1967
  chainId: 1,
@@ -1537,7 +1969,10 @@ const e = [
1537
1969
  name: "crvUSD/cncCRVUSD",
1538
1970
  symbol: "crvUSD/cncCRVUSD",
1539
1971
  decimals: 18,
1540
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
1972
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
1973
+ allowanceStorageOffset: 39,
1974
+ isVyper: !0,
1975
+ balanceStorageOffset: 38
1541
1976
  },
1542
1977
  {
1543
1978
  chainId: 1,
@@ -1545,7 +1980,10 @@ const e = [
1545
1980
  name: "VEC",
1546
1981
  symbol: "VEC",
1547
1982
  decimals: 9,
1548
- logoURI: "https://assets.coingecko.com/coins/images/34876/standard/photo_2024-01-28_23-33-10-removebg-preview.png?1706496385"
1983
+ logoURI: "https://assets.coingecko.com/coins/images/34876/standard/photo_2024-01-28_23-33-10-removebg-preview.png?1706496385",
1984
+ allowanceStorageOffset: 1,
1985
+ isVyper: !1,
1986
+ balanceStorageOffset: 0
1549
1987
  },
1550
1988
  {
1551
1989
  chainId: 1,
@@ -1624,7 +2062,10 @@ const e = [
1624
2062
  name: "Kelp DAO Restaked ETH",
1625
2063
  symbol: "rsETH",
1626
2064
  decimals: 18,
1627
- logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855"
2065
+ logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855",
2066
+ allowanceStorageOffset: 52,
2067
+ isVyper: !1,
2068
+ balanceStorageOffset: 51
1628
2069
  },
1629
2070
  {
1630
2071
  chainId: 1,
@@ -1632,7 +2073,10 @@ const e = [
1632
2073
  name: "Renzo restaked ETH",
1633
2074
  symbol: "ezETH",
1634
2075
  decimals: 18,
1635
- logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747"
2076
+ logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747",
2077
+ allowanceStorageOffset: 52,
2078
+ isVyper: !1,
2079
+ balanceStorageOffset: 51
1636
2080
  },
1637
2081
  {
1638
2082
  chainId: 1,
@@ -1649,7 +2093,10 @@ const e = [
1649
2093
  symbol: "SY-weETH-27JUN2024",
1650
2094
  decimals: 18,
1651
2095
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1652
- isPendleToken: !0
2096
+ isPendleToken: !0,
2097
+ allowanceStorageOffset: 1,
2098
+ isVyper: !1,
2099
+ balanceStorageOffset: 0
1653
2100
  },
1654
2101
  {
1655
2102
  chainId: 1,
@@ -1658,7 +2105,10 @@ const e = [
1658
2105
  symbol: "YT-weETH-27JUN2024",
1659
2106
  decimals: 18,
1660
2107
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1661
- isPendleToken: !0
2108
+ isPendleToken: !0,
2109
+ allowanceStorageOffset: 1,
2110
+ isVyper: !1,
2111
+ balanceStorageOffset: 0
1662
2112
  },
1663
2113
  {
1664
2114
  chainId: 1,
@@ -1667,7 +2117,10 @@ const e = [
1667
2117
  symbol: "PT-weETH-27JUN2024",
1668
2118
  decimals: 18,
1669
2119
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1670
- isPendleToken: !0
2120
+ isPendleToken: !0,
2121
+ allowanceStorageOffset: 1,
2122
+ isVyper: !1,
2123
+ balanceStorageOffset: 0
1671
2124
  },
1672
2125
  {
1673
2126
  chainId: 1,
@@ -1676,7 +2129,10 @@ const e = [
1676
2129
  symbol: "SY-rsETH-27JUN2024",
1677
2130
  decimals: 18,
1678
2131
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1679
- isPendleToken: !0
2132
+ isPendleToken: !0,
2133
+ allowanceStorageOffset: 1,
2134
+ isVyper: !1,
2135
+ balanceStorageOffset: 0
1680
2136
  },
1681
2137
  {
1682
2138
  chainId: 1,
@@ -1685,7 +2141,10 @@ const e = [
1685
2141
  symbol: "YT-rsETH-27JUN2024",
1686
2142
  decimals: 18,
1687
2143
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1688
- isPendleToken: !0
2144
+ isPendleToken: !0,
2145
+ allowanceStorageOffset: 1,
2146
+ isVyper: !1,
2147
+ balanceStorageOffset: 0
1689
2148
  },
1690
2149
  {
1691
2150
  chainId: 1,
@@ -1694,7 +2153,10 @@ const e = [
1694
2153
  symbol: "PT-rsETH-27JUN2024",
1695
2154
  decimals: 18,
1696
2155
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1697
- isPendleToken: !0
2156
+ isPendleToken: !0,
2157
+ allowanceStorageOffset: 1,
2158
+ isVyper: !1,
2159
+ balanceStorageOffset: 0
1698
2160
  },
1699
2161
  {
1700
2162
  chainId: 1,
@@ -1703,7 +2165,10 @@ const e = [
1703
2165
  symbol: "SY-pufETH-27JUN2024",
1704
2166
  decimals: 18,
1705
2167
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1706
- isPendleToken: !0
2168
+ isPendleToken: !0,
2169
+ allowanceStorageOffset: 3,
2170
+ isVyper: !1,
2171
+ balanceStorageOffset: 2
1707
2172
  },
1708
2173
  {
1709
2174
  chainId: 1,
@@ -1712,7 +2177,10 @@ const e = [
1712
2177
  symbol: "YT-pufETH-27JUN2024",
1713
2178
  decimals: 18,
1714
2179
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1715
- isPendleToken: !0
2180
+ isPendleToken: !0,
2181
+ allowanceStorageOffset: 1,
2182
+ isVyper: !1,
2183
+ balanceStorageOffset: 0
1716
2184
  },
1717
2185
  {
1718
2186
  chainId: 1,
@@ -1721,7 +2189,10 @@ const e = [
1721
2189
  symbol: "PT-pufETH-27JUN2024",
1722
2190
  decimals: 18,
1723
2191
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1724
- isPendleToken: !0
2192
+ isPendleToken: !0,
2193
+ allowanceStorageOffset: 1,
2194
+ isVyper: !1,
2195
+ balanceStorageOffset: 0
1725
2196
  },
1726
2197
  {
1727
2198
  chainId: 1,
@@ -1730,7 +2201,10 @@ const e = [
1730
2201
  symbol: "SY-zs-ezETH-27JUN2024",
1731
2202
  decimals: 18,
1732
2203
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1733
- isPendleToken: !0
2204
+ isPendleToken: !0,
2205
+ allowanceStorageOffset: 3,
2206
+ isVyper: !1,
2207
+ balanceStorageOffset: 2
1734
2208
  },
1735
2209
  {
1736
2210
  chainId: 1,
@@ -1739,7 +2213,10 @@ const e = [
1739
2213
  symbol: "YT-zs-ezETH-27JUN2024",
1740
2214
  decimals: 18,
1741
2215
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1742
- isPendleToken: !0
2216
+ isPendleToken: !0,
2217
+ allowanceStorageOffset: 1,
2218
+ isVyper: !1,
2219
+ balanceStorageOffset: 0
1743
2220
  },
1744
2221
  {
1745
2222
  chainId: 1,
@@ -1748,7 +2225,10 @@ const e = [
1748
2225
  symbol: "PT-zs-ezETH-27JUN2024",
1749
2226
  decimals: 18,
1750
2227
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1751
- isPendleToken: !0
2228
+ isPendleToken: !0,
2229
+ allowanceStorageOffset: 1,
2230
+ isVyper: !1,
2231
+ balanceStorageOffset: 0
1752
2232
  },
1753
2233
  {
1754
2234
  chainId: 1,
@@ -1757,7 +2237,10 @@ const e = [
1757
2237
  symbol: "SY-zs-weETH-27JUN2024",
1758
2238
  decimals: 18,
1759
2239
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1760
- isPendleToken: !0
2240
+ isPendleToken: !0,
2241
+ allowanceStorageOffset: 3,
2242
+ isVyper: !1,
2243
+ balanceStorageOffset: 2
1761
2244
  },
1762
2245
  {
1763
2246
  chainId: 1,
@@ -1766,7 +2249,10 @@ const e = [
1766
2249
  symbol: "YT-zs-weETH-27JUN2024",
1767
2250
  decimals: 18,
1768
2251
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1769
- isPendleToken: !0
2252
+ isPendleToken: !0,
2253
+ allowanceStorageOffset: 1,
2254
+ isVyper: !1,
2255
+ balanceStorageOffset: 0
1770
2256
  },
1771
2257
  {
1772
2258
  chainId: 1,
@@ -1775,7 +2261,10 @@ const e = [
1775
2261
  symbol: "PT-zs-weETH-27JUN2024",
1776
2262
  decimals: 18,
1777
2263
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1778
- isPendleToken: !0
2264
+ isPendleToken: !0,
2265
+ allowanceStorageOffset: 1,
2266
+ isVyper: !1,
2267
+ balanceStorageOffset: 0
1779
2268
  },
1780
2269
  {
1781
2270
  chainId: 1,
@@ -1784,7 +2273,10 @@ const e = [
1784
2273
  symbol: "SY-zs-rsETH-27JUN2024",
1785
2274
  decimals: 18,
1786
2275
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1787
- isPendleToken: !0
2276
+ isPendleToken: !0,
2277
+ allowanceStorageOffset: 3,
2278
+ isVyper: !1,
2279
+ balanceStorageOffset: 2
1788
2280
  },
1789
2281
  {
1790
2282
  chainId: 1,
@@ -1793,7 +2285,10 @@ const e = [
1793
2285
  symbol: "YT-zs-rsETH-27JUN2024",
1794
2286
  decimals: 18,
1795
2287
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1796
- isPendleToken: !0
2288
+ isPendleToken: !0,
2289
+ allowanceStorageOffset: 1,
2290
+ isVyper: !1,
2291
+ balanceStorageOffset: 0
1797
2292
  },
1798
2293
  {
1799
2294
  chainId: 1,
@@ -1802,7 +2297,10 @@ const e = [
1802
2297
  symbol: "PT-zs-rsETH-27JUN2024",
1803
2298
  decimals: 18,
1804
2299
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1805
- isPendleToken: !0
2300
+ isPendleToken: !0,
2301
+ allowanceStorageOffset: 1,
2302
+ isVyper: !1,
2303
+ balanceStorageOffset: 0
1806
2304
  },
1807
2305
  {
1808
2306
  chainId: 1,
@@ -1812,7 +2310,10 @@ const e = [
1812
2310
  symbol: "Pendle-YT-weETH-27JUN2024",
1813
2311
  decimals: 18,
1814
2312
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1815
- isPendleToken: !0
2313
+ isPendleToken: !0,
2314
+ allowanceStorageOffset: 1,
2315
+ isVyper: !1,
2316
+ balanceStorageOffset: 0
1816
2317
  },
1817
2318
  {
1818
2319
  chainId: 1,
@@ -1832,7 +2333,10 @@ const e = [
1832
2333
  symbol: "Pendle-YT-PUFETH-JUNE2024",
1833
2334
  decimals: 18,
1834
2335
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1835
- isPendleToken: !0
2336
+ isPendleToken: !0,
2337
+ allowanceStorageOffset: 1,
2338
+ isVyper: !1,
2339
+ balanceStorageOffset: 0
1836
2340
  },
1837
2341
  {
1838
2342
  chainId: 1,
@@ -1842,7 +2346,10 @@ const e = [
1842
2346
  symbol: "Pendle-YT-ZIRCUIT-EZETH-JUNE2024",
1843
2347
  decimals: 18,
1844
2348
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1845
- isPendleToken: !0
2349
+ isPendleToken: !0,
2350
+ allowanceStorageOffset: 1,
2351
+ isVyper: !1,
2352
+ balanceStorageOffset: 0
1846
2353
  },
1847
2354
  {
1848
2355
  chainId: 1,
@@ -1862,7 +2369,10 @@ const e = [
1862
2369
  symbol: "Pendle-YT-ZIRCUIT-RSETH-JUN2024",
1863
2370
  decimals: 18,
1864
2371
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
1865
- isPendleToken: !0
2372
+ isPendleToken: !0,
2373
+ allowanceStorageOffset: 1,
2374
+ isVyper: !1,
2375
+ balanceStorageOffset: 0
1866
2376
  },
1867
2377
  {
1868
2378
  chainId: 1,
@@ -2117,7 +2627,10 @@ const e = [
2117
2627
  name: "Wrapped TON Coin",
2118
2628
  symbol: "TONCOIN",
2119
2629
  decimals: 9,
2120
- logoURI: "https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498"
2630
+ logoURI: "https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498",
2631
+ allowanceStorageOffset: 1,
2632
+ isVyper: !1,
2633
+ balanceStorageOffset: 0
2121
2634
  },
2122
2635
  {
2123
2636
  chainId: 1,
@@ -2125,7 +2638,9 @@ const e = [
2125
2638
  name: "Bitfinex LEO Token",
2126
2639
  symbol: "LEO",
2127
2640
  decimals: 18,
2128
- logoURI: "https://assets.coingecko.com/coins/images/8418/standard/leo-token.png?1696508607"
2641
+ logoURI: "https://assets.coingecko.com/coins/images/8418/standard/leo-token.png?1696508607",
2642
+ allowanceStorageOffset: 9,
2643
+ isVyper: !1
2129
2644
  },
2130
2645
  {
2131
2646
  chainId: 1,
@@ -2133,7 +2648,10 @@ const e = [
2133
2648
  name: "Mantle",
2134
2649
  symbol: "MNT",
2135
2650
  decimals: 18,
2136
- logoURI: "https://assets.coingecko.com/coins/images/30980/standard/token-logo.png?1696529819"
2651
+ logoURI: "https://assets.coingecko.com/coins/images/30980/standard/token-logo.png?1696529819",
2652
+ allowanceStorageOffset: 52,
2653
+ isVyper: !1,
2654
+ balanceStorageOffset: 51
2137
2655
  },
2138
2656
  {
2139
2657
  chainId: 1,
@@ -2141,7 +2659,10 @@ const e = [
2141
2659
  name: "CRO",
2142
2660
  symbol: "CRO",
2143
2661
  decimals: 8,
2144
- logoURI: "https://assets.coingecko.com/coins/images/7310/standard/cro_token_logo.png?1696507599"
2662
+ logoURI: "https://assets.coingecko.com/coins/images/7310/standard/cro_token_logo.png?1696507599",
2663
+ allowanceStorageOffset: 2,
2664
+ isVyper: !1,
2665
+ balanceStorageOffset: 0
2145
2666
  },
2146
2667
  {
2147
2668
  chainId: 1,
@@ -2149,7 +2670,10 @@ const e = [
2149
2670
  name: "OKB",
2150
2671
  symbol: "OKB",
2151
2672
  decimals: 18,
2152
- logoURI: "https://assets.coingecko.com/coins/images/4463/standard/WeChat_Image_20220118095654.png?1696505053"
2673
+ logoURI: "https://assets.coingecko.com/coins/images/4463/standard/WeChat_Image_20220118095654.png?1696505053",
2674
+ allowanceStorageOffset: 3,
2675
+ isVyper: !1,
2676
+ balanceStorageOffset: 1
2153
2677
  },
2154
2678
  {
2155
2679
  chainId: 1,
@@ -2157,7 +2681,10 @@ const e = [
2157
2681
  name: "Render Token",
2158
2682
  symbol: "RNDR",
2159
2683
  decimals: 18,
2160
- logoURI: "https://assets.coingecko.com/coins/images/11636/standard/rndr.png?1696511529"
2684
+ logoURI: "https://assets.coingecko.com/coins/images/11636/standard/rndr.png?1696511529",
2685
+ allowanceStorageOffset: 5,
2686
+ isVyper: !1,
2687
+ balanceStorageOffset: 3
2161
2688
  },
2162
2689
  {
2163
2690
  chainId: 1,
@@ -2165,7 +2692,10 @@ const e = [
2165
2692
  name: "Immutable X",
2166
2693
  symbol: "IMX",
2167
2694
  decimals: 18,
2168
- logoURI: "https://assets.coingecko.com/coins/images/17233/standard/immutableX-symbol-BLK-RGB.png?1696516787"
2695
+ logoURI: "https://assets.coingecko.com/coins/images/17233/standard/immutableX-symbol-BLK-RGB.png?1696516787",
2696
+ allowanceStorageOffset: 1,
2697
+ isVyper: !1,
2698
+ balanceStorageOffset: 0
2169
2699
  },
2170
2700
  {
2171
2701
  chainId: 1,
@@ -2173,7 +2703,10 @@ const e = [
2173
2703
  name: "Graph Token",
2174
2704
  symbol: "GRT",
2175
2705
  decimals: 18,
2176
- logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159"
2706
+ logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159",
2707
+ allowanceStorageOffset: 3,
2708
+ isVyper: !1,
2709
+ balanceStorageOffset: 2
2177
2710
  },
2178
2711
  {
2179
2712
  chainId: 1,
@@ -2181,7 +2714,10 @@ const e = [
2181
2714
  name: "Injective Token",
2182
2715
  symbol: "INJ",
2183
2716
  decimals: 18,
2184
- logoURI: "https://assets.coingecko.com/coins/images/12882/standard/Secondary_Symbol.png?1696512670"
2717
+ logoURI: "https://assets.coingecko.com/coins/images/12882/standard/Secondary_Symbol.png?1696512670",
2718
+ allowanceStorageOffset: 1,
2719
+ isVyper: !1,
2720
+ balanceStorageOffset: 0
2185
2721
  },
2186
2722
  {
2187
2723
  chainId: 1,
@@ -2189,7 +2725,10 @@ const e = [
2189
2725
  name: "USDe",
2190
2726
  symbol: "USDe",
2191
2727
  decimals: 18,
2192
- logoURI: "https://assets.coingecko.com/coins/images/33613/standard/3466ef_3c088c66c7d941e8856339d0bddf33cc_mv2.png?1702514458"
2728
+ logoURI: "https://assets.coingecko.com/coins/images/33613/standard/3466ef_3c088c66c7d941e8856339d0bddf33cc_mv2.png?1702514458",
2729
+ allowanceStorageOffset: 3,
2730
+ isVyper: !1,
2731
+ balanceStorageOffset: 2
2193
2732
  },
2194
2733
  {
2195
2734
  chainId: 1,
@@ -2197,7 +2736,10 @@ const e = [
2197
2736
  name: "sUSDe",
2198
2737
  symbol: "sUSDe",
2199
2738
  decimals: 18,
2200
- logoURI: "https://assets.coingecko.com/coins/images/33669/standard/sUSDe-Symbol-Color.png?1716307680"
2739
+ logoURI: "https://assets.coingecko.com/coins/images/33669/standard/sUSDe-Symbol-Color.png?1716307680",
2740
+ allowanceStorageOffset: 5,
2741
+ isVyper: !1,
2742
+ balanceStorageOffset: 4
2201
2743
  },
2202
2744
  {
2203
2745
  chainId: 1,
@@ -2205,7 +2747,10 @@ const e = [
2205
2747
  name: "Fetch",
2206
2748
  symbol: "FET",
2207
2749
  decimals: 18,
2208
- logoURI: "https://assets.coingecko.com/coins/images/5681/standard/Fetch.jpg?1696506140"
2750
+ logoURI: "https://assets.coingecko.com/coins/images/5681/standard/Fetch.jpg?1696506140",
2751
+ allowanceStorageOffset: 2,
2752
+ isVyper: !1,
2753
+ balanceStorageOffset: 1
2209
2754
  },
2210
2755
  {
2211
2756
  chainId: 1,
@@ -2213,7 +2758,10 @@ const e = [
2213
2758
  name: "Quant",
2214
2759
  symbol: "QNT",
2215
2760
  decimals: 18,
2216
- logoURI: "https://assets.coingecko.com/coins/images/3370/standard/5ZOu7brX_400x400.jpg?1696504070"
2761
+ logoURI: "https://assets.coingecko.com/coins/images/3370/standard/5ZOu7brX_400x400.jpg?1696504070",
2762
+ allowanceStorageOffset: 2,
2763
+ isVyper: !1,
2764
+ balanceStorageOffset: 0
2217
2765
  },
2218
2766
  {
2219
2767
  chainId: 1,
@@ -2221,7 +2769,10 @@ const e = [
2221
2769
  name: "Beam",
2222
2770
  symbol: "BEAM",
2223
2771
  decimals: 18,
2224
- logoURI: "https://assets.coingecko.com/coins/images/32417/standard/chain-logo.png?1698114384"
2772
+ logoURI: "https://assets.coingecko.com/coins/images/32417/standard/chain-logo.png?1698114384",
2773
+ allowanceStorageOffset: 3,
2774
+ isVyper: !1,
2775
+ balanceStorageOffset: 2
2225
2776
  },
2226
2777
  {
2227
2778
  chainId: 1,
@@ -2229,7 +2780,10 @@ const e = [
2229
2780
  name: "ENA",
2230
2781
  symbol: "ENA",
2231
2782
  decimals: 18,
2232
- logoURI: "https://assets.coingecko.com/coins/images/36530/standard/ethena.png?1711701436"
2783
+ logoURI: "https://assets.coingecko.com/coins/images/36530/standard/ethena.png?1711701436",
2784
+ allowanceStorageOffset: 3,
2785
+ isVyper: !1,
2786
+ balanceStorageOffset: 2
2233
2787
  },
2234
2788
  {
2235
2789
  chainId: 1,
@@ -2237,7 +2791,9 @@ const e = [
2237
2791
  name: "Aave Token",
2238
2792
  symbol: "AAVE",
2239
2793
  decimals: 18,
2240
- logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452"
2794
+ logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452",
2795
+ allowanceStorageOffset: 1,
2796
+ isVyper: !1
2241
2797
  },
2242
2798
  {
2243
2799
  chainId: 1,
@@ -2245,7 +2801,10 @@ const e = [
2245
2801
  name: "Uniswap",
2246
2802
  symbol: "UNI",
2247
2803
  decimals: 18,
2248
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif"
2804
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
2805
+ allowanceStorageOffset: 3,
2806
+ isVyper: !1,
2807
+ balanceStorageOffset: 4
2249
2808
  },
2250
2809
  {
2251
2810
  chainId: 1,
@@ -2253,7 +2812,10 @@ const e = [
2253
2812
  name: "pufETH/wstETH",
2254
2813
  symbol: "pufETH/wstETH",
2255
2814
  decimals: 18,
2256
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
2815
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
2816
+ allowanceStorageOffset: 39,
2817
+ isVyper: !0,
2818
+ balanceStorageOffset: 38
2257
2819
  },
2258
2820
  {
2259
2821
  chainId: 1,
@@ -2261,7 +2823,10 @@ const e = [
2261
2823
  name: "USD0/USDC",
2262
2824
  symbol: "USD0/USDC",
2263
2825
  decimals: 18,
2264
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
2826
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
2827
+ allowanceStorageOffset: 39,
2828
+ isVyper: !0,
2829
+ balanceStorageOffset: 38
2265
2830
  },
2266
2831
  {
2267
2832
  chainId: 1,
@@ -2269,7 +2834,10 @@ const e = [
2269
2834
  name: "hETH/WETH",
2270
2835
  symbol: "hETHWETH",
2271
2836
  decimals: 18,
2272
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
2837
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
2838
+ allowanceStorageOffset: 39,
2839
+ isVyper: !0,
2840
+ balanceStorageOffset: 38
2273
2841
  },
2274
2842
  {
2275
2843
  chainId: 1,
@@ -2277,7 +2845,10 @@ const e = [
2277
2845
  name: "Pendle",
2278
2846
  symbol: "PENDLE",
2279
2847
  decimals: 18,
2280
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif"
2848
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2849
+ allowanceStorageOffset: 14,
2850
+ isVyper: !1,
2851
+ balanceStorageOffset: 15
2281
2852
  },
2282
2853
  {
2283
2854
  chainId: 1,
@@ -2286,7 +2857,10 @@ const e = [
2286
2857
  erc20TokenAddress: "0xF32e58F92e60f4b0A37A69b95d642A471365EAe8",
2287
2858
  decimals: 18,
2288
2859
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2289
- isPendleToken: !0
2860
+ isPendleToken: !0,
2861
+ allowanceStorageOffset: 1,
2862
+ isVyper: !1,
2863
+ balanceStorageOffset: 0
2290
2864
  },
2291
2865
  {
2292
2866
  chainId: 1,
@@ -2295,7 +2869,10 @@ const e = [
2295
2869
  erc20TokenAddress: "0x4f43c77872Db6BA177c270986CD30c3381AF37Ee",
2296
2870
  decimals: 18,
2297
2871
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2298
- isPendleToken: !0
2872
+ isPendleToken: !0,
2873
+ allowanceStorageOffset: 1,
2874
+ isVyper: !1,
2875
+ balanceStorageOffset: 0
2299
2876
  },
2300
2877
  {
2301
2878
  chainId: 1,
@@ -2304,7 +2881,10 @@ const e = [
2304
2881
  erc20TokenAddress: "0x17BE998a578fD97687b24E83954FEc86Dc20c979",
2305
2882
  decimals: 18,
2306
2883
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2307
- isPendleToken: !0
2884
+ isPendleToken: !0,
2885
+ allowanceStorageOffset: 1,
2886
+ isVyper: !1,
2887
+ balanceStorageOffset: 0
2308
2888
  },
2309
2889
  {
2310
2890
  chainId: 1,
@@ -2313,7 +2893,10 @@ const e = [
2313
2893
  erc20TokenAddress: "0xd7E0809998693fD87E81D51dE1619fd0EE658031",
2314
2894
  decimals: 18,
2315
2895
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2316
- isPendleToken: !0
2896
+ isPendleToken: !0,
2897
+ allowanceStorageOffset: 1,
2898
+ isVyper: !1,
2899
+ balanceStorageOffset: 0
2317
2900
  },
2318
2901
  {
2319
2902
  chainId: 1,
@@ -2322,7 +2905,10 @@ const e = [
2322
2905
  erc20TokenAddress: "0xe26D7f9409581f606242300fbFE63f56789F2169",
2323
2906
  decimals: 18,
2324
2907
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2325
- isPendleToken: !0
2908
+ isPendleToken: !0,
2909
+ allowanceStorageOffset: 1,
2910
+ isVyper: !1,
2911
+ balanceStorageOffset: 0
2326
2912
  },
2327
2913
  {
2328
2914
  chainId: 1,
@@ -2331,7 +2917,10 @@ const e = [
2331
2917
  erc20TokenAddress: "0x445d25a1c31445fb29e65d12da8e0eea38174176",
2332
2918
  decimals: 18,
2333
2919
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2334
- isPendleToken: !0
2920
+ isPendleToken: !0,
2921
+ allowanceStorageOffset: 1,
2922
+ isVyper: !1,
2923
+ balanceStorageOffset: 0
2335
2924
  },
2336
2925
  {
2337
2926
  chainId: 1,
@@ -2458,7 +3047,10 @@ const e = [
2458
3047
  erc20TokenAddress: "0x7d372819240d14fb477f17b964f95f33beb4c704",
2459
3048
  decimals: 18,
2460
3049
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2461
- isPendleToken: !0
3050
+ isPendleToken: !0,
3051
+ allowanceStorageOffset: 1,
3052
+ isVyper: !1,
3053
+ balanceStorageOffset: 0
2462
3054
  },
2463
3055
  {
2464
3056
  chainId: 1,
@@ -2467,7 +3059,10 @@ const e = [
2467
3059
  symbol: "YT-weETH-26DEC2024",
2468
3060
  decimals: 18,
2469
3061
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2470
- isPendleToken: !0
3062
+ isPendleToken: !0,
3063
+ allowanceStorageOffset: 1,
3064
+ isVyper: !1,
3065
+ balanceStorageOffset: 0
2471
3066
  },
2472
3067
  {
2473
3068
  chainId: 1,
@@ -2476,7 +3071,10 @@ const e = [
2476
3071
  symbol: "PT-weETH-26DEC2024",
2477
3072
  decimals: 18,
2478
3073
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2479
- isPendleToken: !0
3074
+ isPendleToken: !0,
3075
+ allowanceStorageOffset: 1,
3076
+ isVyper: !1,
3077
+ balanceStorageOffset: 0
2480
3078
  },
2481
3079
  {
2482
3080
  chainId: 1,
@@ -2485,7 +3083,10 @@ const e = [
2485
3083
  symbol: "SY-zs-ezETH-26DEC2024",
2486
3084
  decimals: 18,
2487
3085
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2488
- isPendleToken: !0
3086
+ isPendleToken: !0,
3087
+ allowanceStorageOffset: 1,
3088
+ isVyper: !1,
3089
+ balanceStorageOffset: 0
2489
3090
  },
2490
3091
  {
2491
3092
  chainId: 1,
@@ -2494,7 +3095,10 @@ const e = [
2494
3095
  symbol: "YT-zs-ezETH-26DEC2024",
2495
3096
  decimals: 18,
2496
3097
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2497
- isPendleToken: !0
3098
+ isPendleToken: !0,
3099
+ allowanceStorageOffset: 1,
3100
+ isVyper: !1,
3101
+ balanceStorageOffset: 0
2498
3102
  },
2499
3103
  {
2500
3104
  chainId: 1,
@@ -2503,7 +3107,10 @@ const e = [
2503
3107
  symbol: "PT-zs-ezETH-26DEC2024",
2504
3108
  decimals: 18,
2505
3109
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2506
- isPendleToken: !0
3110
+ isPendleToken: !0,
3111
+ allowanceStorageOffset: 1,
3112
+ isVyper: !1,
3113
+ balanceStorageOffset: 0
2507
3114
  },
2508
3115
  {
2509
3116
  chainId: 1,
@@ -2512,7 +3119,10 @@ const e = [
2512
3119
  erc20TokenAddress: "0xd8f12bcde578c653014f27379a6114f67f0e445f",
2513
3120
  decimals: 18,
2514
3121
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2515
- isPendleToken: !0
3122
+ isPendleToken: !0,
3123
+ allowanceStorageOffset: 1,
3124
+ isVyper: !1,
3125
+ balanceStorageOffset: 0
2516
3126
  },
2517
3127
  {
2518
3128
  chainId: 1,
@@ -2521,7 +3131,10 @@ const e = [
2521
3131
  symbol: "YT-pufETH-26SEP2024",
2522
3132
  decimals: 18,
2523
3133
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2524
- isPendleToken: !0
3134
+ isPendleToken: !0,
3135
+ allowanceStorageOffset: 1,
3136
+ isVyper: !1,
3137
+ balanceStorageOffset: 0
2525
3138
  },
2526
3139
  {
2527
3140
  chainId: 1,
@@ -2530,7 +3143,10 @@ const e = [
2530
3143
  symbol: "PT-pufETH-26SEP2024",
2531
3144
  decimals: 18,
2532
3145
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2533
- isPendleToken: !0
3146
+ isPendleToken: !0,
3147
+ allowanceStorageOffset: 1,
3148
+ isVyper: !1,
3149
+ balanceStorageOffset: 0
2534
3150
  },
2535
3151
  {
2536
3152
  chainId: 1,
@@ -2539,7 +3155,10 @@ const e = [
2539
3155
  erc20TokenAddress: "0xa54fc268101c8b97de19ef3141d34751a11996b2",
2540
3156
  decimals: 18,
2541
3157
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2542
- isPendleToken: !0
3158
+ isPendleToken: !0,
3159
+ allowanceStorageOffset: 1,
3160
+ isVyper: !1,
3161
+ balanceStorageOffset: 0
2543
3162
  },
2544
3163
  {
2545
3164
  chainId: 1,
@@ -2548,7 +3167,10 @@ const e = [
2548
3167
  erc20TokenAddress: "0xc8edd52d0502aa8b4d5c77361d4b3d300e8fc81c",
2549
3168
  decimals: 18,
2550
3169
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2551
- isPendleToken: !0
3170
+ isPendleToken: !0,
3171
+ allowanceStorageOffset: 1,
3172
+ isVyper: !1,
3173
+ balanceStorageOffset: 0
2552
3174
  },
2553
3175
  {
2554
3176
  chainId: 1,
@@ -2557,7 +3179,10 @@ const e = [
2557
3179
  symbol: "YT-weETH-26SEP2024",
2558
3180
  decimals: 18,
2559
3181
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2560
- isPendleToken: !0
3182
+ isPendleToken: !0,
3183
+ allowanceStorageOffset: 1,
3184
+ isVyper: !1,
3185
+ balanceStorageOffset: 0
2561
3186
  },
2562
3187
  {
2563
3188
  chainId: 1,
@@ -2566,7 +3191,10 @@ const e = [
2566
3191
  symbol: "PT-weETH-26SEP2024",
2567
3192
  decimals: 18,
2568
3193
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2569
- isPendleToken: !0
3194
+ isPendleToken: !0,
3195
+ allowanceStorageOffset: 1,
3196
+ isVyper: !1,
3197
+ balanceStorageOffset: 0
2570
3198
  },
2571
3199
  {
2572
3200
  chainId: 1,
@@ -2575,7 +3203,10 @@ const e = [
2575
3203
  symbol: "PT-wstETH-25DEC2025",
2576
3204
  decimals: 18,
2577
3205
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2578
- isPendleToken: !0
3206
+ isPendleToken: !0,
3207
+ allowanceStorageOffset: 1,
3208
+ isVyper: !1,
3209
+ balanceStorageOffset: 0
2579
3210
  },
2580
3211
  {
2581
3212
  chainId: 1,
@@ -2584,7 +3215,10 @@ const e = [
2584
3215
  symbol: "LP-wstETH-25DEC2025",
2585
3216
  decimals: 18,
2586
3217
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2587
- isPendleToken: !0
3218
+ isPendleToken: !0,
3219
+ allowanceStorageOffset: 1,
3220
+ isVyper: !1,
3221
+ balanceStorageOffset: 0
2588
3222
  },
2589
3223
  {
2590
3224
  chainId: 1,
@@ -2593,7 +3227,10 @@ const e = [
2593
3227
  symbol: "YT-wstETH-25DEC2025",
2594
3228
  decimals: 18,
2595
3229
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2596
- isPendleToken: !0
3230
+ isPendleToken: !0,
3231
+ allowanceStorageOffset: 1,
3232
+ isVyper: !1,
3233
+ balanceStorageOffset: 0
2597
3234
  },
2598
3235
  {
2599
3236
  chainId: 1,
@@ -2602,7 +3239,10 @@ const e = [
2602
3239
  symbol: "SY-wstETH-25DEC2025",
2603
3240
  decimals: 18,
2604
3241
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2605
- isPendleToken: !0
3242
+ isPendleToken: !0,
3243
+ allowanceStorageOffset: 1,
3244
+ isVyper: !1,
3245
+ balanceStorageOffset: 0
2606
3246
  },
2607
3247
  {
2608
3248
  chainId: 1,
@@ -2611,7 +3251,10 @@ const e = [
2611
3251
  symbol: "SY-sUSDe-26SEP2024",
2612
3252
  decimals: 18,
2613
3253
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2614
- isPendleToken: !0
3254
+ isPendleToken: !0,
3255
+ allowanceStorageOffset: 1,
3256
+ isVyper: !1,
3257
+ balanceStorageOffset: 0
2615
3258
  },
2616
3259
  {
2617
3260
  chainId: 1,
@@ -2620,7 +3263,10 @@ const e = [
2620
3263
  symbol: "LP-sUSDe-26SEP2024",
2621
3264
  decimals: 18,
2622
3265
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2623
- isPendleToken: !0
3266
+ isPendleToken: !0,
3267
+ allowanceStorageOffset: 1,
3268
+ isVyper: !1,
3269
+ balanceStorageOffset: 0
2624
3270
  },
2625
3271
  {
2626
3272
  chainId: 1,
@@ -2629,7 +3275,10 @@ const e = [
2629
3275
  symbol: "YT-sUSDe-26SEP2024",
2630
3276
  decimals: 18,
2631
3277
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2632
- isPendleToken: !0
3278
+ isPendleToken: !0,
3279
+ allowanceStorageOffset: 1,
3280
+ isVyper: !1,
3281
+ balanceStorageOffset: 0
2633
3282
  },
2634
3283
  {
2635
3284
  chainId: 1,
@@ -2638,7 +3287,10 @@ const e = [
2638
3287
  symbol: "PT-sUSDe-26SEP2024",
2639
3288
  decimals: 18,
2640
3289
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2641
- isPendleToken: !0
3290
+ isPendleToken: !0,
3291
+ allowanceStorageOffset: 1,
3292
+ isVyper: !1,
3293
+ balanceStorageOffset: 0
2642
3294
  },
2643
3295
  {
2644
3296
  chainId: 1,
@@ -2647,7 +3299,10 @@ const e = [
2647
3299
  symbol: "LP-zs-weETH-22AUG2024",
2648
3300
  decimals: 18,
2649
3301
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2650
- isPendleToken: !0
3302
+ isPendleToken: !0,
3303
+ allowanceStorageOffset: 1,
3304
+ isVyper: !1,
3305
+ balanceStorageOffset: 0
2651
3306
  },
2652
3307
  {
2653
3308
  chainId: 1,
@@ -2656,7 +3311,10 @@ const e = [
2656
3311
  symbol: "YT-zs-weETH-22AUG2024",
2657
3312
  decimals: 18,
2658
3313
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2659
- isPendleToken: !0
3314
+ isPendleToken: !0,
3315
+ allowanceStorageOffset: 1,
3316
+ isVyper: !1,
3317
+ balanceStorageOffset: 0
2660
3318
  },
2661
3319
  {
2662
3320
  chainId: 1,
@@ -2665,7 +3323,10 @@ const e = [
2665
3323
  symbol: "PT-zs-weETH-22AUG2024",
2666
3324
  decimals: 18,
2667
3325
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
2668
- isPendleToken: !0
3326
+ isPendleToken: !0,
3327
+ allowanceStorageOffset: 1,
3328
+ isVyper: !1,
3329
+ balanceStorageOffset: 0
2669
3330
  },
2670
3331
  {
2671
3332
  chainId: 1,
@@ -2682,7 +3343,10 @@ const e = [
2682
3343
  name: "USD0/USDC Gauge",
2683
3344
  symbol: "USD0/USDC-gauge",
2684
3345
  decimals: 18,
2685
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
3346
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
3347
+ allowanceStorageOffset: 1,
3348
+ isVyper: !1,
3349
+ balanceStorageOffset: 0
2686
3350
  },
2687
3351
  {
2688
3352
  chainId: 1,
@@ -2692,7 +3356,10 @@ const e = [
2692
3356
  symbol: "hETH",
2693
3357
  decimals: 18,
2694
3358
  logoURI: "https://d1nvbznp963lfd.cloudfront.net/assets/hETH.png",
2695
- isHToken: !0
3359
+ isHToken: !0,
3360
+ allowanceStorageOffset: 1,
3361
+ isVyper: !1,
3362
+ balanceStorageOffset: 0
2696
3363
  },
2697
3364
  {
2698
3365
  chainId: 1,
@@ -2709,7 +3376,10 @@ const e = [
2709
3376
  name: "moo hETH/ETH",
2710
3377
  symbol: "moohETHETH",
2711
3378
  decimals: 18,
2712
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
3379
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
3380
+ allowanceStorageOffset: 52,
3381
+ isVyper: !1,
3382
+ balanceStorageOffset: 51
2713
3383
  }
2714
3384
  ], o = {
2715
3385
  networkRegistry: e