@hinkal/common 0.2.14 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API/getRelayerURL.cjs +1 -1
- package/API/getRelayerURL.mjs +4 -4
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.mjs +14 -12
- package/API/tenderly.api.cjs +1 -1
- package/API/tenderly.api.d.ts +9 -7
- package/API/tenderly.api.mjs +37 -29
- package/constants/axelar.constants.cjs +1 -1
- package/constants/axelar.constants.mjs +8 -8
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +2 -0
- package/constants/chains.constants.mjs +24 -15
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +9328 -3470
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +9323 -3461
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +8668 -3820
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +8966 -3102
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +6413 -4517
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +171 -61
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +9311 -3477
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +2 -0
- package/constants/protocol.constants.mjs +14 -12
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +20 -0
- package/constants/server.constants.mjs +39 -19
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +321 -84
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +313 -82
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +220 -55
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +220 -55
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +216 -54
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +204 -51
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +895 -225
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +855 -215
- package/constants/token-data/index.d.ts +433 -0
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +501 -129
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +477 -123
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.d.ts +2 -1
- package/constants/vite.constants.mjs +22 -21
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.mjs +4 -3
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +7 -7
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/PublicTokensDB.mjs +43 -38
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +2 -2
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/MerkleTree.d.ts +1 -1
- package/data-structures/merkle-tree/MerkleTree.mjs +15 -14
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +1 -1
- package/functions/utils/merkleTree.utils.cjs +1 -1
- package/functions/utils/merkleTree.utils.mjs +7 -6
- package/functions/web3/getTokenHolder.cjs +1 -0
- package/functions/web3/getTokenHolder.d.ts +1 -0
- package/functions/web3/getTokenHolder.mjs +12 -0
- package/functions/web3/index.d.ts +1 -0
- package/index.cjs +1 -1
- package/index.mjs +722 -714
- package/package.json +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
|
@@ -10,6 +10,9 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
10
10
|
decimals: number;
|
|
11
11
|
logoURI: string;
|
|
12
12
|
approvalType?: undefined;
|
|
13
|
+
allowanceStorageOffset?: undefined;
|
|
14
|
+
isVyper?: undefined;
|
|
15
|
+
balanceStorageOffset?: undefined;
|
|
13
16
|
isVolatile?: undefined;
|
|
14
17
|
isNFT?: undefined;
|
|
15
18
|
isPendleToken?: undefined;
|
|
@@ -23,7 +26,27 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
23
26
|
decimals: number;
|
|
24
27
|
logoURI: string;
|
|
25
28
|
approvalType: number;
|
|
29
|
+
allowanceStorageOffset: number;
|
|
30
|
+
isVyper: boolean;
|
|
31
|
+
balanceStorageOffset: number;
|
|
32
|
+
wrappedErc20TokenAddress?: undefined;
|
|
33
|
+
isVolatile?: undefined;
|
|
34
|
+
isNFT?: undefined;
|
|
35
|
+
isPendleToken?: undefined;
|
|
36
|
+
underlyingErc20TokenAddress?: undefined;
|
|
37
|
+
aaveToken?: undefined;
|
|
38
|
+
} | {
|
|
39
|
+
chainId: number;
|
|
40
|
+
erc20TokenAddress: string;
|
|
41
|
+
name: string;
|
|
42
|
+
symbol: string;
|
|
43
|
+
decimals: number;
|
|
44
|
+
logoURI: string;
|
|
45
|
+
allowanceStorageOffset: number;
|
|
46
|
+
isVyper: boolean;
|
|
47
|
+
balanceStorageOffset: number;
|
|
26
48
|
wrappedErc20TokenAddress?: undefined;
|
|
49
|
+
approvalType?: undefined;
|
|
27
50
|
isVolatile?: undefined;
|
|
28
51
|
isNFT?: undefined;
|
|
29
52
|
isPendleToken?: undefined;
|
|
@@ -38,6 +61,43 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
38
61
|
logoURI: string;
|
|
39
62
|
wrappedErc20TokenAddress?: undefined;
|
|
40
63
|
approvalType?: undefined;
|
|
64
|
+
allowanceStorageOffset?: undefined;
|
|
65
|
+
isVyper?: undefined;
|
|
66
|
+
balanceStorageOffset?: undefined;
|
|
67
|
+
isVolatile?: undefined;
|
|
68
|
+
isNFT?: undefined;
|
|
69
|
+
isPendleToken?: undefined;
|
|
70
|
+
underlyingErc20TokenAddress?: undefined;
|
|
71
|
+
aaveToken?: undefined;
|
|
72
|
+
} | {
|
|
73
|
+
chainId: number;
|
|
74
|
+
erc20TokenAddress: string;
|
|
75
|
+
name: string;
|
|
76
|
+
symbol: string;
|
|
77
|
+
decimals: number;
|
|
78
|
+
logoURI: string;
|
|
79
|
+
balanceStorageOffset: number;
|
|
80
|
+
wrappedErc20TokenAddress?: undefined;
|
|
81
|
+
approvalType?: undefined;
|
|
82
|
+
allowanceStorageOffset?: undefined;
|
|
83
|
+
isVyper?: undefined;
|
|
84
|
+
isVolatile?: undefined;
|
|
85
|
+
isNFT?: undefined;
|
|
86
|
+
isPendleToken?: undefined;
|
|
87
|
+
underlyingErc20TokenAddress?: undefined;
|
|
88
|
+
aaveToken?: undefined;
|
|
89
|
+
} | {
|
|
90
|
+
chainId: number;
|
|
91
|
+
erc20TokenAddress: string;
|
|
92
|
+
name: string;
|
|
93
|
+
symbol: string;
|
|
94
|
+
decimals: number;
|
|
95
|
+
logoURI: string;
|
|
96
|
+
allowanceStorageOffset: number;
|
|
97
|
+
isVyper: boolean;
|
|
98
|
+
wrappedErc20TokenAddress?: undefined;
|
|
99
|
+
approvalType?: undefined;
|
|
100
|
+
balanceStorageOffset?: undefined;
|
|
41
101
|
isVolatile?: undefined;
|
|
42
102
|
isNFT?: undefined;
|
|
43
103
|
isPendleToken?: undefined;
|
|
@@ -53,6 +113,9 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
53
113
|
isVolatile: boolean;
|
|
54
114
|
wrappedErc20TokenAddress?: undefined;
|
|
55
115
|
approvalType?: undefined;
|
|
116
|
+
allowanceStorageOffset?: undefined;
|
|
117
|
+
isVyper?: undefined;
|
|
118
|
+
balanceStorageOffset?: undefined;
|
|
56
119
|
isNFT?: undefined;
|
|
57
120
|
isPendleToken?: undefined;
|
|
58
121
|
underlyingErc20TokenAddress?: undefined;
|
|
@@ -67,6 +130,9 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
67
130
|
isNFT: boolean;
|
|
68
131
|
wrappedErc20TokenAddress?: undefined;
|
|
69
132
|
approvalType?: undefined;
|
|
133
|
+
allowanceStorageOffset?: undefined;
|
|
134
|
+
isVyper?: undefined;
|
|
135
|
+
balanceStorageOffset?: undefined;
|
|
70
136
|
isVolatile?: undefined;
|
|
71
137
|
isPendleToken?: undefined;
|
|
72
138
|
underlyingErc20TokenAddress?: undefined;
|
|
@@ -79,6 +145,9 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
79
145
|
decimals: number;
|
|
80
146
|
logoURI: string;
|
|
81
147
|
isPendleToken: boolean;
|
|
148
|
+
allowanceStorageOffset: number;
|
|
149
|
+
isVyper: boolean;
|
|
150
|
+
balanceStorageOffset: number;
|
|
82
151
|
wrappedErc20TokenAddress?: undefined;
|
|
83
152
|
approvalType?: undefined;
|
|
84
153
|
isVolatile?: undefined;
|
|
@@ -97,6 +166,9 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
97
166
|
aaveToken: boolean;
|
|
98
167
|
wrappedErc20TokenAddress?: undefined;
|
|
99
168
|
approvalType?: undefined;
|
|
169
|
+
allowanceStorageOffset?: undefined;
|
|
170
|
+
isVyper?: undefined;
|
|
171
|
+
balanceStorageOffset?: undefined;
|
|
100
172
|
isNFT?: undefined;
|
|
101
173
|
isPendleToken?: undefined;
|
|
102
174
|
} | {
|
|
@@ -110,6 +182,9 @@ declare const ethMainnetRegistryFixed: ({
|
|
|
110
182
|
isVolatile: boolean;
|
|
111
183
|
wrappedErc20TokenAddress?: undefined;
|
|
112
184
|
approvalType?: undefined;
|
|
185
|
+
allowanceStorageOffset?: undefined;
|
|
186
|
+
isVyper?: undefined;
|
|
187
|
+
balanceStorageOffset?: undefined;
|
|
113
188
|
isNFT?: undefined;
|
|
114
189
|
isPendleToken?: undefined;
|
|
115
190
|
aaveToken?: undefined;
|
|
@@ -122,6 +197,23 @@ declare const arbMainnetRegistryFixed: ({
|
|
|
122
197
|
symbol: string;
|
|
123
198
|
decimals: number;
|
|
124
199
|
logoURI: string;
|
|
200
|
+
allowanceStorageOffset?: undefined;
|
|
201
|
+
isVyper?: undefined;
|
|
202
|
+
balanceStorageOffset?: undefined;
|
|
203
|
+
underlyingErc20TokenAddress?: undefined;
|
|
204
|
+
isVolatile?: undefined;
|
|
205
|
+
aaveToken?: undefined;
|
|
206
|
+
} | {
|
|
207
|
+
chainId: number;
|
|
208
|
+
erc20TokenAddress: string;
|
|
209
|
+
name: string;
|
|
210
|
+
symbol: string;
|
|
211
|
+
decimals: number;
|
|
212
|
+
logoURI: string;
|
|
213
|
+
allowanceStorageOffset: number;
|
|
214
|
+
isVyper: boolean;
|
|
215
|
+
balanceStorageOffset: number;
|
|
216
|
+
wrappedErc20TokenAddress?: undefined;
|
|
125
217
|
underlyingErc20TokenAddress?: undefined;
|
|
126
218
|
isVolatile?: undefined;
|
|
127
219
|
aaveToken?: undefined;
|
|
@@ -133,6 +225,9 @@ declare const arbMainnetRegistryFixed: ({
|
|
|
133
225
|
decimals: number;
|
|
134
226
|
logoURI: string;
|
|
135
227
|
wrappedErc20TokenAddress?: undefined;
|
|
228
|
+
allowanceStorageOffset?: undefined;
|
|
229
|
+
isVyper?: undefined;
|
|
230
|
+
balanceStorageOffset?: undefined;
|
|
136
231
|
underlyingErc20TokenAddress?: undefined;
|
|
137
232
|
isVolatile?: undefined;
|
|
138
233
|
aaveToken?: undefined;
|
|
@@ -147,6 +242,9 @@ declare const arbMainnetRegistryFixed: ({
|
|
|
147
242
|
isVolatile: boolean;
|
|
148
243
|
aaveToken: boolean;
|
|
149
244
|
wrappedErc20TokenAddress?: undefined;
|
|
245
|
+
allowanceStorageOffset?: undefined;
|
|
246
|
+
isVyper?: undefined;
|
|
247
|
+
balanceStorageOffset?: undefined;
|
|
150
248
|
})[];
|
|
151
249
|
declare const bnbMainnetRegistryFixed: ({
|
|
152
250
|
chainId: number;
|
|
@@ -202,6 +300,9 @@ declare const polygonRegistryFixed: ({
|
|
|
202
300
|
decimals: number;
|
|
203
301
|
logoURI: string;
|
|
204
302
|
approvalType?: undefined;
|
|
303
|
+
allowanceStorageOffset?: undefined;
|
|
304
|
+
isVyper?: undefined;
|
|
305
|
+
balanceStorageOffset?: undefined;
|
|
205
306
|
underlyingErc20TokenAddress?: undefined;
|
|
206
307
|
isVolatile?: undefined;
|
|
207
308
|
aaveToken?: undefined;
|
|
@@ -213,6 +314,9 @@ declare const polygonRegistryFixed: ({
|
|
|
213
314
|
decimals: number;
|
|
214
315
|
logoURI: string;
|
|
215
316
|
approvalType: number;
|
|
317
|
+
allowanceStorageOffset: number;
|
|
318
|
+
isVyper: boolean;
|
|
319
|
+
balanceStorageOffset: number;
|
|
216
320
|
wrappedErc20TokenAddress?: undefined;
|
|
217
321
|
underlyingErc20TokenAddress?: undefined;
|
|
218
322
|
isVolatile?: undefined;
|
|
@@ -224,11 +328,29 @@ declare const polygonRegistryFixed: ({
|
|
|
224
328
|
symbol: string;
|
|
225
329
|
decimals: number;
|
|
226
330
|
logoURI: string;
|
|
331
|
+
allowanceStorageOffset: number;
|
|
332
|
+
isVyper: boolean;
|
|
333
|
+
balanceStorageOffset: number;
|
|
227
334
|
wrappedErc20TokenAddress?: undefined;
|
|
228
335
|
approvalType?: undefined;
|
|
229
336
|
underlyingErc20TokenAddress?: undefined;
|
|
230
337
|
isVolatile?: undefined;
|
|
231
338
|
aaveToken?: undefined;
|
|
339
|
+
} | {
|
|
340
|
+
chainId: number;
|
|
341
|
+
erc20TokenAddress: string;
|
|
342
|
+
name: string;
|
|
343
|
+
symbol: string;
|
|
344
|
+
decimals: number;
|
|
345
|
+
logoURI: string;
|
|
346
|
+
wrappedErc20TokenAddress?: undefined;
|
|
347
|
+
approvalType?: undefined;
|
|
348
|
+
allowanceStorageOffset?: undefined;
|
|
349
|
+
isVyper?: undefined;
|
|
350
|
+
balanceStorageOffset?: undefined;
|
|
351
|
+
underlyingErc20TokenAddress?: undefined;
|
|
352
|
+
isVolatile?: undefined;
|
|
353
|
+
aaveToken?: undefined;
|
|
232
354
|
} | {
|
|
233
355
|
chainId: number;
|
|
234
356
|
erc20TokenAddress: string;
|
|
@@ -241,6 +363,9 @@ declare const polygonRegistryFixed: ({
|
|
|
241
363
|
aaveToken: boolean;
|
|
242
364
|
wrappedErc20TokenAddress?: undefined;
|
|
243
365
|
approvalType?: undefined;
|
|
366
|
+
allowanceStorageOffset?: undefined;
|
|
367
|
+
isVyper?: undefined;
|
|
368
|
+
balanceStorageOffset?: undefined;
|
|
244
369
|
})[];
|
|
245
370
|
declare const avalancheRegistryFixed: ({
|
|
246
371
|
chainId: number;
|
|
@@ -250,6 +375,23 @@ declare const avalancheRegistryFixed: ({
|
|
|
250
375
|
symbol: string;
|
|
251
376
|
decimals: number;
|
|
252
377
|
logoURI: string;
|
|
378
|
+
allowanceStorageOffset?: undefined;
|
|
379
|
+
isVyper?: undefined;
|
|
380
|
+
balanceStorageOffset?: undefined;
|
|
381
|
+
underlyingErc20TokenAddress?: undefined;
|
|
382
|
+
isVolatile?: undefined;
|
|
383
|
+
aaveToken?: undefined;
|
|
384
|
+
} | {
|
|
385
|
+
chainId: number;
|
|
386
|
+
erc20TokenAddress: string;
|
|
387
|
+
name: string;
|
|
388
|
+
symbol: string;
|
|
389
|
+
decimals: number;
|
|
390
|
+
logoURI: string;
|
|
391
|
+
allowanceStorageOffset: number;
|
|
392
|
+
isVyper: boolean;
|
|
393
|
+
balanceStorageOffset: number;
|
|
394
|
+
wrappedErc20TokenAddress?: undefined;
|
|
253
395
|
underlyingErc20TokenAddress?: undefined;
|
|
254
396
|
isVolatile?: undefined;
|
|
255
397
|
aaveToken?: undefined;
|
|
@@ -261,6 +403,9 @@ declare const avalancheRegistryFixed: ({
|
|
|
261
403
|
decimals: number;
|
|
262
404
|
logoURI: string;
|
|
263
405
|
wrappedErc20TokenAddress?: undefined;
|
|
406
|
+
allowanceStorageOffset?: undefined;
|
|
407
|
+
isVyper?: undefined;
|
|
408
|
+
balanceStorageOffset?: undefined;
|
|
264
409
|
underlyingErc20TokenAddress?: undefined;
|
|
265
410
|
isVolatile?: undefined;
|
|
266
411
|
aaveToken?: undefined;
|
|
@@ -275,6 +420,9 @@ declare const avalancheRegistryFixed: ({
|
|
|
275
420
|
isVolatile: boolean;
|
|
276
421
|
aaveToken: boolean;
|
|
277
422
|
wrappedErc20TokenAddress?: undefined;
|
|
423
|
+
allowanceStorageOffset?: undefined;
|
|
424
|
+
isVyper?: undefined;
|
|
425
|
+
balanceStorageOffset?: undefined;
|
|
278
426
|
})[];
|
|
279
427
|
declare const optimismRegistryFixed: ({
|
|
280
428
|
chainId: number;
|
|
@@ -355,6 +503,23 @@ declare const baseRegistryFixed: ({
|
|
|
355
503
|
symbol: string;
|
|
356
504
|
decimals: number;
|
|
357
505
|
logoURI: string;
|
|
506
|
+
allowanceStorageOffset?: undefined;
|
|
507
|
+
isVyper?: undefined;
|
|
508
|
+
balanceStorageOffset?: undefined;
|
|
509
|
+
underlyingErc20TokenAddress?: undefined;
|
|
510
|
+
isVolatile?: undefined;
|
|
511
|
+
aaveToken?: undefined;
|
|
512
|
+
} | {
|
|
513
|
+
chainId: number;
|
|
514
|
+
erc20TokenAddress: string;
|
|
515
|
+
name: string;
|
|
516
|
+
symbol: string;
|
|
517
|
+
decimals: number;
|
|
518
|
+
logoURI: string;
|
|
519
|
+
allowanceStorageOffset: number;
|
|
520
|
+
isVyper: boolean;
|
|
521
|
+
balanceStorageOffset: number;
|
|
522
|
+
wrappedErc20TokenAddress?: undefined;
|
|
358
523
|
underlyingErc20TokenAddress?: undefined;
|
|
359
524
|
isVolatile?: undefined;
|
|
360
525
|
aaveToken?: undefined;
|
|
@@ -366,6 +531,9 @@ declare const baseRegistryFixed: ({
|
|
|
366
531
|
decimals: number;
|
|
367
532
|
logoURI: string;
|
|
368
533
|
wrappedErc20TokenAddress?: undefined;
|
|
534
|
+
allowanceStorageOffset?: undefined;
|
|
535
|
+
isVyper?: undefined;
|
|
536
|
+
balanceStorageOffset?: undefined;
|
|
369
537
|
underlyingErc20TokenAddress?: undefined;
|
|
370
538
|
isVolatile?: undefined;
|
|
371
539
|
aaveToken?: undefined;
|
|
@@ -380,6 +548,9 @@ declare const baseRegistryFixed: ({
|
|
|
380
548
|
isVolatile: boolean;
|
|
381
549
|
aaveToken: boolean;
|
|
382
550
|
wrappedErc20TokenAddress?: undefined;
|
|
551
|
+
allowanceStorageOffset?: undefined;
|
|
552
|
+
isVyper?: undefined;
|
|
553
|
+
balanceStorageOffset?: undefined;
|
|
383
554
|
})[];
|
|
384
555
|
declare const ethMainnetRegistry: ({
|
|
385
556
|
chainId: number;
|
|
@@ -391,6 +562,9 @@ declare const ethMainnetRegistry: ({
|
|
|
391
562
|
logoURI: string;
|
|
392
563
|
hasHToken: boolean;
|
|
393
564
|
approvalType?: undefined;
|
|
565
|
+
allowanceStorageOffset?: undefined;
|
|
566
|
+
isVyper?: undefined;
|
|
567
|
+
balanceStorageOffset?: undefined;
|
|
394
568
|
underlyingErc20TokenAddress?: undefined;
|
|
395
569
|
isVolatile?: undefined;
|
|
396
570
|
isNFT?: undefined;
|
|
@@ -405,8 +579,30 @@ declare const ethMainnetRegistry: ({
|
|
|
405
579
|
decimals: number;
|
|
406
580
|
logoURI: string;
|
|
407
581
|
approvalType: number;
|
|
582
|
+
allowanceStorageOffset: number;
|
|
583
|
+
isVyper: boolean;
|
|
584
|
+
balanceStorageOffset: number;
|
|
585
|
+
wrappedErc20TokenAddress?: undefined;
|
|
586
|
+
hasHToken?: undefined;
|
|
587
|
+
underlyingErc20TokenAddress?: undefined;
|
|
588
|
+
isVolatile?: undefined;
|
|
589
|
+
isNFT?: undefined;
|
|
590
|
+
isPendleToken?: undefined;
|
|
591
|
+
aaveToken?: undefined;
|
|
592
|
+
isHToken?: undefined;
|
|
593
|
+
} | {
|
|
594
|
+
chainId: number;
|
|
595
|
+
erc20TokenAddress: string;
|
|
596
|
+
name: string;
|
|
597
|
+
symbol: string;
|
|
598
|
+
decimals: number;
|
|
599
|
+
logoURI: string;
|
|
600
|
+
allowanceStorageOffset: number;
|
|
601
|
+
isVyper: boolean;
|
|
602
|
+
balanceStorageOffset: number;
|
|
408
603
|
wrappedErc20TokenAddress?: undefined;
|
|
409
604
|
hasHToken?: undefined;
|
|
605
|
+
approvalType?: undefined;
|
|
410
606
|
underlyingErc20TokenAddress?: undefined;
|
|
411
607
|
isVolatile?: undefined;
|
|
412
608
|
isNFT?: undefined;
|
|
@@ -423,12 +619,72 @@ declare const ethMainnetRegistry: ({
|
|
|
423
619
|
wrappedErc20TokenAddress?: undefined;
|
|
424
620
|
hasHToken?: undefined;
|
|
425
621
|
approvalType?: undefined;
|
|
622
|
+
allowanceStorageOffset?: undefined;
|
|
623
|
+
isVyper?: undefined;
|
|
624
|
+
balanceStorageOffset?: undefined;
|
|
426
625
|
underlyingErc20TokenAddress?: undefined;
|
|
427
626
|
isVolatile?: undefined;
|
|
428
627
|
isNFT?: undefined;
|
|
429
628
|
isPendleToken?: undefined;
|
|
430
629
|
aaveToken?: undefined;
|
|
431
630
|
isHToken?: undefined;
|
|
631
|
+
} | {
|
|
632
|
+
chainId: number;
|
|
633
|
+
erc20TokenAddress: string;
|
|
634
|
+
name: string;
|
|
635
|
+
symbol: string;
|
|
636
|
+
decimals: number;
|
|
637
|
+
logoURI: string;
|
|
638
|
+
balanceStorageOffset: number;
|
|
639
|
+
wrappedErc20TokenAddress?: undefined;
|
|
640
|
+
hasHToken?: undefined;
|
|
641
|
+
approvalType?: undefined;
|
|
642
|
+
allowanceStorageOffset?: undefined;
|
|
643
|
+
isVyper?: undefined;
|
|
644
|
+
underlyingErc20TokenAddress?: undefined;
|
|
645
|
+
isVolatile?: undefined;
|
|
646
|
+
isNFT?: undefined;
|
|
647
|
+
isPendleToken?: undefined;
|
|
648
|
+
aaveToken?: undefined;
|
|
649
|
+
isHToken?: undefined;
|
|
650
|
+
} | {
|
|
651
|
+
chainId: number;
|
|
652
|
+
erc20TokenAddress: string;
|
|
653
|
+
name: string;
|
|
654
|
+
symbol: string;
|
|
655
|
+
decimals: number;
|
|
656
|
+
logoURI: string;
|
|
657
|
+
allowanceStorageOffset: number;
|
|
658
|
+
isVyper: boolean;
|
|
659
|
+
wrappedErc20TokenAddress?: undefined;
|
|
660
|
+
hasHToken?: undefined;
|
|
661
|
+
approvalType?: undefined;
|
|
662
|
+
balanceStorageOffset?: undefined;
|
|
663
|
+
underlyingErc20TokenAddress?: undefined;
|
|
664
|
+
isVolatile?: undefined;
|
|
665
|
+
isNFT?: undefined;
|
|
666
|
+
isPendleToken?: undefined;
|
|
667
|
+
aaveToken?: undefined;
|
|
668
|
+
isHToken?: undefined;
|
|
669
|
+
} | {
|
|
670
|
+
chainId: number;
|
|
671
|
+
erc20TokenAddress: string;
|
|
672
|
+
underlyingErc20TokenAddress: string;
|
|
673
|
+
name: string;
|
|
674
|
+
symbol: string;
|
|
675
|
+
decimals: number;
|
|
676
|
+
logoURI: string;
|
|
677
|
+
wrappedErc20TokenAddress?: undefined;
|
|
678
|
+
hasHToken?: undefined;
|
|
679
|
+
approvalType?: undefined;
|
|
680
|
+
allowanceStorageOffset?: undefined;
|
|
681
|
+
isVyper?: undefined;
|
|
682
|
+
balanceStorageOffset?: undefined;
|
|
683
|
+
isVolatile?: undefined;
|
|
684
|
+
isNFT?: undefined;
|
|
685
|
+
isPendleToken?: undefined;
|
|
686
|
+
aaveToken?: undefined;
|
|
687
|
+
isHToken?: undefined;
|
|
432
688
|
} | {
|
|
433
689
|
chainId: number;
|
|
434
690
|
erc20TokenAddress: string;
|
|
@@ -437,6 +693,9 @@ declare const ethMainnetRegistry: ({
|
|
|
437
693
|
symbol: string;
|
|
438
694
|
decimals: number;
|
|
439
695
|
logoURI: string;
|
|
696
|
+
allowanceStorageOffset: number;
|
|
697
|
+
isVyper: boolean;
|
|
698
|
+
balanceStorageOffset: number;
|
|
440
699
|
wrappedErc20TokenAddress?: undefined;
|
|
441
700
|
hasHToken?: undefined;
|
|
442
701
|
approvalType?: undefined;
|
|
@@ -456,6 +715,9 @@ declare const ethMainnetRegistry: ({
|
|
|
456
715
|
wrappedErc20TokenAddress?: undefined;
|
|
457
716
|
hasHToken?: undefined;
|
|
458
717
|
approvalType?: undefined;
|
|
718
|
+
allowanceStorageOffset?: undefined;
|
|
719
|
+
isVyper?: undefined;
|
|
720
|
+
balanceStorageOffset?: undefined;
|
|
459
721
|
underlyingErc20TokenAddress?: undefined;
|
|
460
722
|
isNFT?: undefined;
|
|
461
723
|
isPendleToken?: undefined;
|
|
@@ -472,6 +734,9 @@ declare const ethMainnetRegistry: ({
|
|
|
472
734
|
wrappedErc20TokenAddress?: undefined;
|
|
473
735
|
hasHToken?: undefined;
|
|
474
736
|
approvalType?: undefined;
|
|
737
|
+
allowanceStorageOffset?: undefined;
|
|
738
|
+
isVyper?: undefined;
|
|
739
|
+
balanceStorageOffset?: undefined;
|
|
475
740
|
underlyingErc20TokenAddress?: undefined;
|
|
476
741
|
isVolatile?: undefined;
|
|
477
742
|
isPendleToken?: undefined;
|
|
@@ -485,6 +750,9 @@ declare const ethMainnetRegistry: ({
|
|
|
485
750
|
decimals: number;
|
|
486
751
|
logoURI: string;
|
|
487
752
|
isPendleToken: boolean;
|
|
753
|
+
allowanceStorageOffset: number;
|
|
754
|
+
isVyper: boolean;
|
|
755
|
+
balanceStorageOffset: number;
|
|
488
756
|
wrappedErc20TokenAddress?: undefined;
|
|
489
757
|
hasHToken?: undefined;
|
|
490
758
|
approvalType?: undefined;
|
|
@@ -493,6 +761,25 @@ declare const ethMainnetRegistry: ({
|
|
|
493
761
|
isNFT?: undefined;
|
|
494
762
|
aaveToken?: undefined;
|
|
495
763
|
isHToken?: undefined;
|
|
764
|
+
} | {
|
|
765
|
+
chainId: number;
|
|
766
|
+
erc20TokenAddress: string;
|
|
767
|
+
underlyingErc20TokenAddress: string;
|
|
768
|
+
name: string;
|
|
769
|
+
symbol: string;
|
|
770
|
+
decimals: number;
|
|
771
|
+
logoURI: string;
|
|
772
|
+
isPendleToken: boolean;
|
|
773
|
+
allowanceStorageOffset: number;
|
|
774
|
+
isVyper: boolean;
|
|
775
|
+
balanceStorageOffset: number;
|
|
776
|
+
wrappedErc20TokenAddress?: undefined;
|
|
777
|
+
hasHToken?: undefined;
|
|
778
|
+
approvalType?: undefined;
|
|
779
|
+
isVolatile?: undefined;
|
|
780
|
+
isNFT?: undefined;
|
|
781
|
+
aaveToken?: undefined;
|
|
782
|
+
isHToken?: undefined;
|
|
496
783
|
} | {
|
|
497
784
|
chainId: number;
|
|
498
785
|
erc20TokenAddress: string;
|
|
@@ -505,6 +792,9 @@ declare const ethMainnetRegistry: ({
|
|
|
505
792
|
wrappedErc20TokenAddress?: undefined;
|
|
506
793
|
hasHToken?: undefined;
|
|
507
794
|
approvalType?: undefined;
|
|
795
|
+
allowanceStorageOffset?: undefined;
|
|
796
|
+
isVyper?: undefined;
|
|
797
|
+
balanceStorageOffset?: undefined;
|
|
508
798
|
isVolatile?: undefined;
|
|
509
799
|
isNFT?: undefined;
|
|
510
800
|
aaveToken?: undefined;
|
|
@@ -522,6 +812,9 @@ declare const ethMainnetRegistry: ({
|
|
|
522
812
|
wrappedErc20TokenAddress?: undefined;
|
|
523
813
|
hasHToken?: undefined;
|
|
524
814
|
approvalType?: undefined;
|
|
815
|
+
allowanceStorageOffset?: undefined;
|
|
816
|
+
isVyper?: undefined;
|
|
817
|
+
balanceStorageOffset?: undefined;
|
|
525
818
|
isNFT?: undefined;
|
|
526
819
|
isPendleToken?: undefined;
|
|
527
820
|
isHToken?: undefined;
|
|
@@ -537,6 +830,9 @@ declare const ethMainnetRegistry: ({
|
|
|
537
830
|
wrappedErc20TokenAddress?: undefined;
|
|
538
831
|
hasHToken?: undefined;
|
|
539
832
|
approvalType?: undefined;
|
|
833
|
+
allowanceStorageOffset?: undefined;
|
|
834
|
+
isVyper?: undefined;
|
|
835
|
+
balanceStorageOffset?: undefined;
|
|
540
836
|
isNFT?: undefined;
|
|
541
837
|
isPendleToken?: undefined;
|
|
542
838
|
aaveToken?: undefined;
|
|
@@ -550,6 +846,9 @@ declare const ethMainnetRegistry: ({
|
|
|
550
846
|
decimals: number;
|
|
551
847
|
logoURI: string;
|
|
552
848
|
isHToken: boolean;
|
|
849
|
+
allowanceStorageOffset: number;
|
|
850
|
+
isVyper: boolean;
|
|
851
|
+
balanceStorageOffset: number;
|
|
553
852
|
wrappedErc20TokenAddress?: undefined;
|
|
554
853
|
hasHToken?: undefined;
|
|
555
854
|
approvalType?: undefined;
|
|
@@ -566,6 +865,9 @@ declare const arbMainnetRegistry: ({
|
|
|
566
865
|
symbol: string;
|
|
567
866
|
decimals: number;
|
|
568
867
|
logoURI: string;
|
|
868
|
+
allowanceStorageOffset?: undefined;
|
|
869
|
+
isVyper?: undefined;
|
|
870
|
+
balanceStorageOffset?: undefined;
|
|
569
871
|
underlyingErc20TokenAddress?: undefined;
|
|
570
872
|
isVolatile?: undefined;
|
|
571
873
|
aaveToken?: undefined;
|
|
@@ -576,10 +878,41 @@ declare const arbMainnetRegistry: ({
|
|
|
576
878
|
symbol: string;
|
|
577
879
|
decimals: number;
|
|
578
880
|
logoURI: string;
|
|
881
|
+
allowanceStorageOffset: number;
|
|
882
|
+
isVyper: boolean;
|
|
883
|
+
balanceStorageOffset: number;
|
|
579
884
|
wrappedErc20TokenAddress?: undefined;
|
|
580
885
|
underlyingErc20TokenAddress?: undefined;
|
|
581
886
|
isVolatile?: undefined;
|
|
582
887
|
aaveToken?: undefined;
|
|
888
|
+
} | {
|
|
889
|
+
chainId: number;
|
|
890
|
+
erc20TokenAddress: string;
|
|
891
|
+
name: string;
|
|
892
|
+
symbol: string;
|
|
893
|
+
decimals: number;
|
|
894
|
+
logoURI: string;
|
|
895
|
+
wrappedErc20TokenAddress?: undefined;
|
|
896
|
+
allowanceStorageOffset?: undefined;
|
|
897
|
+
isVyper?: undefined;
|
|
898
|
+
balanceStorageOffset?: undefined;
|
|
899
|
+
underlyingErc20TokenAddress?: undefined;
|
|
900
|
+
isVolatile?: undefined;
|
|
901
|
+
aaveToken?: undefined;
|
|
902
|
+
} | {
|
|
903
|
+
chainId: number;
|
|
904
|
+
erc20TokenAddress: string;
|
|
905
|
+
underlyingErc20TokenAddress: string;
|
|
906
|
+
name: string;
|
|
907
|
+
symbol: string;
|
|
908
|
+
decimals: number;
|
|
909
|
+
logoURI: string;
|
|
910
|
+
allowanceStorageOffset: number;
|
|
911
|
+
isVyper: boolean;
|
|
912
|
+
balanceStorageOffset: number;
|
|
913
|
+
wrappedErc20TokenAddress?: undefined;
|
|
914
|
+
isVolatile?: undefined;
|
|
915
|
+
aaveToken?: undefined;
|
|
583
916
|
} | {
|
|
584
917
|
chainId: number;
|
|
585
918
|
erc20TokenAddress: string;
|
|
@@ -589,6 +922,9 @@ declare const arbMainnetRegistry: ({
|
|
|
589
922
|
decimals: number;
|
|
590
923
|
logoURI: string;
|
|
591
924
|
wrappedErc20TokenAddress?: undefined;
|
|
925
|
+
allowanceStorageOffset?: undefined;
|
|
926
|
+
isVyper?: undefined;
|
|
927
|
+
balanceStorageOffset?: undefined;
|
|
592
928
|
isVolatile?: undefined;
|
|
593
929
|
aaveToken?: undefined;
|
|
594
930
|
} | {
|
|
@@ -602,6 +938,9 @@ declare const arbMainnetRegistry: ({
|
|
|
602
938
|
isVolatile: boolean;
|
|
603
939
|
aaveToken: boolean;
|
|
604
940
|
wrappedErc20TokenAddress?: undefined;
|
|
941
|
+
allowanceStorageOffset?: undefined;
|
|
942
|
+
isVyper?: undefined;
|
|
943
|
+
balanceStorageOffset?: undefined;
|
|
605
944
|
})[];
|
|
606
945
|
declare const bnbMainnetRegistry: ({
|
|
607
946
|
chainId: number;
|
|
@@ -657,6 +996,9 @@ declare const polygonRegistry: ({
|
|
|
657
996
|
decimals: number;
|
|
658
997
|
logoURI: string;
|
|
659
998
|
approvalType?: undefined;
|
|
999
|
+
allowanceStorageOffset?: undefined;
|
|
1000
|
+
isVyper?: undefined;
|
|
1001
|
+
balanceStorageOffset?: undefined;
|
|
660
1002
|
underlyingErc20TokenAddress?: undefined;
|
|
661
1003
|
isVolatile?: undefined;
|
|
662
1004
|
aaveToken?: undefined;
|
|
@@ -668,7 +1010,25 @@ declare const polygonRegistry: ({
|
|
|
668
1010
|
decimals: number;
|
|
669
1011
|
logoURI: string;
|
|
670
1012
|
approvalType: number;
|
|
1013
|
+
allowanceStorageOffset: number;
|
|
1014
|
+
isVyper: boolean;
|
|
1015
|
+
balanceStorageOffset: number;
|
|
1016
|
+
wrappedErc20TokenAddress?: undefined;
|
|
1017
|
+
underlyingErc20TokenAddress?: undefined;
|
|
1018
|
+
isVolatile?: undefined;
|
|
1019
|
+
aaveToken?: undefined;
|
|
1020
|
+
} | {
|
|
1021
|
+
chainId: number;
|
|
1022
|
+
erc20TokenAddress: string;
|
|
1023
|
+
name: string;
|
|
1024
|
+
symbol: string;
|
|
1025
|
+
decimals: number;
|
|
1026
|
+
logoURI: string;
|
|
1027
|
+
allowanceStorageOffset: number;
|
|
1028
|
+
isVyper: boolean;
|
|
1029
|
+
balanceStorageOffset: number;
|
|
671
1030
|
wrappedErc20TokenAddress?: undefined;
|
|
1031
|
+
approvalType?: undefined;
|
|
672
1032
|
underlyingErc20TokenAddress?: undefined;
|
|
673
1033
|
isVolatile?: undefined;
|
|
674
1034
|
aaveToken?: undefined;
|
|
@@ -681,6 +1041,9 @@ declare const polygonRegistry: ({
|
|
|
681
1041
|
logoURI: string;
|
|
682
1042
|
wrappedErc20TokenAddress?: undefined;
|
|
683
1043
|
approvalType?: undefined;
|
|
1044
|
+
allowanceStorageOffset?: undefined;
|
|
1045
|
+
isVyper?: undefined;
|
|
1046
|
+
balanceStorageOffset?: undefined;
|
|
684
1047
|
underlyingErc20TokenAddress?: undefined;
|
|
685
1048
|
isVolatile?: undefined;
|
|
686
1049
|
aaveToken?: undefined;
|
|
@@ -692,10 +1055,28 @@ declare const polygonRegistry: ({
|
|
|
692
1055
|
symbol: string;
|
|
693
1056
|
decimals: number;
|
|
694
1057
|
logoURI: string;
|
|
1058
|
+
allowanceStorageOffset: number;
|
|
1059
|
+
isVyper: boolean;
|
|
1060
|
+
balanceStorageOffset: number;
|
|
695
1061
|
wrappedErc20TokenAddress?: undefined;
|
|
696
1062
|
approvalType?: undefined;
|
|
697
1063
|
isVolatile?: undefined;
|
|
698
1064
|
aaveToken?: undefined;
|
|
1065
|
+
} | {
|
|
1066
|
+
chainId: number;
|
|
1067
|
+
erc20TokenAddress: string;
|
|
1068
|
+
underlyingErc20TokenAddress: string;
|
|
1069
|
+
name: string;
|
|
1070
|
+
symbol: string;
|
|
1071
|
+
decimals: number;
|
|
1072
|
+
logoURI: string;
|
|
1073
|
+
wrappedErc20TokenAddress?: undefined;
|
|
1074
|
+
approvalType?: undefined;
|
|
1075
|
+
allowanceStorageOffset?: undefined;
|
|
1076
|
+
isVyper?: undefined;
|
|
1077
|
+
balanceStorageOffset?: undefined;
|
|
1078
|
+
isVolatile?: undefined;
|
|
1079
|
+
aaveToken?: undefined;
|
|
699
1080
|
} | {
|
|
700
1081
|
chainId: number;
|
|
701
1082
|
erc20TokenAddress: string;
|
|
@@ -708,6 +1089,9 @@ declare const polygonRegistry: ({
|
|
|
708
1089
|
aaveToken: boolean;
|
|
709
1090
|
wrappedErc20TokenAddress?: undefined;
|
|
710
1091
|
approvalType?: undefined;
|
|
1092
|
+
allowanceStorageOffset?: undefined;
|
|
1093
|
+
isVyper?: undefined;
|
|
1094
|
+
balanceStorageOffset?: undefined;
|
|
711
1095
|
})[];
|
|
712
1096
|
declare const avalancheRegistry: ({
|
|
713
1097
|
chainId: number;
|
|
@@ -717,6 +1101,9 @@ declare const avalancheRegistry: ({
|
|
|
717
1101
|
symbol: string;
|
|
718
1102
|
decimals: number;
|
|
719
1103
|
logoURI: string;
|
|
1104
|
+
allowanceStorageOffset?: undefined;
|
|
1105
|
+
isVyper?: undefined;
|
|
1106
|
+
balanceStorageOffset?: undefined;
|
|
720
1107
|
underlyingErc20TokenAddress?: undefined;
|
|
721
1108
|
isVolatile?: undefined;
|
|
722
1109
|
aaveToken?: undefined;
|
|
@@ -727,10 +1114,27 @@ declare const avalancheRegistry: ({
|
|
|
727
1114
|
symbol: string;
|
|
728
1115
|
decimals: number;
|
|
729
1116
|
logoURI: string;
|
|
1117
|
+
allowanceStorageOffset: number;
|
|
1118
|
+
isVyper: boolean;
|
|
1119
|
+
balanceStorageOffset: number;
|
|
730
1120
|
wrappedErc20TokenAddress?: undefined;
|
|
731
1121
|
underlyingErc20TokenAddress?: undefined;
|
|
732
1122
|
isVolatile?: undefined;
|
|
733
1123
|
aaveToken?: undefined;
|
|
1124
|
+
} | {
|
|
1125
|
+
chainId: number;
|
|
1126
|
+
erc20TokenAddress: string;
|
|
1127
|
+
name: string;
|
|
1128
|
+
symbol: string;
|
|
1129
|
+
decimals: number;
|
|
1130
|
+
logoURI: string;
|
|
1131
|
+
wrappedErc20TokenAddress?: undefined;
|
|
1132
|
+
allowanceStorageOffset?: undefined;
|
|
1133
|
+
isVyper?: undefined;
|
|
1134
|
+
balanceStorageOffset?: undefined;
|
|
1135
|
+
underlyingErc20TokenAddress?: undefined;
|
|
1136
|
+
isVolatile?: undefined;
|
|
1137
|
+
aaveToken?: undefined;
|
|
734
1138
|
} | {
|
|
735
1139
|
chainId: number;
|
|
736
1140
|
erc20TokenAddress: string;
|
|
@@ -742,6 +1146,9 @@ declare const avalancheRegistry: ({
|
|
|
742
1146
|
isVolatile: boolean;
|
|
743
1147
|
aaveToken: boolean;
|
|
744
1148
|
wrappedErc20TokenAddress?: undefined;
|
|
1149
|
+
allowanceStorageOffset?: undefined;
|
|
1150
|
+
isVyper?: undefined;
|
|
1151
|
+
balanceStorageOffset?: undefined;
|
|
745
1152
|
})[];
|
|
746
1153
|
declare const optimismRegistry: ({
|
|
747
1154
|
chainId: number;
|
|
@@ -850,6 +1257,9 @@ declare const baseRegistry: ({
|
|
|
850
1257
|
symbol: string;
|
|
851
1258
|
decimals: number;
|
|
852
1259
|
logoURI: string;
|
|
1260
|
+
allowanceStorageOffset?: undefined;
|
|
1261
|
+
isVyper?: undefined;
|
|
1262
|
+
balanceStorageOffset?: undefined;
|
|
853
1263
|
underlyingErc20TokenAddress?: undefined;
|
|
854
1264
|
isVolatile?: undefined;
|
|
855
1265
|
aaveToken?: undefined;
|
|
@@ -860,6 +1270,9 @@ declare const baseRegistry: ({
|
|
|
860
1270
|
symbol: string;
|
|
861
1271
|
decimals: number;
|
|
862
1272
|
logoURI: string;
|
|
1273
|
+
allowanceStorageOffset: number;
|
|
1274
|
+
isVyper: boolean;
|
|
1275
|
+
balanceStorageOffset: number;
|
|
863
1276
|
wrappedErc20TokenAddress?: undefined;
|
|
864
1277
|
underlyingErc20TokenAddress?: undefined;
|
|
865
1278
|
isVolatile?: undefined;
|
|
@@ -872,9 +1285,26 @@ declare const baseRegistry: ({
|
|
|
872
1285
|
symbol: string;
|
|
873
1286
|
decimals: number;
|
|
874
1287
|
logoURI: string;
|
|
1288
|
+
allowanceStorageOffset: number;
|
|
1289
|
+
isVyper: boolean;
|
|
1290
|
+
balanceStorageOffset: number;
|
|
875
1291
|
wrappedErc20TokenAddress?: undefined;
|
|
876
1292
|
isVolatile?: undefined;
|
|
877
1293
|
aaveToken?: undefined;
|
|
1294
|
+
} | {
|
|
1295
|
+
chainId: number;
|
|
1296
|
+
erc20TokenAddress: string;
|
|
1297
|
+
name: string;
|
|
1298
|
+
symbol: string;
|
|
1299
|
+
decimals: number;
|
|
1300
|
+
logoURI: string;
|
|
1301
|
+
wrappedErc20TokenAddress?: undefined;
|
|
1302
|
+
allowanceStorageOffset?: undefined;
|
|
1303
|
+
isVyper?: undefined;
|
|
1304
|
+
balanceStorageOffset?: undefined;
|
|
1305
|
+
underlyingErc20TokenAddress?: undefined;
|
|
1306
|
+
isVolatile?: undefined;
|
|
1307
|
+
aaveToken?: undefined;
|
|
878
1308
|
} | {
|
|
879
1309
|
chainId: number;
|
|
880
1310
|
erc20TokenAddress: string;
|
|
@@ -886,6 +1316,9 @@ declare const baseRegistry: ({
|
|
|
886
1316
|
isVolatile: boolean;
|
|
887
1317
|
aaveToken: boolean;
|
|
888
1318
|
wrappedErc20TokenAddress?: undefined;
|
|
1319
|
+
allowanceStorageOffset?: undefined;
|
|
1320
|
+
isVyper?: undefined;
|
|
1321
|
+
balanceStorageOffset?: undefined;
|
|
889
1322
|
})[];
|
|
890
1323
|
declare const localhostRegistry: ({
|
|
891
1324
|
chainId: number;
|