web3-wizzard-lib 0.2.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

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 (109) hide show
  1. web3_wizzard_lib/core/contract/coredao_contract.py +2 -3
  2. web3_wizzard_lib/core/contract/coredao_from_contract.py +2 -2
  3. web3_wizzard_lib/core/contract/stargate_token_pool.py +2 -3
  4. web3_wizzard_lib/core/contract/stargate_v2_contract.py +2 -2
  5. web3_wizzard_lib/core/modules/intract_claim.py +2 -5
  6. web3_wizzard_lib/resources/abi/aave.json +282 -0
  7. web3_wizzard_lib/resources/abi/abbysworld.json +1113 -0
  8. web3_wizzard_lib/resources/abi/arena_games.json +15 -0
  9. web3_wizzard_lib/resources/abi/asmatch.json +1113 -0
  10. web3_wizzard_lib/resources/abi/basiliks.json +1467 -0
  11. web3_wizzard_lib/resources/abi/bilinear.json +1375 -0
  12. web3_wizzard_lib/resources/abi/bungee.json +525 -0
  13. web3_wizzard_lib/resources/abi/coredao.json +1068 -0
  14. web3_wizzard_lib/resources/abi/coredao_bridge.json +1012 -0
  15. web3_wizzard_lib/resources/abi/dmail.json +964 -0
  16. web3_wizzard_lib/resources/abi/empty_nft.json +1131 -0
  17. web3_wizzard_lib/resources/abi/era_ns.json +878 -0
  18. web3_wizzard_lib/resources/abi/eralend.json +1221 -0
  19. web3_wizzard_lib/resources/abi/erc20.json +801 -0
  20. web3_wizzard_lib/resources/abi/erc20_test.json +337 -0
  21. web3_wizzard_lib/resources/abi/eth_scroll_bridge.json +675 -0
  22. web3_wizzard_lib/resources/abi/frog_war_contract.json +1943 -0
  23. web3_wizzard_lib/resources/abi/horizondex.json +413 -0
  24. web3_wizzard_lib/resources/abi/horizondex_quoter.json +273 -0
  25. web3_wizzard_lib/resources/abi/imagine.json +457 -0
  26. web3_wizzard_lib/resources/abi/izumi.json +532 -0
  27. web3_wizzard_lib/resources/abi/kreatorland.json +500 -0
  28. web3_wizzard_lib/resources/abi/layerbank.json +1240 -0
  29. web3_wizzard_lib/resources/abi/layerbank_price.json +354 -0
  30. web3_wizzard_lib/resources/abi/layerbank_token.json +1124 -0
  31. web3_wizzard_lib/resources/abi/linea_day_2.json +933 -0
  32. web3_wizzard_lib/resources/abi/linea_day_3.json +1804 -0
  33. web3_wizzard_lib/resources/abi/linea_ens_names.json +1000 -0
  34. web3_wizzard_lib/resources/abi/lineaswap_router.json +973 -0
  35. web3_wizzard_lib/resources/abi/maverick_ipool.json +942 -0
  36. web3_wizzard_lib/resources/abi/maverick_multicall.json +1082 -0
  37. web3_wizzard_lib/resources/abi/mendi_token.json +1690 -0
  38. web3_wizzard_lib/resources/abi/merkly.json +787 -0
  39. web3_wizzard_lib/resources/abi/micro3.json +1054 -0
  40. web3_wizzard_lib/resources/abi/mute_router.json +856 -0
  41. web3_wizzard_lib/resources/abi/nidus.json +1017 -0
  42. web3_wizzard_lib/resources/abi/nile_pool.json +1313 -0
  43. web3_wizzard_lib/resources/abi/nomis.json +1601 -0
  44. web3_wizzard_lib/resources/abi/nomis_attest.json +710 -0
  45. web3_wizzard_lib/resources/abi/octomos.json +408 -0
  46. web3_wizzard_lib/resources/abi/omnisea.json +175 -0
  47. web3_wizzard_lib/resources/abi/orbiter_starknet.json +48 -0
  48. web3_wizzard_lib/resources/abi/pancake/factory.json +450 -0
  49. web3_wizzard_lib/resources/abi/pancake/pool.json +713 -0
  50. web3_wizzard_lib/resources/abi/pancake/quoter.json +285 -0
  51. web3_wizzard_lib/resources/abi/pancake/router.json +1271 -0
  52. web3_wizzard_lib/resources/abi/rage_claim.json +218 -0
  53. web3_wizzard_lib/resources/abi/reactor_fusion.json +1479 -0
  54. web3_wizzard_lib/resources/abi/readon.json +71 -0
  55. web3_wizzard_lib/resources/abi/rubyscore.json +698 -0
  56. web3_wizzard_lib/resources/abi/satoshi_universe.json +301 -0
  57. web3_wizzard_lib/resources/abi/scroll_bridge.json +666 -0
  58. web3_wizzard_lib/resources/abi/scroll_canvas_mint.json +602 -0
  59. web3_wizzard_lib/resources/abi/scroll_oracle.json +714 -0
  60. web3_wizzard_lib/resources/abi/snap.json +622 -0
  61. web3_wizzard_lib/resources/abi/socialscan.json +884 -0
  62. web3_wizzard_lib/resources/abi/stargate_farming.json +494 -0
  63. web3_wizzard_lib/resources/abi/stargate_router.json +1341 -0
  64. web3_wizzard_lib/resources/abi/stargate_swapETH_abi.json +106 -0
  65. web3_wizzard_lib/resources/abi/stargate_token_pool.json +1940 -0
  66. web3_wizzard_lib/resources/abi/stargate_v2.json +1936 -0
  67. web3_wizzard_lib/resources/abi/syncswap_classic_pool.json +151 -0
  68. web3_wizzard_lib/resources/abi/syncswap_classic_pool_factory.json +151 -0
  69. web3_wizzard_lib/resources/abi/syncswap_pool.json +924 -0
  70. web3_wizzard_lib/resources/abi/syncswap_router.json +1178 -0
  71. web3_wizzard_lib/resources/abi/syncswap_stable_pool.json +950 -0
  72. web3_wizzard_lib/resources/abi/tavaera.json +586 -0
  73. web3_wizzard_lib/resources/abi/tavaera_id.json +724 -0
  74. web3_wizzard_lib/resources/abi/townstory.json +391 -0
  75. web3_wizzard_lib/resources/abi/townstory_bonus.json +279 -0
  76. web3_wizzard_lib/resources/abi/uniswap_abi.json +193 -0
  77. web3_wizzard_lib/resources/abi/velocore.json +1008 -0
  78. web3_wizzard_lib/resources/abi/velocore_lens.json +1030 -0
  79. web3_wizzard_lib/resources/abi/velocore_pool.json +490 -0
  80. web3_wizzard_lib/resources/abi/velocore_vault.json +1272 -0
  81. web3_wizzard_lib/resources/abi/weth.json +279 -0
  82. web3_wizzard_lib/resources/abi/woofi.json +400 -0
  83. web3_wizzard_lib/resources/abi/yoddlo.json +67 -0
  84. web3_wizzard_lib/resources/abi/zebra.json +1075 -0
  85. web3_wizzard_lib/resources/abi/zerolend.json +282 -0
  86. web3_wizzard_lib/resources/abi/zerolend_liquidity.json +1038 -0
  87. web3_wizzard_lib/resources/abi/zkdx_data.json +436 -0
  88. web3_wizzard_lib/resources/abi/zks.json +671 -0
  89. web3_wizzard_lib/resources/banner.txt +7 -0
  90. web3_wizzard_lib/resources/goerli/contracts.json +48 -0
  91. web3_wizzard_lib/resources/goerli/networks.json +139 -0
  92. web3_wizzard_lib/resources/goerli/pairs.json +113 -0
  93. web3_wizzard_lib/resources/goerli/tokens.json +40 -0
  94. web3_wizzard_lib/resources/linea_appeal.txt +0 -0
  95. web3_wizzard_lib/resources/local/contracts.json +150 -0
  96. web3_wizzard_lib/resources/local/networks.json +119 -0
  97. web3_wizzard_lib/resources/local/pairs.json +451 -0
  98. web3_wizzard_lib/resources/local/tokens.json +88 -0
  99. web3_wizzard_lib/resources/main/contracts.json +229 -0
  100. web3_wizzard_lib/resources/main/networks.json +272 -0
  101. web3_wizzard_lib/resources/main/pairs.json +516 -0
  102. web3_wizzard_lib/resources/main/tokens.json +119 -0
  103. web3_wizzard_lib/resources/verify_data.json +1243 -0
  104. web3_wizzard_lib-1.0.1.data/data/requirements.txt +1 -0
  105. {web3_wizzard_lib-0.2.0.dist-info → web3_wizzard_lib-1.0.1.dist-info}/METADATA +2 -2
  106. {web3_wizzard_lib-0.2.0.dist-info → web3_wizzard_lib-1.0.1.dist-info}/RECORD +108 -10
  107. web3_wizzard_lib-0.2.0.data/data/requirements.txt +0 -1
  108. {web3_wizzard_lib-0.2.0.dist-info → web3_wizzard_lib-1.0.1.dist-info}/WHEEL +0 -0
  109. {web3_wizzard_lib-0.2.0.dist-info → web3_wizzard_lib-1.0.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,516 @@
1
+ {
2
+ "ZKSYNC": {
3
+ "syncswap": [
4
+ {
5
+ "name": "ETH>USDC",
6
+ "tokens": [
7
+ "ETH",
8
+ "USDC"
9
+ ],
10
+ "slippage": 2
11
+ },
12
+ {
13
+ "name": "ETH>USDT",
14
+ "tokens": [
15
+ "ETH",
16
+ "USDT"
17
+ ],
18
+ "slippage": 2
19
+ },
20
+ {
21
+ "name": "ETH>WBTC",
22
+ "tokens": [
23
+ "ETH",
24
+ "WBTC"
25
+ ],
26
+ "slippage": 3
27
+ },
28
+ {
29
+ "name": "ETH>USDT",
30
+ "tokens": [
31
+ "ETH",
32
+ "USDT"
33
+ ],
34
+ "slippage": 1
35
+ },
36
+ {
37
+ "name": "ETH>zkUSD",
38
+ "tokens": [
39
+ "ETH",
40
+ "zkUSD"
41
+ ],
42
+ "slippage": 5
43
+ },
44
+ {
45
+ "name": "ETH>ceBNB",
46
+ "tokens": [
47
+ "ETH",
48
+ "ceBNB"
49
+ ],
50
+ "slippage": 5
51
+ },
52
+ {
53
+ "name": "USDC>FRAX",
54
+ "tokens": [
55
+ "USDC",
56
+ "FRAX"
57
+ ],
58
+ "slippage": 5
59
+ },
60
+ {
61
+ "name": "USDC>ceMATIC",
62
+ "tokens": [
63
+ "USDC",
64
+ "ceMATIC"
65
+ ],
66
+ "slippage": 5
67
+ },
68
+ {
69
+ "name": "USDC>zkUSD",
70
+ "tokens": [
71
+ "USDC",
72
+ "zkUSD"
73
+ ],
74
+ "slippage": 5
75
+ },
76
+ {
77
+ "name": "USDC>ceBNB",
78
+ "tokens": [
79
+ "USDC",
80
+ "ceBNB"
81
+ ],
82
+ "slippage": 5
83
+ },
84
+ {
85
+ "name": "ETH>ZKDOGE",
86
+ "tokens": [
87
+ "ETH",
88
+ "ZKDOGE"
89
+ ],
90
+ "slippage": 5
91
+ },
92
+ {
93
+ "name": "ETH>MUTE",
94
+ "tokens": [
95
+ "ETH",
96
+ "MUTE"
97
+ ],
98
+ "app": "syncswap",
99
+ "slippage": 5
100
+ },
101
+ {
102
+ "name": "USDC>WBTC",
103
+ "tokens": [
104
+ "USDC",
105
+ "WBTC"
106
+ ],
107
+ "app": "syncswap",
108
+ "slippage": 5
109
+ }
110
+ ],
111
+ "mute": [
112
+ {
113
+ "name": "ETH>USDC",
114
+ "tokens": [
115
+ "ETH",
116
+ "USDC"
117
+ ],
118
+ "slippage": 2
119
+ },
120
+ {
121
+ "name": "ETH>WBTC",
122
+ "tokens": [
123
+ "ETH",
124
+ "WBTC"
125
+ ],
126
+ "slippage": 3
127
+ },
128
+ {
129
+ "name": "ETH>BOLT",
130
+ "tokens": [
131
+ "ETH",
132
+ "BOLT"
133
+ ],
134
+ "slippage": 5
135
+ },
136
+ {
137
+ "name": "USDC>BOLT",
138
+ "tokens": [
139
+ "USDC",
140
+ "BOLT"
141
+ ],
142
+ "slippage": 5
143
+ },
144
+ {
145
+ "name": "USDC>ZKDOGE",
146
+ "tokens": [
147
+ "USDC",
148
+ "ZKDOGE"
149
+ ],
150
+ "slippage": 5
151
+ },
152
+ {
153
+ "name": "ETH>ZKINA",
154
+ "tokens": [
155
+ "USDC",
156
+ "ZKINA"
157
+ ],
158
+ "slippage": 5
159
+ },
160
+ {
161
+ "name": "ETH>MUTE",
162
+ "tokens": [
163
+ "ETH",
164
+ "MUTE"
165
+ ],
166
+ "app": "mute",
167
+ "slippage": 5
168
+ },
169
+ {
170
+ "name": "USDC>WBTC",
171
+ "tokens": [
172
+ "USDC",
173
+ "WBTC"
174
+ ],
175
+ "app": "mute",
176
+ "slippage": 5
177
+ }
178
+ ],
179
+ "woofi": [
180
+ {
181
+ "name": "ETH>USDC",
182
+ "tokens": [
183
+ "ETH",
184
+ "USDC"
185
+ ],
186
+ "slippage": 2
187
+ }
188
+ ],
189
+ "maverick": [
190
+ {
191
+ "name": "ETH>USDC",
192
+ "tokens": [
193
+ "ETH",
194
+ "USDC"
195
+ ],
196
+ "slippage": 2
197
+ }
198
+ ],
199
+ "velocore": [
200
+ {
201
+ "name": "ETH>USDT",
202
+ "tokens": [
203
+ "ETH",
204
+ "USDT"
205
+ ],
206
+ "slippage": 2
207
+ },
208
+ {
209
+ "name": "ETH>USDC",
210
+ "tokens": [
211
+ "ETH",
212
+ "USDC"
213
+ ],
214
+ "slippage": 2
215
+ },
216
+ {
217
+ "name": "ETH>WBTC",
218
+ "tokens": [
219
+ "ETH",
220
+ "WBTC"
221
+ ],
222
+ "slippage": 3
223
+ },
224
+ {
225
+ "name": "ETH>VC",
226
+ "tokens": [
227
+ "ETH",
228
+ "VC"
229
+ ],
230
+ "slippage": 5
231
+ }
232
+ ],
233
+ "pancake": [
234
+ {
235
+ "name": "ETH>USDC",
236
+ "tokens": [
237
+ "ETH",
238
+ "USDC"
239
+ ],
240
+ "slippage": 2
241
+ },
242
+ {
243
+ "name": "ETH>USDT",
244
+ "tokens": [
245
+ "ETH",
246
+ "USDT"
247
+ ],
248
+ "slippage": 2
249
+ }
250
+ ],
251
+ "odos": [
252
+ {
253
+ "name": "ETH>USDC",
254
+ "tokens": [
255
+ "ETH",
256
+ "USDC"
257
+ ],
258
+ "slippage": 2
259
+ },
260
+ {
261
+ "name": "ETH>USDT",
262
+ "tokens": [
263
+ "ETH",
264
+ "USDT"
265
+ ],
266
+ "slippage": 2
267
+ }
268
+ ]
269
+ },
270
+ "LINEA": {
271
+ "syncswap": [
272
+ {
273
+ "name": "ETH>wstETH",
274
+ "tokens": [
275
+ "ETH",
276
+ "wstETH"
277
+ ],
278
+ "slippage": 5
279
+ },
280
+ {
281
+ "name": "ETH>USDC",
282
+ "tokens": [
283
+ "ETH",
284
+ "USDC"
285
+ ],
286
+ "slippage": 2
287
+ },
288
+ {
289
+ "name": "ETH>USDT",
290
+ "tokens": [
291
+ "ETH",
292
+ "USDT"
293
+ ],
294
+ "slippage": 2
295
+ }
296
+ ],
297
+ "woofi": [
298
+ {
299
+ "name": "ETH>USDC",
300
+ "tokens": [
301
+ "ETH",
302
+ "USDC"
303
+ ],
304
+ "slippage": 2
305
+ }
306
+ ],
307
+ "horizondex": [
308
+ {
309
+ "name": "ETH>USDC",
310
+ "tokens": [
311
+ "ETH",
312
+ "USDC"
313
+ ],
314
+ "slippage": 2
315
+ }
316
+ ],
317
+ "pancake": [
318
+ {
319
+ "name": "ETH>USDC",
320
+ "tokens": [
321
+ "ETH",
322
+ "USDC"
323
+ ],
324
+ "slippage": 2
325
+ }
326
+ ],
327
+ "lineaswap": [
328
+ {
329
+ "name": "ETH>LIN",
330
+ "tokens": [
331
+ "ETH",
332
+ "LIN"
333
+ ],
334
+ "slippage": 5
335
+ }
336
+ ],
337
+ "odos": [
338
+ {
339
+ "name": "ETH>wstETH",
340
+ "tokens": [
341
+ "ETH",
342
+ "wstETH"
343
+ ],
344
+ "slippage": 5
345
+ }
346
+ ],
347
+ "izumi": [
348
+ {
349
+ "name": "ETH>wstETH",
350
+ "tokens": [
351
+ "ETH",
352
+ "wstETH"
353
+ ],
354
+ "slippage": 5
355
+ },
356
+ {
357
+ "name": "ETH>weETH",
358
+ "tokens": [
359
+ "ETH",
360
+ "weETH"
361
+ ],
362
+ "amount": {
363
+ "from": 0.0001,
364
+ "to": 0.0003
365
+ },
366
+ "slippage": 2
367
+ }
368
+ ]
369
+ },
370
+ "BASE": {
371
+ "woofi": [
372
+ {
373
+ "name": "ETH>USDC",
374
+ "tokens": [
375
+ "ETH",
376
+ "USDC"
377
+ ],
378
+ "slippage": 2
379
+ }
380
+ ],
381
+ "maverick": [
382
+ {
383
+ "name": "ETH>USDC",
384
+ "tokens": [
385
+ "ETH",
386
+ "USDC"
387
+ ],
388
+ "slippage": 2
389
+ },
390
+ {
391
+ "name": "ETH>USDbC",
392
+ "tokens": [
393
+ "ETH",
394
+ "USDbC"
395
+ ],
396
+ "slippage": 2
397
+ }
398
+ ],
399
+ "horizondex": [
400
+ {
401
+ "name": "ETH>USDC",
402
+ "tokens": [
403
+ "ETH",
404
+ "USDC"
405
+ ],
406
+ "slippage": 2
407
+ }
408
+ ],
409
+ "pancake": [
410
+ {
411
+ "name": "ETH>USDC",
412
+ "tokens": [
413
+ "ETH",
414
+ "USDC"
415
+ ],
416
+ "slippage": 2
417
+ }
418
+ ],
419
+ "odos": [
420
+ {
421
+ "name": "ETH>USDC",
422
+ "tokens": [
423
+ "ETH",
424
+ "USDC"
425
+ ],
426
+ "slippage": 2
427
+ }
428
+ ]
429
+ },
430
+ "SCROLL": {
431
+ "syncswap": [
432
+ {
433
+ "name": "ETH>USDC",
434
+ "tokens": [
435
+ "ETH",
436
+ "USDC"
437
+ ],
438
+ "slippage": 2
439
+ },
440
+ {
441
+ "name": "ETH>USDT",
442
+ "tokens": [
443
+ "ETH",
444
+ "USDT"
445
+ ],
446
+ "slippage": 2
447
+ }
448
+ ],
449
+ "xy.finance": [
450
+ {
451
+ "name": "ETH>USDC",
452
+ "tokens": [
453
+ "ETH",
454
+ "USDC"
455
+ ],
456
+ "slippage": 1
457
+ },
458
+ {
459
+ "name": "ETH>USDT",
460
+ "tokens": [
461
+ "ETH",
462
+ "USDT"
463
+ ],
464
+ "slippage": 1
465
+ }
466
+ ],
467
+ "zebra": [
468
+ {
469
+ "name": "ETH>USDC",
470
+ "tokens": [
471
+ "ETH",
472
+ "USDC"
473
+ ],
474
+ "slippage": 1
475
+ },
476
+ {
477
+ "name": "ETH>USDT",
478
+ "tokens": [
479
+ "ETH",
480
+ "USDT"
481
+ ],
482
+ "slippage": 1
483
+ }
484
+ ]
485
+ },
486
+ "ARBITRUM": {
487
+ "pancake": [
488
+ {
489
+ "name": "ETH>USDC",
490
+ "tokens": [
491
+ "ETH",
492
+ "USDC"
493
+ ],
494
+ "slippage": 2
495
+ }
496
+ ],
497
+ "woofi": [
498
+ {
499
+ "name": "ETH>USDC",
500
+ "tokens": [
501
+ "ETH",
502
+ "USDC"
503
+ ],
504
+ "slippage": 2
505
+ },
506
+ {
507
+ "name": "ETH>USDCe",
508
+ "tokens": [
509
+ "ETH",
510
+ "USDCe"
511
+ ],
512
+ "slippage": 2
513
+ }
514
+ ]
515
+ }
516
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "ZKSYNC": {
3
+ "ETH": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
4
+ "USDC": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
5
+ "WBTC": "0xBBeB516fb02a01611cBBE0453Fe3c580D7281011",
6
+ "USDT": "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
7
+ "zkUSD": "0xfC7E56298657B002b3e656400E746b7212912757",
8
+ "ceBNB": "0x7400793aAd94C8CA801aa036357d10F5Fd0ce08f",
9
+ "MUTE": "0x0e97C7a0F8B2C9885C8ac9fC6136e829CbC21d42",
10
+ "FRAX": "0xb4C1544cb4163f4C2ECa1aE9Ce999F63892d912A",
11
+ "ceMATIC": "0x28a487240e4D45CfF4A2980D334CC933B7483842",
12
+ "BOLT": "0x61B41e0244133B9c9c47A57e51a5EF70be2c5DD4",
13
+ "ZKDOGE": "0xbFB4b5616044Eded03e5b1AD75141f0D9Cb1499b",
14
+ "LUSD": "0x503234F203fC7Eb888EEC8513210612a43Cf6115",
15
+ "ZKINA": "0x8E817eEe4A987EAd05d03cCACb354F67b0DBd63d",
16
+ "WETH": "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
17
+ "VC": "0x85D84c774CF8e9fF85342684b0E795Df72A24908",
18
+ "MAV": "0x787c09494Ec8Bcb24DcAf8659E7d5D69979eE508",
19
+ "ZERO_ADDRESS": "0x0000000000000000000000000000000000000000",
20
+ "ZK": "0x5A7d6b2F92C77FAD6CCaBd7EE0624E64907Eaf3E",
21
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
22
+ },
23
+ "BASE": {
24
+ "ETH": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
25
+ "WETH": "0x4200000000000000000000000000000000000006",
26
+ "USDbC": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
27
+ "USDC": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
28
+ "HZN": "0x081AD949deFe648774C3B8deBe0E4F28a80716dc",
29
+ "STARGATE_USDC_POOL": "0x4c80E24119CFB836cdF0a6b53dc23F04F7e652CA",
30
+ "STARGATE_ETH_POOL": "0x28fc411f9e1c480AD312b3d9C60c22b965015c6B",
31
+ "ZERO_ADDRESS": "0x0000000000000000000000000000000000000000",
32
+ "USDT": "",
33
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
34
+ },
35
+ "LINEA": {
36
+ "ZERO_ADDRESS": "0x0000000000000000000000000000000000000000",
37
+ "ETH": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
38
+ "WETH": "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
39
+ "USDC": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
40
+ "HZN": "0x0B1A02A7309dFbfAD1Cd4adC096582C87e8A3Ac1",
41
+ "AVAX": "0x5471ea8f739dd37E9B81Be9c5c77754D8AA953E4",
42
+ "BNB": "0xf5C6825015280CdfD0b56903F9F8B5A2233476F5",
43
+ "LIN": "0x9Dd6EA6f9D1fba5ed640651f06802e32FF455221",
44
+ "STARGATE_USDC_POOL": "0x4c80E24119CFB836cdF0a6b53dc23F04F7e652CA",
45
+ "STARGATE_ETH_POOL": "0xAad094F6A75A14417d39f04E690fC216f080A41a",
46
+ "USDT": "0xA219439258ca9da29E9Cc4cE5596924745e12B93",
47
+ "wstETH": "0xB5beDd42000b71FddE22D3eE8a79Bd49A568fC8F",
48
+ "lbwstETH": "0xE33520c74bac3c537BfEEe0F65e80471F3d564b9",
49
+ "lbETH": "0xc7D8489DaE3D2EbEF075b1dB2257E2c231C9D231",
50
+ "LVC": "0xcc22F6AA610D1b2a0e89EF228079cB3e1831b1D1",
51
+ "VLP": "0x2BD146e7d95cea62C89fcCA8E529e06EEc1b053C",
52
+ "USD+": "0xB79DD08EA68A908A97220C76d19A6aA9cBDE4376",
53
+ "meezETH": "0x8a90d208666deec08123444f67bf5b1836074a67",
54
+ "meUSDC": "0x333D8b480BDB25eA7Be4Dd87EEB359988CE1b30D",
55
+ "meweETH": "0x9B4971aC84054597EDEd7Dc7b4b7E8A0c90753B5",
56
+ "meWETH": "0xAd7f33984bed10518012013D4aB0458D37FEE6F3",
57
+ "weETH": "0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6",
58
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd",
59
+ "ZERO": "0x78354f8DcCB269a615A7e0a24f9B0718FDC3C7A7",
60
+ "NILE": "0xAAAac83751090C6ea42379626435f805DDF54DC8",
61
+ "WETH_ZERO_LP": "0x0040F36784dDA0821E74BA67f86E084D70d67a3A",
62
+ "WETH_NILE_LP": "0xFC6A4cd4007C3d24D37114d81A801a56F9536625",
63
+ "ZEROLEND_WETH": "0xB4FFEf15daf4C02787bC5332580b838cE39805f5"
64
+ },
65
+ "ARBITRUM": {
66
+ "ETH": "0x0000000000000000000000000000000000000000",
67
+ "USDT": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
68
+ "USDC": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
69
+ "USDCe": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
70
+ "WETH": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
71
+ "STARGATE_USDC_POOL": "0x892785f33CdeE22A30AEF750F285E18c18040c3e",
72
+ "STARGATE_ETH_POOL": "0x915A55e36A01285A14f05dE6e81ED9cE89772f8e",
73
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd",
74
+ "OBT": "0x1CD9a56c8C2eA913c70319A44Da75e99255aa46f"
75
+ },
76
+ "BSC": {
77
+ "USDC": "0x55d398326f99059fF775485246999027B3197955",
78
+ "STARGATE_USDC_POOL": "0x9aA83081AA06AF7208Dcc7A4cB72C94d057D2cda",
79
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
80
+ },
81
+ "FANTOM": {
82
+ "USDC": "0x28a92dde19D9989F39A49905d7C9C2FAc7799bDf",
83
+ "STARGATE_USDC_POOL": "0xc647CE76ec30033Aa319d472Ae9f4462068f2AD7"
84
+ },
85
+ "OPTIMISM": {
86
+ "USDC": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
87
+ "STARGATE_USDC_POOL": "0xDecC0c09c3B5f6e92EF4184125D5648a66E35298",
88
+ "STARGATE_ETH_POOL": "0xd22363e3762cA7339569F3d33EADe20127D5F98C",
89
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
90
+ },
91
+ "POLYGON": {
92
+ "WETH": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
93
+ "USDC": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
94
+ "USDT": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
95
+ "STARGATE_USDC_POOL": "0x1205f31718499dBf1fCa446663B532Ef87481fe1"
96
+ },
97
+ "AVALANCHE": {
98
+ "USDC": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
99
+ "STARGATE_USDC_POOL": "0x1205f31718499dBf1fCa446663B532Ef87481fe1"
100
+ },
101
+ "SCROLL": {
102
+ "ETH": "0x5300000000000000000000000000000000000004",
103
+ "WETH": "0x5300000000000000000000000000000000000004",
104
+ "USDC": "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
105
+ "USDT": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
106
+ "ZERO_ADDRESS": "0x0000000000000000000000000000000000000000",
107
+ "AAVE_WETH": "0xf301805bE1Df81102C957f6d4Ce29d2B8c056B2a",
108
+ "ZRO": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
109
+ },
110
+ "COREDAO": {
111
+ "USDC": "0xa4151B2B3e269645181dCcF2D426cE75fcbDeca9",
112
+ "USDT": "0x900101d06A7426441Ae63e9AB3B9b0F63Be145F1"
113
+ },
114
+ "MANTA": {
115
+ },
116
+ "X_LAYER": {
117
+ "WETH": "0x5A77f1443D16ee5761d310e38b62f77f726bC71c"
118
+ }
119
+ }