@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
@@ -14,7 +14,10 @@ const e = [
14
14
  name: "WAVAX",
15
15
  symbol: "WAVAX",
16
16
  decimals: 18,
17
- logoURI: "https://assets.coingecko.com/coins/images/15075/standard/wrapped-avax.png?1696514734"
17
+ logoURI: "https://assets.coingecko.com/coins/images/15075/standard/wrapped-avax.png?1696514734",
18
+ allowanceStorageOffset: 4,
19
+ isVyper: !1,
20
+ balanceStorageOffset: 3
18
21
  },
19
22
  {
20
23
  chainId: 43114,
@@ -22,7 +25,10 @@ const e = [
22
25
  name: "USD Coin",
23
26
  symbol: "USDC",
24
27
  decimals: 6,
25
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif"
28
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
29
+ allowanceStorageOffset: 10,
30
+ isVyper: !1,
31
+ balanceStorageOffset: 9
26
32
  },
27
33
  {
28
34
  chainId: 43114,
@@ -30,7 +36,10 @@ const e = [
30
36
  name: "USD Coin",
31
37
  symbol: "USDC.e",
32
38
  decimals: 6,
33
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif"
39
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
40
+ allowanceStorageOffset: 1,
41
+ isVyper: !1,
42
+ balanceStorageOffset: 0
34
43
  },
35
44
  {
36
45
  chainId: 43114,
@@ -38,7 +47,10 @@ const e = [
38
47
  name: "USDT",
39
48
  symbol: "USDT",
40
49
  decimals: 6,
41
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif"
50
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif",
51
+ allowanceStorageOffset: 52,
52
+ isVyper: !1,
53
+ balanceStorageOffset: 51
42
54
  },
43
55
  {
44
56
  chainId: 43114,
@@ -46,7 +58,10 @@ const e = [
46
58
  name: "USDT.e",
47
59
  symbol: "USDT.e",
48
60
  decimals: 6,
49
- logoURI: "https://assets.coingecko.com/coins/images/325/thumb/Tether.png?1668148663"
61
+ logoURI: "https://assets.coingecko.com/coins/images/325/thumb/Tether.png?1668148663",
62
+ allowanceStorageOffset: 1,
63
+ isVyper: !1,
64
+ balanceStorageOffset: 0
50
65
  },
51
66
  {
52
67
  chainId: 43114,
@@ -54,7 +69,10 @@ const e = [
54
69
  name: "Dai",
55
70
  symbol: "DAI",
56
71
  decimals: 18,
57
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif"
72
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
73
+ allowanceStorageOffset: 1,
74
+ isVyper: !1,
75
+ balanceStorageOffset: 0
58
76
  },
59
77
  {
60
78
  chainId: 43114,
@@ -62,7 +80,10 @@ const e = [
62
80
  name: "WETH",
63
81
  symbol: "WETH",
64
82
  decimals: 18,
65
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif"
83
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
84
+ allowanceStorageOffset: 1,
85
+ isVyper: !1,
86
+ balanceStorageOffset: 0
66
87
  },
67
88
  {
68
89
  chainId: 43114,
@@ -70,7 +91,10 @@ const e = [
70
91
  name: "Wrapped Bitcoin",
71
92
  symbol: "WBTC",
72
93
  decimals: 8,
73
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif"
94
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
95
+ allowanceStorageOffset: 1,
96
+ isVyper: !1,
97
+ balanceStorageOffset: 0
74
98
  },
75
99
  {
76
100
  chainId: 43114,
@@ -78,7 +102,10 @@ const e = [
78
102
  name: "Bitcoin",
79
103
  symbol: "BTC.b",
80
104
  decimals: 8,
81
- logoURI: "https://assets.coingecko.com/coins/images/7598/thumb/wrapped_bitcoin_wbtc.png?1548822744"
105
+ logoURI: "https://assets.coingecko.com/coins/images/7598/thumb/wrapped_bitcoin_wbtc.png?1548822744",
106
+ allowanceStorageOffset: 1,
107
+ isVyper: !1,
108
+ balanceStorageOffset: 0
82
109
  },
83
110
  {
84
111
  chainId: 43114,
@@ -86,7 +113,10 @@ const e = [
86
113
  name: "YUSD Stablecoin",
87
114
  symbol: "YUSD",
88
115
  decimals: 18,
89
- logoURI: "https://assets.coingecko.com/coins/images/25024/small/1_oJ0F2Zf6CuAhLP0zOboo6w.png?1649837252"
116
+ logoURI: "https://assets.coingecko.com/coins/images/25024/small/1_oJ0F2Zf6CuAhLP0zOboo6w.png?1649837252",
117
+ allowanceStorageOffset: 4,
118
+ isVyper: !1,
119
+ balanceStorageOffset: 3
90
120
  },
91
121
  {
92
122
  chainId: 43114,
@@ -94,7 +124,10 @@ const e = [
94
124
  name: "Magic Internet Money",
95
125
  symbol: "MIM",
96
126
  decimals: 18,
97
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif"
127
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif",
128
+ allowanceStorageOffset: 16,
129
+ isVyper: !1,
130
+ balanceStorageOffset: 2
98
131
  },
99
132
  {
100
133
  chainId: 43114,
@@ -102,7 +135,10 @@ const e = [
102
135
  name: "USDL",
103
136
  symbol: "USDL",
104
137
  decimals: 18,
105
- logoURI: "https://assets.coingecko.com/coins/images/12181/small/LGCY_network.jpg?1597926587"
138
+ logoURI: "https://assets.coingecko.com/coins/images/12181/small/LGCY_network.jpg?1597926587",
139
+ allowanceStorageOffset: 5,
140
+ isVyper: !1,
141
+ balanceStorageOffset: 4
106
142
  },
107
143
  {
108
144
  chainId: 43114,
@@ -118,7 +154,10 @@ const e = [
118
154
  name: "miMATIC",
119
155
  symbol: "MAI",
120
156
  decimals: 18,
121
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MAI.avif"
157
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MAI.avif",
158
+ allowanceStorageOffset: 1,
159
+ isVyper: !1,
160
+ balanceStorageOffset: 0
122
161
  },
123
162
  {
124
163
  chainId: 43114,
@@ -126,7 +165,10 @@ const e = [
126
165
  name: "UST",
127
166
  symbol: "UST",
128
167
  decimals: 6,
129
- logoURI: "https://assets.coingecko.com/coins/images/12681/small/UST.png?1653548090"
168
+ logoURI: "https://assets.coingecko.com/coins/images/12681/small/UST.png?1653548090",
169
+ allowanceStorageOffset: 6,
170
+ isVyper: !1,
171
+ balanceStorageOffset: 5
130
172
  },
131
173
  {
132
174
  chainId: 43114,
@@ -134,7 +176,10 @@ const e = [
134
176
  name: "NXUSD",
135
177
  symbol: "NXUSD",
136
178
  decimals: 18,
137
- logoURI: "https://assets.coingecko.com/coins/images/25101/small/nxusd-logo.png?1650286304"
179
+ logoURI: "https://assets.coingecko.com/coins/images/25101/small/nxusd-logo.png?1650286304",
180
+ allowanceStorageOffset: 1,
181
+ isVyper: !1,
182
+ balanceStorageOffset: 0
138
183
  },
139
184
  {
140
185
  chainId: 43114,
@@ -142,7 +187,10 @@ const e = [
142
187
  name: "Curve.fi avDAI/avUSDC/avUSDT",
143
188
  symbol: "av3CRV",
144
189
  decimals: 18,
145
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
190
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
191
+ allowanceStorageOffset: 3,
192
+ isVyper: !0,
193
+ balanceStorageOffset: 2
146
194
  },
147
195
  {
148
196
  chainId: 43114,
@@ -150,7 +198,10 @@ const e = [
150
198
  name: "Curve.fi Factory Plain Pool: USDC/USDT",
151
199
  symbol: "2CRV-f",
152
200
  decimals: 18,
153
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
201
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
202
+ allowanceStorageOffset: 25,
203
+ isVyper: !0,
204
+ balanceStorageOffset: 24
154
205
  },
155
206
  {
156
207
  chainId: 43114,
@@ -158,7 +209,10 @@ const e = [
158
209
  name: "Curve.fi Factory Plain Pool: YUSD Pool",
159
210
  symbol: "YUSDCRV-f",
160
211
  decimals: 18,
161
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
212
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
213
+ allowanceStorageOffset: 28,
214
+ isVyper: !0,
215
+ balanceStorageOffset: 27
162
216
  },
163
217
  {
164
218
  chainId: 43114,
@@ -166,7 +220,10 @@ const e = [
166
220
  name: "Curve.fi Factory USD Metapool: NXUSD+av3CRV",
167
221
  symbol: "NXUSD3CRV3CRV-f",
168
222
  decimals: 18,
169
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
223
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
224
+ allowanceStorageOffset: 25,
225
+ isVyper: !0,
226
+ balanceStorageOffset: 24
170
227
  },
171
228
  {
172
229
  chainId: 43114,
@@ -174,7 +231,10 @@ const e = [
174
231
  name: "Curve.fi Factory Plain Pool: 3pool",
175
232
  symbol: "3pool-f",
176
233
  decimals: 18,
177
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
234
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
235
+ allowanceStorageOffset: 28,
236
+ isVyper: !0,
237
+ balanceStorageOffset: 27
178
238
  },
179
239
  {
180
240
  chainId: 43114,
@@ -182,7 +242,10 @@ const e = [
182
242
  name: "Curve.fi Factory USD Metapool: MAI",
183
243
  symbol: "MAI+av3CRV3CRV-f",
184
244
  decimals: 18,
185
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
245
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
246
+ allowanceStorageOffset: 25,
247
+ isVyper: !0,
248
+ balanceStorageOffset: 24
186
249
  },
187
250
  {
188
251
  chainId: 43114,
@@ -190,7 +253,10 @@ const e = [
190
253
  name: "Curve.fi Factory Plain Pool: 3poolV2",
191
254
  symbol: "3poolV2-f",
192
255
  decimals: 18,
193
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
256
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
257
+ allowanceStorageOffset: 28,
258
+ isVyper: !0,
259
+ balanceStorageOffset: 27
194
260
  },
195
261
  {
196
262
  chainId: 43114,
@@ -198,7 +264,10 @@ const e = [
198
264
  name: "Curve USD-BTC-AVAX",
199
265
  symbol: "crvUSDBTCAVAX",
200
266
  decimals: 18,
201
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
267
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
268
+ allowanceStorageOffset: 6,
269
+ isVyper: !0,
270
+ balanceStorageOffset: 5
202
271
  },
203
272
  {
204
273
  chainId: 43114,
@@ -206,7 +275,10 @@ const e = [
206
275
  name: "Curve.fi Factory USD Metapool: Topshelf USDL",
207
276
  symbol: "USDL-3CRV3CRV-f",
208
277
  decimals: 18,
209
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
278
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
279
+ allowanceStorageOffset: 25,
280
+ isVyper: !0,
281
+ balanceStorageOffset: 24
210
282
  },
211
283
  {
212
284
  chainId: 43114,
@@ -214,7 +286,10 @@ const e = [
214
286
  name: "Curve.fi Factory USD Metapool: deBridge-USDC",
215
287
  symbol: "deUSDС-3CRV-f",
216
288
  decimals: 18,
217
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
289
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
290
+ allowanceStorageOffset: 25,
291
+ isVyper: !0,
292
+ balanceStorageOffset: 24
218
293
  },
219
294
  {
220
295
  chainId: 43114,
@@ -222,7 +297,10 @@ const e = [
222
297
  name: "mooStargateUSDC",
223
298
  symbol: "mooStargateUSDC",
224
299
  decimals: 18,
225
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
300
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
301
+ allowanceStorageOffset: 1,
302
+ isVyper: !1,
303
+ balanceStorageOffset: 0
226
304
  },
227
305
  {
228
306
  chainId: 43114,
@@ -230,7 +308,10 @@ const e = [
230
308
  name: "mooJoeUSDC-AVAX",
231
309
  symbol: "mooJoeUSDC-AVAX",
232
310
  decimals: 18,
233
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
311
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
312
+ allowanceStorageOffset: 1,
313
+ isVyper: !1,
314
+ balanceStorageOffset: 0
234
315
  },
235
316
  {
236
317
  chainId: 43114,
@@ -238,7 +319,10 @@ const e = [
238
319
  name: "S*USDC",
239
320
  symbol: "S*USDC",
240
321
  decimals: 6,
241
- logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
322
+ logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
323
+ allowanceStorageOffset: 6,
324
+ isVyper: !1,
325
+ balanceStorageOffset: 5
242
326
  },
243
327
  {
244
328
  chainId: 43114,
@@ -246,7 +330,10 @@ const e = [
246
330
  name: "JOE-USDC-AVAX",
247
331
  symbol: "JOE-USDC-AVAX",
248
332
  decimals: 18,
249
- logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062"
333
+ logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
334
+ allowanceStorageOffset: 2,
335
+ isVyper: !1,
336
+ balanceStorageOffset: 1
250
337
  },
251
338
  {
252
339
  chainId: 43114,
@@ -254,7 +341,10 @@ const e = [
254
341
  name: "mooCurveTriCrypto",
255
342
  symbol: "mooCurveTriCrypto",
256
343
  decimals: 18,
257
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
344
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
345
+ allowanceStorageOffset: 1,
346
+ isVyper: !1,
347
+ balanceStorageOffset: 0
258
348
  },
259
349
  {
260
350
  chainId: 43114,
@@ -262,7 +352,10 @@ const e = [
262
352
  name: "crvUSDBTCETH",
263
353
  symbol: "crvUSDBTCETH",
264
354
  decimals: 18,
265
- logoURI: "https://assets.coingecko.com/coins/images/26740/small/W1sQNVWo_400x400.jpeg?1659953467"
355
+ logoURI: "https://assets.coingecko.com/coins/images/26740/small/W1sQNVWo_400x400.jpeg?1659953467",
356
+ allowanceStorageOffset: 8,
357
+ isVyper: !0,
358
+ balanceStorageOffset: 7
266
359
  },
267
360
  {
268
361
  chainId: 43114,
@@ -270,7 +363,10 @@ const e = [
270
363
  name: "mooGmxGLP",
271
364
  symbol: "mooGmxGLP",
272
365
  decimals: 18,
273
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
366
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
367
+ allowanceStorageOffset: 1,
368
+ isVyper: !1,
369
+ balanceStorageOffset: 0
274
370
  },
275
371
  {
276
372
  chainId: 43114,
@@ -286,7 +382,10 @@ const e = [
286
382
  name: "mooJoeWETH.e-WAVAX",
287
383
  symbol: "mooJoeWETH.e-WAVAX",
288
384
  decimals: 18,
289
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
385
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
386
+ allowanceStorageOffset: 1,
387
+ isVyper: !1,
388
+ balanceStorageOffset: 0
290
389
  },
291
390
  {
292
391
  chainId: 43114,
@@ -294,7 +393,10 @@ const e = [
294
393
  name: "JOE-WETH-WAVAX",
295
394
  symbol: "JOE-WETH-WAVAX",
296
395
  decimals: 18,
297
- logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062"
396
+ logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
397
+ allowanceStorageOffset: 2,
398
+ isVyper: !1,
399
+ balanceStorageOffset: 1
298
400
  },
299
401
  {
300
402
  chainId: 43114,
@@ -302,7 +404,10 @@ const e = [
302
404
  name: "mooPangolinUSDC-AVAX",
303
405
  symbol: "MooPangolinUSDC-AVAX",
304
406
  decimals: 18,
305
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
407
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
408
+ allowanceStorageOffset: 1,
409
+ isVyper: !1,
410
+ balanceStorageOffset: 0
306
411
  },
307
412
  {
308
413
  chainId: 43114,
@@ -310,7 +415,10 @@ const e = [
310
415
  name: "PGL-USDC-AVAX",
311
416
  symbol: "PGL-USDC-AVAX",
312
417
  decimals: 18,
313
- logoURI: "https://assets.coingecko.com/coins/images/14023/small/PNG_token.png?1675590250"
418
+ logoURI: "https://assets.coingecko.com/coins/images/14023/small/PNG_token.png?1675590250",
419
+ allowanceStorageOffset: 2,
420
+ isVyper: !1,
421
+ balanceStorageOffset: 1
314
422
  },
315
423
  {
316
424
  chainId: 43114,
@@ -318,7 +426,10 @@ const e = [
318
426
  name: "mooJoeAutoWAVAX-USDC",
319
427
  symbol: "mooJoeAutoWAVAX-USDC",
320
428
  decimals: 18,
321
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
429
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
430
+ allowanceStorageOffset: 52,
431
+ isVyper: !1,
432
+ balanceStorageOffset: 51
322
433
  },
323
434
  {
324
435
  chainId: 43114,
@@ -326,7 +437,10 @@ const e = [
326
437
  name: "APT-WAVAX-USDC",
327
438
  symbol: "APT-WAVAX-USDC",
328
439
  decimals: 18,
329
- logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062"
440
+ logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
441
+ allowanceStorageOffset: 52,
442
+ isVyper: !1,
443
+ balanceStorageOffset: 51
330
444
  },
331
445
  {
332
446
  chainId: 43114,
@@ -334,7 +448,10 @@ const e = [
334
448
  name: "mooStargateUSDT",
335
449
  symbol: "mooStargateUSDT",
336
450
  decimals: 18,
337
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
451
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
452
+ allowanceStorageOffset: 1,
453
+ isVyper: !1,
454
+ balanceStorageOffset: 0
338
455
  },
339
456
  {
340
457
  chainId: 43114,
@@ -342,7 +459,10 @@ const e = [
342
459
  name: "S*USDt",
343
460
  symbol: "S*USDt",
344
461
  decimals: 6,
345
- logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
462
+ logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
463
+ allowanceStorageOffset: 6,
464
+ isVyper: !1,
465
+ balanceStorageOffset: 5
346
466
  },
347
467
  {
348
468
  chainId: 43114,
@@ -350,7 +470,10 @@ const e = [
350
470
  name: "mooMaiMAI-av3CRV",
351
471
  symbol: "mooMaiMAI-av3CRV",
352
472
  decimals: 18,
353
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
473
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
474
+ allowanceStorageOffset: 1,
475
+ isVyper: !1,
476
+ balanceStorageOffset: 0
354
477
  },
355
478
  {
356
479
  chainId: 43114,
@@ -358,7 +481,10 @@ const e = [
358
481
  name: "mooJoeJOE-AVAX",
359
482
  symbol: "mooJoeJOE-AVAX",
360
483
  decimals: 18,
361
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
484
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
485
+ allowanceStorageOffset: 1,
486
+ isVyper: !1,
487
+ balanceStorageOffset: 0
362
488
  },
363
489
  {
364
490
  chainId: 43114,
@@ -366,7 +492,10 @@ const e = [
366
492
  name: "JLP-AVAX-JOE",
367
493
  symbol: "JLP-AVAX-JOE",
368
494
  decimals: 18,
369
- logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062"
495
+ logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
496
+ allowanceStorageOffset: 2,
497
+ isVyper: !1,
498
+ balanceStorageOffset: 1
370
499
  },
371
500
  {
372
501
  chainId: 43114,
@@ -374,7 +503,10 @@ const e = [
374
503
  name: "mooJoe",
375
504
  symbol: "mooJoe",
376
505
  decimals: 18,
377
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
506
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
507
+ allowanceStorageOffset: 1,
508
+ isVyper: !1,
509
+ balanceStorageOffset: 0
378
510
  },
379
511
  {
380
512
  chainId: 43114,
@@ -382,7 +514,10 @@ const e = [
382
514
  name: "JOE",
383
515
  symbol: "JOE",
384
516
  decimals: 18,
385
- logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062"
517
+ logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
518
+ allowanceStorageOffset: 1,
519
+ isVyper: !1,
520
+ balanceStorageOffset: 0
386
521
  },
387
522
  {
388
523
  chainId: 43114,
@@ -390,7 +525,10 @@ const e = [
390
525
  name: "mooAaveUSDC",
391
526
  symbol: "mooAaveUSDC",
392
527
  decimals: 18,
393
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
528
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
529
+ allowanceStorageOffset: 1,
530
+ isVyper: !1,
531
+ balanceStorageOffset: 0
394
532
  },
395
533
  {
396
534
  chainId: 43114,
@@ -398,7 +536,10 @@ const e = [
398
536
  name: "mooAaveUSDT",
399
537
  symbol: "mooAaveUSDT",
400
538
  decimals: 18,
401
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
539
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
540
+ allowanceStorageOffset: 1,
541
+ isVyper: !1,
542
+ balanceStorageOffset: 0
402
543
  },
403
544
  {
404
545
  chainId: 43114,
@@ -406,7 +547,10 @@ const e = [
406
547
  name: "BIFI",
407
548
  symbol: "BIFI",
408
549
  decimals: 18,
409
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
550
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
551
+ allowanceStorageOffset: 16,
552
+ isVyper: !1,
553
+ balanceStorageOffset: 2
410
554
  },
411
555
  {
412
556
  chainId: 43114,
@@ -414,7 +558,10 @@ const e = [
414
558
  name: "Curve DAO Token",
415
559
  symbol: "CRV",
416
560
  decimals: 18,
417
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
561
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
562
+ allowanceStorageOffset: 16,
563
+ isVyper: !1,
564
+ balanceStorageOffset: 2
418
565
  },
419
566
  {
420
567
  chainId: 43114,
@@ -422,7 +569,10 @@ const e = [
422
569
  name: "Chainlink Token",
423
570
  symbol: "LINK",
424
571
  decimals: 18,
425
- logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009"
572
+ logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
573
+ allowanceStorageOffset: 1,
574
+ isVyper: !1,
575
+ balanceStorageOffset: 0
426
576
  },
427
577
  {
428
578
  chainId: 43114,
@@ -430,7 +580,10 @@ const e = [
430
580
  name: "Uniswap",
431
581
  symbol: "UNI",
432
582
  decimals: 18,
433
- logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif"
583
+ logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
584
+ allowanceStorageOffset: 1,
585
+ isVyper: !1,
586
+ balanceStorageOffset: 0
434
587
  },
435
588
  {
436
589
  chainId: 43114,
@@ -438,7 +591,10 @@ const e = [
438
591
  name: "Graph Token",
439
592
  symbol: "GRT",
440
593
  decimals: 18,
441
- logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159"
594
+ logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159",
595
+ allowanceStorageOffset: 1,
596
+ isVyper: !1,
597
+ balanceStorageOffset: 0
442
598
  },
443
599
  {
444
600
  chainId: 43114,
@@ -446,7 +602,10 @@ const e = [
446
602
  name: "Aave Token",
447
603
  symbol: "AAVE",
448
604
  decimals: 18,
449
- logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452"
605
+ logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452",
606
+ allowanceStorageOffset: 1,
607
+ isVyper: !1,
608
+ balanceStorageOffset: 0
450
609
  },
451
610
  {
452
611
  chainId: 43114,
@@ -454,7 +613,10 @@ const e = [
454
613
  name: "Synthetix Network Token",
455
614
  symbol: "SNX",
456
615
  decimals: 18,
457
- logoURI: "https://assets.coingecko.com/coins/images/3406/standard/SNX.png?1696504103"
616
+ logoURI: "https://assets.coingecko.com/coins/images/3406/standard/SNX.png?1696504103",
617
+ allowanceStorageOffset: 1,
618
+ isVyper: !1,
619
+ balanceStorageOffset: 0
458
620
  },
459
621
  {
460
622
  chainId: 43114,
@@ -462,7 +624,10 @@ const e = [
462
624
  name: "Axelar",
463
625
  symbol: "AXL",
464
626
  decimals: 6,
465
- logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329"
627
+ logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329",
628
+ allowanceStorageOffset: 1,
629
+ isVyper: !1,
630
+ balanceStorageOffset: 0
466
631
  },
467
632
  {
468
633
  chainId: 43114,