@gfxlabs/oku-chains 1.1.269 → 1.1.271
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/dist/browser.js +5567 -5340
- package/dist/index-mjs.js +301 -74
- package/dist/index.js +301 -74
- package/dist/types/browser.d.ts +338 -54
- package/dist/types/index-mjs.d.ts +338 -54
- package/dist/types/index.d.ts +338 -54
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -21,12 +21,12 @@ const arbitrum = makeConfig({
|
|
|
21
21
|
zerion: "arbitrum",
|
|
22
22
|
debank: "arb",
|
|
23
23
|
cowswap: "arbitrum_one",
|
|
24
|
-
tenderly: "true"
|
|
24
|
+
tenderly: "true",
|
|
25
25
|
},
|
|
26
26
|
markets: {
|
|
27
27
|
kyberswap: "arbitrum",
|
|
28
28
|
oneinch: {
|
|
29
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
29
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
30
30
|
},
|
|
31
31
|
paraswap: {
|
|
32
32
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -35,14 +35,14 @@ const arbitrum = makeConfig({
|
|
|
35
35
|
openocean: "arbitrum",
|
|
36
36
|
zeroex: true,
|
|
37
37
|
cowswap: "arbitrum_one",
|
|
38
|
-
icecreamswap: true
|
|
38
|
+
icecreamswap: true,
|
|
39
39
|
},
|
|
40
40
|
bridges: {
|
|
41
41
|
chainlink: {
|
|
42
42
|
atlasNetworkName: "ethereum-mainnet-arbitrum-1",
|
|
43
43
|
routerAddress: "0x141fa059441E0ca23ce184B6A78bafD2A517DdE8",
|
|
44
44
|
chainSelector: 4949039107694359620n,
|
|
45
|
-
tokenAdminRegistry: "0x39AE1032cF4B334a1Ed41cdD0833bdD7c7E7751E"
|
|
45
|
+
tokenAdminRegistry: "0x39AE1032cF4B334a1Ed41cdD0833bdD7c7E7751E",
|
|
46
46
|
},
|
|
47
47
|
rhinofi: "ARBITRUM",
|
|
48
48
|
stargate: {
|
|
@@ -68,8 +68,25 @@ const arbitrum = makeConfig({
|
|
|
68
68
|
name: "WXTZ",
|
|
69
69
|
type: "OFT",
|
|
70
70
|
id: 20,
|
|
71
|
-
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D"
|
|
72
|
-
}
|
|
71
|
+
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D",
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
},
|
|
75
|
+
layerzero: {
|
|
76
|
+
eid: 30110,
|
|
77
|
+
tokens: [
|
|
78
|
+
{
|
|
79
|
+
id: 1,
|
|
80
|
+
symbol: "USDT0",
|
|
81
|
+
project: "USDT0",
|
|
82
|
+
OFTAddress: "0x238a52455a1ef6c987cac94b28b4081afe50ba06",
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
id: 4,
|
|
86
|
+
symbol: "WETH",
|
|
87
|
+
project: "stargate",
|
|
88
|
+
OFTAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
89
|
+
},
|
|
73
90
|
],
|
|
74
91
|
},
|
|
75
92
|
wanbridge: {
|
|
@@ -332,12 +349,12 @@ const base = makeConfig({
|
|
|
332
349
|
externalId: {
|
|
333
350
|
zerion: "base",
|
|
334
351
|
debank: "base",
|
|
335
|
-
tenderly: "true"
|
|
352
|
+
tenderly: "true",
|
|
336
353
|
},
|
|
337
354
|
markets: {
|
|
338
355
|
kyberswap: "base",
|
|
339
356
|
oneinch: {
|
|
340
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
357
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
341
358
|
},
|
|
342
359
|
paraswap: {
|
|
343
360
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -345,14 +362,14 @@ const base = makeConfig({
|
|
|
345
362
|
openocean: "base",
|
|
346
363
|
zeroex: true,
|
|
347
364
|
icecreamswap: true,
|
|
348
|
-
cowswap: "base"
|
|
365
|
+
cowswap: "base",
|
|
349
366
|
},
|
|
350
367
|
bridges: {
|
|
351
368
|
chainlink: {
|
|
352
369
|
atlasNetworkName: "ethereum-mainnet-base-1",
|
|
353
370
|
routerAddress: "0x881e3A65B4d4a04dD529061dd0071cf975F58bCD",
|
|
354
371
|
chainSelector: 15971525489660198786n,
|
|
355
|
-
tokenAdminRegistry: "0x6f6C373d09C07425BaAE72317863d7F6bb731e37"
|
|
372
|
+
tokenAdminRegistry: "0x6f6C373d09C07425BaAE72317863d7F6bb731e37",
|
|
356
373
|
},
|
|
357
374
|
rhinofi: "BASE",
|
|
358
375
|
stargate: {
|
|
@@ -373,8 +390,8 @@ const base = makeConfig({
|
|
|
373
390
|
name: "WXTZ",
|
|
374
391
|
type: "OFT",
|
|
375
392
|
id: 20,
|
|
376
|
-
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
377
|
-
}
|
|
393
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D",
|
|
394
|
+
},
|
|
378
395
|
],
|
|
379
396
|
},
|
|
380
397
|
wanbridge: {
|
|
@@ -384,6 +401,23 @@ const base = makeConfig({
|
|
|
384
401
|
chain: "Base",
|
|
385
402
|
timeToFinalize: 1800,
|
|
386
403
|
},
|
|
404
|
+
layerzero: {
|
|
405
|
+
eid: 30184,
|
|
406
|
+
tokens: [
|
|
407
|
+
{
|
|
408
|
+
id: 3,
|
|
409
|
+
symbol: "WBTC",
|
|
410
|
+
project: "WBTC",
|
|
411
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
id: 4,
|
|
415
|
+
symbol: "WETH",
|
|
416
|
+
project: "stargate",
|
|
417
|
+
OFTAddress: "0x4200000000000000000000000000000000000006",
|
|
418
|
+
},
|
|
419
|
+
],
|
|
420
|
+
},
|
|
387
421
|
},
|
|
388
422
|
oracles: {
|
|
389
423
|
cmc: {
|
|
@@ -491,7 +525,7 @@ const blast = makeConfig({
|
|
|
491
525
|
blockAid: "blast",
|
|
492
526
|
externalId: {
|
|
493
527
|
zerion: "blast",
|
|
494
|
-
tenderly: "true"
|
|
528
|
+
tenderly: "true",
|
|
495
529
|
},
|
|
496
530
|
morpho: {},
|
|
497
531
|
markets: {
|
|
@@ -505,7 +539,7 @@ const blast = makeConfig({
|
|
|
505
539
|
atlasNetworkName: "ethereum-mainnet-blast",
|
|
506
540
|
routerAddress: "0x12e0B8E349C6fb7E6E40713E8125C3cF1127ea8C",
|
|
507
541
|
chainSelector: 4411394078118774322n,
|
|
508
|
-
tokenAdminRegistry: "0x846Fccd01D4115FD1E81267495773aeB33bF1dC7"
|
|
542
|
+
tokenAdminRegistry: "0x846Fccd01D4115FD1E81267495773aeB33bF1dC7",
|
|
509
543
|
},
|
|
510
544
|
rhinofi: "BLAST",
|
|
511
545
|
wormhole: {
|
|
@@ -597,7 +631,7 @@ const bob = makeConfig({
|
|
|
597
631
|
safeReorgDistance: 90000,
|
|
598
632
|
blockAid: "",
|
|
599
633
|
externalId: {
|
|
600
|
-
tenderly: "true"
|
|
634
|
+
tenderly: "true",
|
|
601
635
|
},
|
|
602
636
|
markets: {
|
|
603
637
|
icecreamswap: true,
|
|
@@ -610,8 +644,8 @@ const bob = makeConfig({
|
|
|
610
644
|
tokenAdminRegistry: "0xa57d04119AFf4884F8602213E58d8AaAD18229cb",
|
|
611
645
|
},
|
|
612
646
|
deswap: {
|
|
613
|
-
chainId: 100000021
|
|
614
|
-
}
|
|
647
|
+
chainId: 100000021,
|
|
648
|
+
},
|
|
615
649
|
},
|
|
616
650
|
morpho: {},
|
|
617
651
|
oracles: {
|
|
@@ -671,6 +705,7 @@ const bob = makeConfig({
|
|
|
671
705
|
"0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
672
706
|
"0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0",
|
|
673
707
|
"0x6c851f501a3f24e29a8e39a29591cddf09369080",
|
|
708
|
+
"0x1217BfE6c773EEC6cc4A38b5Dc45B92292B6E189",
|
|
674
709
|
],
|
|
675
710
|
watchlist: [
|
|
676
711
|
"0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de",
|
|
@@ -717,7 +752,7 @@ const boba = makeConfig({
|
|
|
717
752
|
blockAid: "",
|
|
718
753
|
externalId: {
|
|
719
754
|
debank: "boba",
|
|
720
|
-
tenderly: "true"
|
|
755
|
+
tenderly: "true",
|
|
721
756
|
},
|
|
722
757
|
morpho: {},
|
|
723
758
|
markets: {
|
|
@@ -837,14 +872,14 @@ const bsc = makeConfig({
|
|
|
837
872
|
externalId: {
|
|
838
873
|
zerion: "binance-smart-chain",
|
|
839
874
|
debank: "bsc",
|
|
840
|
-
tenderly: "true"
|
|
875
|
+
tenderly: "true",
|
|
841
876
|
},
|
|
842
877
|
morpho: {},
|
|
843
878
|
markets: {
|
|
844
879
|
airswap: true,
|
|
845
880
|
kyberswap: "bsc",
|
|
846
881
|
oneinch: {
|
|
847
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
882
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
848
883
|
},
|
|
849
884
|
paraswap: {
|
|
850
885
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -852,14 +887,14 @@ const bsc = makeConfig({
|
|
|
852
887
|
propellerswap: "bsc",
|
|
853
888
|
openocean: "bsc",
|
|
854
889
|
zeroex: true,
|
|
855
|
-
icecreamswap: true
|
|
890
|
+
icecreamswap: true,
|
|
856
891
|
},
|
|
857
892
|
bridges: {
|
|
858
893
|
chainlink: {
|
|
859
894
|
atlasNetworkName: "bsc-mainnet",
|
|
860
895
|
routerAddress: "0x34B03Cb9086d7D758AC55af71584F81A598759FE",
|
|
861
896
|
chainSelector: 11344663589394136015n,
|
|
862
|
-
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc"
|
|
897
|
+
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc",
|
|
863
898
|
},
|
|
864
899
|
rhinofi: "BINANCE",
|
|
865
900
|
stargate: {
|
|
@@ -869,7 +904,7 @@ const bsc = makeConfig({
|
|
|
869
904
|
{
|
|
870
905
|
name: "USDC",
|
|
871
906
|
id: 1,
|
|
872
|
-
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057"
|
|
907
|
+
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057",
|
|
873
908
|
},
|
|
874
909
|
{
|
|
875
910
|
name: "USDT",
|
|
@@ -880,8 +915,8 @@ const bsc = makeConfig({
|
|
|
880
915
|
name: "WXTZ",
|
|
881
916
|
type: "OFT",
|
|
882
917
|
id: 20,
|
|
883
|
-
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
884
|
-
}
|
|
918
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D",
|
|
919
|
+
},
|
|
885
920
|
],
|
|
886
921
|
},
|
|
887
922
|
wanbridge: {
|
|
@@ -891,6 +926,23 @@ const bsc = makeConfig({
|
|
|
891
926
|
chain: "Bsc",
|
|
892
927
|
timeToFinalize: 48,
|
|
893
928
|
},
|
|
929
|
+
layerzero: {
|
|
930
|
+
eid: 30102,
|
|
931
|
+
tokens: [
|
|
932
|
+
{
|
|
933
|
+
id: 3,
|
|
934
|
+
symbol: "WBTC",
|
|
935
|
+
project: "WBTC",
|
|
936
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
id: 4,
|
|
940
|
+
symbol: "WETH",
|
|
941
|
+
project: "stargate",
|
|
942
|
+
OFTAddress: "0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA",
|
|
943
|
+
},
|
|
944
|
+
],
|
|
945
|
+
},
|
|
894
946
|
},
|
|
895
947
|
oracles: {
|
|
896
948
|
cmc: {
|
|
@@ -1038,19 +1090,30 @@ const celo = makeConfig({
|
|
|
1038
1090
|
externalId: {},
|
|
1039
1091
|
markets: {
|
|
1040
1092
|
icecreamswap: true,
|
|
1041
|
-
openocean: "celo"
|
|
1093
|
+
openocean: "celo",
|
|
1042
1094
|
},
|
|
1043
1095
|
bridges: {
|
|
1044
1096
|
chainlink: {
|
|
1045
1097
|
atlasNetworkName: "celo-mainnet",
|
|
1046
1098
|
routerAddress: "0xfB48f15480926A4ADf9116Dca468bDd2EE6C5F62",
|
|
1047
1099
|
chainSelector: 1346049177634351622n,
|
|
1048
|
-
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
1100
|
+
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9",
|
|
1049
1101
|
},
|
|
1050
1102
|
wormhole: {
|
|
1051
1103
|
chain: "Celo",
|
|
1052
|
-
timeToFinalize: 10
|
|
1053
|
-
}
|
|
1104
|
+
timeToFinalize: 10,
|
|
1105
|
+
},
|
|
1106
|
+
layerzero: {
|
|
1107
|
+
eid: 30125,
|
|
1108
|
+
tokens: [
|
|
1109
|
+
{
|
|
1110
|
+
id: 4,
|
|
1111
|
+
symbol: "WETH",
|
|
1112
|
+
project: "stargate",
|
|
1113
|
+
OFTAddress: "0x122013fd7dF1C6F636a5bb8f03108E876548b455",
|
|
1114
|
+
},
|
|
1115
|
+
],
|
|
1116
|
+
},
|
|
1054
1117
|
},
|
|
1055
1118
|
morpho: {},
|
|
1056
1119
|
oracles: {
|
|
@@ -1144,7 +1207,7 @@ const corn = makeConfig({
|
|
|
1144
1207
|
safeReorgDistance: 90000,
|
|
1145
1208
|
blockAid: "",
|
|
1146
1209
|
externalId: {
|
|
1147
|
-
tenderly: "true"
|
|
1210
|
+
tenderly: "true",
|
|
1148
1211
|
},
|
|
1149
1212
|
markets: {},
|
|
1150
1213
|
bridges: {
|
|
@@ -1154,6 +1217,18 @@ const corn = makeConfig({
|
|
|
1154
1217
|
chainSelector: 9043146809313071210n,
|
|
1155
1218
|
tokenAdminRegistry: "0xCd51e57cD26b9B5eecbfe3d96DAabF3d12A663DA",
|
|
1156
1219
|
},
|
|
1220
|
+
layerzero: {
|
|
1221
|
+
eid: 30331,
|
|
1222
|
+
tokens: [
|
|
1223
|
+
{
|
|
1224
|
+
id: 1,
|
|
1225
|
+
symbol: "USDT0",
|
|
1226
|
+
project: "USDT0",
|
|
1227
|
+
OFTAddress: "0xCc174A13cF254E0455F0C73dB40b5F93c96DaaC2",
|
|
1228
|
+
address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
|
|
1229
|
+
},
|
|
1230
|
+
],
|
|
1231
|
+
},
|
|
1157
1232
|
},
|
|
1158
1233
|
oracles: {},
|
|
1159
1234
|
morpho: {
|
|
@@ -1523,6 +1598,17 @@ const gnosis = makeConfig({
|
|
|
1523
1598
|
},
|
|
1524
1599
|
],
|
|
1525
1600
|
},
|
|
1601
|
+
layerzero: {
|
|
1602
|
+
eid: 30145,
|
|
1603
|
+
tokens: [
|
|
1604
|
+
{
|
|
1605
|
+
id: 4,
|
|
1606
|
+
symbol: "WETH",
|
|
1607
|
+
project: "stargate",
|
|
1608
|
+
OFTAddress: "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
|
|
1609
|
+
},
|
|
1610
|
+
],
|
|
1611
|
+
},
|
|
1526
1612
|
},
|
|
1527
1613
|
oracles: {
|
|
1528
1614
|
cmc: {
|
|
@@ -1631,18 +1717,20 @@ const goat = makeConfig({
|
|
|
1631
1717
|
name: "ETH",
|
|
1632
1718
|
type: "OFT",
|
|
1633
1719
|
id: 13,
|
|
1634
|
-
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279"
|
|
1635
|
-
},
|
|
1720
|
+
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279",
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1636
1723
|
name: "USDC",
|
|
1637
1724
|
type: "OFT",
|
|
1638
1725
|
id: 1,
|
|
1639
|
-
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10"
|
|
1640
|
-
},
|
|
1726
|
+
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10",
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1641
1729
|
name: "USDT",
|
|
1642
1730
|
type: "OFT",
|
|
1643
1731
|
id: 2,
|
|
1644
|
-
address: "0x549943e04f40284185054145c6E4e9568C1D3241"
|
|
1645
|
-
}
|
|
1732
|
+
address: "0x549943e04f40284185054145c6E4e9568C1D3241",
|
|
1733
|
+
},
|
|
1646
1734
|
],
|
|
1647
1735
|
},
|
|
1648
1736
|
},
|
|
@@ -1920,7 +2008,7 @@ const lightlink = makeConfig({
|
|
|
1920
2008
|
morpho: {},
|
|
1921
2009
|
externalId: {},
|
|
1922
2010
|
markets: {
|
|
1923
|
-
icecreamswap: true
|
|
2011
|
+
icecreamswap: true,
|
|
1924
2012
|
},
|
|
1925
2013
|
bridges: {
|
|
1926
2014
|
stargate: {
|
|
@@ -1932,17 +2020,19 @@ const lightlink = makeConfig({
|
|
|
1932
2020
|
type: "POOL",
|
|
1933
2021
|
id: 13,
|
|
1934
2022
|
address: "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
|
|
1935
|
-
},
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
1936
2025
|
name: "USDC",
|
|
1937
2026
|
type: "OFT",
|
|
1938
2027
|
id: 1,
|
|
1939
2028
|
address: "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1940
|
-
},
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
1941
2031
|
name: "USDT",
|
|
1942
2032
|
type: "OFT",
|
|
1943
2033
|
id: 2,
|
|
1944
2034
|
address: "0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1945
|
-
}
|
|
2035
|
+
},
|
|
1946
2036
|
],
|
|
1947
2037
|
},
|
|
1948
2038
|
},
|
|
@@ -2030,7 +2120,7 @@ const linea = makeConfig({
|
|
|
2030
2120
|
blockAid: "linea",
|
|
2031
2121
|
externalId: {
|
|
2032
2122
|
zerion: "linea",
|
|
2033
|
-
tenderly: "true"
|
|
2123
|
+
tenderly: "true",
|
|
2034
2124
|
},
|
|
2035
2125
|
markets: {
|
|
2036
2126
|
kyberswap: "linea",
|
|
@@ -2038,7 +2128,7 @@ const linea = makeConfig({
|
|
|
2038
2128
|
zeroex: true,
|
|
2039
2129
|
icecreamswap: true,
|
|
2040
2130
|
oneinch: {
|
|
2041
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2131
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2042
2132
|
},
|
|
2043
2133
|
},
|
|
2044
2134
|
bridges: {
|
|
@@ -2046,7 +2136,7 @@ const linea = makeConfig({
|
|
|
2046
2136
|
atlasNetworkName: "ethereum-mainnet-linea-1",
|
|
2047
2137
|
routerAddress: "0x549FEB73F2348F6cD99b9fc8c69252034897f06C",
|
|
2048
2138
|
chainSelector: 4627098889531055414n,
|
|
2049
|
-
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534"
|
|
2139
|
+
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534",
|
|
2050
2140
|
},
|
|
2051
2141
|
rhinofi: "LINEA",
|
|
2052
2142
|
stargate: {
|
|
@@ -2065,6 +2155,17 @@ const linea = makeConfig({
|
|
|
2065
2155
|
chain: "Linea",
|
|
2066
2156
|
timeToFinalize: 1800,
|
|
2067
2157
|
},
|
|
2158
|
+
layerzero: {
|
|
2159
|
+
eid: 30183,
|
|
2160
|
+
tokens: [
|
|
2161
|
+
{
|
|
2162
|
+
id: 4,
|
|
2163
|
+
symbol: "WETH",
|
|
2164
|
+
project: "stargate",
|
|
2165
|
+
OFTAddress: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
|
|
2166
|
+
},
|
|
2167
|
+
],
|
|
2168
|
+
},
|
|
2068
2169
|
},
|
|
2069
2170
|
oracles: {
|
|
2070
2171
|
cmc: {
|
|
@@ -2159,7 +2260,7 @@ const lisk = makeConfig({
|
|
|
2159
2260
|
safeReorgDistance: 90000,
|
|
2160
2261
|
blockAid: "",
|
|
2161
2262
|
externalId: {
|
|
2162
|
-
tenderly: "true"
|
|
2263
|
+
tenderly: "true",
|
|
2163
2264
|
},
|
|
2164
2265
|
morpho: {},
|
|
2165
2266
|
markets: {},
|
|
@@ -2261,7 +2362,7 @@ const mainnet = makeConfig({
|
|
|
2261
2362
|
zerion: "ethereum",
|
|
2262
2363
|
debank: "eth",
|
|
2263
2364
|
cowswap: "mainnet",
|
|
2264
|
-
tenderly: "true"
|
|
2365
|
+
tenderly: "true",
|
|
2265
2366
|
},
|
|
2266
2367
|
rpcUrls: {
|
|
2267
2368
|
default: {
|
|
@@ -2273,7 +2374,7 @@ const mainnet = makeConfig({
|
|
|
2273
2374
|
airswap: true,
|
|
2274
2375
|
kyberswap: "ethereum",
|
|
2275
2376
|
oneinch: {
|
|
2276
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2377
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2277
2378
|
},
|
|
2278
2379
|
paraswap: {
|
|
2279
2380
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -2325,8 +2426,8 @@ const mainnet = makeConfig({
|
|
|
2325
2426
|
name: "WXTZ",
|
|
2326
2427
|
type: "OFT",
|
|
2327
2428
|
id: 20,
|
|
2328
|
-
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2329
|
-
}
|
|
2429
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
2430
|
+
},
|
|
2330
2431
|
],
|
|
2331
2432
|
},
|
|
2332
2433
|
wanbridge: {
|
|
@@ -2336,6 +2437,29 @@ const mainnet = makeConfig({
|
|
|
2336
2437
|
chain: "Ethereum",
|
|
2337
2438
|
timeToFinalize: 975,
|
|
2338
2439
|
},
|
|
2440
|
+
layerzero: {
|
|
2441
|
+
eid: 30101,
|
|
2442
|
+
tokens: [
|
|
2443
|
+
{
|
|
2444
|
+
id: 1,
|
|
2445
|
+
symbol: "USDT0",
|
|
2446
|
+
project: "USDT0",
|
|
2447
|
+
OFTAddress: "0x811ed79dB9D34E83BDB73DF6c3e07961Cfb0D5c0",
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
id: 3,
|
|
2451
|
+
symbol: "WBTC",
|
|
2452
|
+
project: "WBTC",
|
|
2453
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
id: 4,
|
|
2457
|
+
symbol: "WETH",
|
|
2458
|
+
project: "stargate",
|
|
2459
|
+
OFTAddress: "0x597e6aC6a5b2413169a9588bA5D72c73b9179929",
|
|
2460
|
+
},
|
|
2461
|
+
],
|
|
2462
|
+
},
|
|
2339
2463
|
},
|
|
2340
2464
|
oracles: {
|
|
2341
2465
|
cmc: {
|
|
@@ -2682,20 +2806,20 @@ const mantle = makeConfig({
|
|
|
2682
2806
|
safeReorgDistance: 90000,
|
|
2683
2807
|
blockAid: "",
|
|
2684
2808
|
externalId: {
|
|
2685
|
-
tenderly: "true"
|
|
2809
|
+
tenderly: "true",
|
|
2686
2810
|
},
|
|
2687
2811
|
morpho: {},
|
|
2688
2812
|
markets: {
|
|
2689
2813
|
openocean: "mantle",
|
|
2690
2814
|
zeroex: true,
|
|
2691
|
-
icecreamswap: true
|
|
2815
|
+
icecreamswap: true,
|
|
2692
2816
|
},
|
|
2693
2817
|
bridges: {
|
|
2694
2818
|
chainlink: {
|
|
2695
2819
|
atlasNetworkName: "ethereum-mainnet-mantle-1",
|
|
2696
2820
|
routerAddress: "0x670052635a9850bb45882Cb2eCcF66bCff0F41B7",
|
|
2697
2821
|
chainSelector: 1556008542357238666n,
|
|
2698
|
-
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F"
|
|
2822
|
+
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F",
|
|
2699
2823
|
},
|
|
2700
2824
|
deswap: {
|
|
2701
2825
|
chainId: 100000023,
|
|
@@ -2729,7 +2853,7 @@ const mantle = makeConfig({
|
|
|
2729
2853
|
wormhole: {
|
|
2730
2854
|
chain: "Mantle",
|
|
2731
2855
|
timeToFinalize: 1080,
|
|
2732
|
-
}
|
|
2856
|
+
},
|
|
2733
2857
|
},
|
|
2734
2858
|
oracles: {
|
|
2735
2859
|
cmc: {
|
|
@@ -2972,11 +3096,11 @@ const moonbeam = makeConfig({
|
|
|
2972
3096
|
blockAid: "",
|
|
2973
3097
|
externalId: {
|
|
2974
3098
|
debank: "mobm",
|
|
2975
|
-
tenderly: "true"
|
|
3099
|
+
tenderly: "true",
|
|
2976
3100
|
},
|
|
2977
3101
|
morpho: {},
|
|
2978
3102
|
markets: {
|
|
2979
|
-
icecreamswap: true
|
|
3103
|
+
icecreamswap: true,
|
|
2980
3104
|
},
|
|
2981
3105
|
bridges: {
|
|
2982
3106
|
wanbridge: {
|
|
@@ -2986,6 +3110,17 @@ const moonbeam = makeConfig({
|
|
|
2986
3110
|
chain: "Moonbeam",
|
|
2987
3111
|
timeToFinalize: 24,
|
|
2988
3112
|
},
|
|
3113
|
+
layerzero: {
|
|
3114
|
+
eid: 30126,
|
|
3115
|
+
tokens: [
|
|
3116
|
+
{
|
|
3117
|
+
id: 4,
|
|
3118
|
+
symbol: "WETH",
|
|
3119
|
+
project: "stargate",
|
|
3120
|
+
OFTAddress: "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f",
|
|
3121
|
+
},
|
|
3122
|
+
],
|
|
3123
|
+
},
|
|
2989
3124
|
},
|
|
2990
3125
|
oracles: {
|
|
2991
3126
|
cmc: {
|
|
@@ -3243,6 +3378,23 @@ const optimism = makeConfig({
|
|
|
3243
3378
|
chain: "Optimism",
|
|
3244
3379
|
timeToFinalize: 1026,
|
|
3245
3380
|
},
|
|
3381
|
+
layerzero: {
|
|
3382
|
+
eid: 30111,
|
|
3383
|
+
tokens: [
|
|
3384
|
+
{
|
|
3385
|
+
id: 1,
|
|
3386
|
+
symbol: "USDT0",
|
|
3387
|
+
project: "USDT0",
|
|
3388
|
+
OFTAddress: "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD",
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
id: 4,
|
|
3392
|
+
symbol: "WETH",
|
|
3393
|
+
project: "stargate",
|
|
3394
|
+
OFTAddress: "0x4200000000000000000000000000000000000006",
|
|
3395
|
+
},
|
|
3396
|
+
],
|
|
3397
|
+
},
|
|
3246
3398
|
},
|
|
3247
3399
|
oracles: {
|
|
3248
3400
|
cmc: {
|
|
@@ -3487,14 +3639,14 @@ const polygon = makeConfig({
|
|
|
3487
3639
|
externalId: {
|
|
3488
3640
|
zerion: "polygon",
|
|
3489
3641
|
debank: "matic",
|
|
3490
|
-
tenderly: "true"
|
|
3642
|
+
tenderly: "true",
|
|
3491
3643
|
},
|
|
3492
3644
|
morpho: {},
|
|
3493
3645
|
markets: {
|
|
3494
3646
|
airswap: true,
|
|
3495
3647
|
kyberswap: "polygon",
|
|
3496
3648
|
oneinch: {
|
|
3497
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
3649
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
3498
3650
|
},
|
|
3499
3651
|
paraswap: {
|
|
3500
3652
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -3502,14 +3654,14 @@ const polygon = makeConfig({
|
|
|
3502
3654
|
propellerswap: "polygon",
|
|
3503
3655
|
openocean: "polygon",
|
|
3504
3656
|
zeroex: true,
|
|
3505
|
-
icecreamswap: true
|
|
3657
|
+
icecreamswap: true,
|
|
3506
3658
|
},
|
|
3507
3659
|
bridges: {
|
|
3508
3660
|
chainlink: {
|
|
3509
3661
|
atlasNetworkName: "polygon-mainnet",
|
|
3510
3662
|
routerAddress: "0x849c5ED5a80F5B408Dd4969b78c2C8fdf0565Bfe",
|
|
3511
3663
|
chainSelector: 4051577828743386545n,
|
|
3512
|
-
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8"
|
|
3664
|
+
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8",
|
|
3513
3665
|
},
|
|
3514
3666
|
rhinofi: "MATIC_POS",
|
|
3515
3667
|
stargate: {
|
|
@@ -3535,6 +3687,17 @@ const polygon = makeConfig({
|
|
|
3535
3687
|
chain: "Polygon",
|
|
3536
3688
|
timeToFinalize: 66,
|
|
3537
3689
|
},
|
|
3690
|
+
layerzero: {
|
|
3691
|
+
eid: 30109,
|
|
3692
|
+
tokens: [
|
|
3693
|
+
{
|
|
3694
|
+
id: 4,
|
|
3695
|
+
symbol: "WETH",
|
|
3696
|
+
project: "stargate",
|
|
3697
|
+
OFTAddress: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
3698
|
+
},
|
|
3699
|
+
],
|
|
3700
|
+
},
|
|
3538
3701
|
},
|
|
3539
3702
|
oracles: {
|
|
3540
3703
|
cmc: {
|
|
@@ -4086,7 +4249,7 @@ const scroll = makeConfig({
|
|
|
4086
4249
|
blockAid: "scroll",
|
|
4087
4250
|
externalId: {
|
|
4088
4251
|
zerion: "scroll",
|
|
4089
|
-
tenderly: "true"
|
|
4252
|
+
tenderly: "true",
|
|
4090
4253
|
},
|
|
4091
4254
|
morpho: {},
|
|
4092
4255
|
markets: {
|
|
@@ -4100,7 +4263,7 @@ const scroll = makeConfig({
|
|
|
4100
4263
|
atlasNetworkName: "ethereum-mainnet-scroll-1",
|
|
4101
4264
|
routerAddress: "0x9a55E8Cab6564eb7bbd7124238932963B8Af71DC",
|
|
4102
4265
|
chainSelector: 13204309965629103672n,
|
|
4103
|
-
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4"
|
|
4266
|
+
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4",
|
|
4104
4267
|
},
|
|
4105
4268
|
rhinofi: "SCROLL",
|
|
4106
4269
|
stargate: {
|
|
@@ -4212,7 +4375,7 @@ const sei = makeConfig({
|
|
|
4212
4375
|
safeReorgDistance: 90000,
|
|
4213
4376
|
blockAid: "",
|
|
4214
4377
|
externalId: {
|
|
4215
|
-
tenderly: "true"
|
|
4378
|
+
tenderly: "true",
|
|
4216
4379
|
},
|
|
4217
4380
|
markets: {
|
|
4218
4381
|
openocean: "sei",
|
|
@@ -4223,7 +4386,7 @@ const sei = makeConfig({
|
|
|
4223
4386
|
atlasNetworkName: "sei-mainnet",
|
|
4224
4387
|
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
4225
4388
|
chainSelector: 9027416829622342829n,
|
|
4226
|
-
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
4389
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61",
|
|
4227
4390
|
},
|
|
4228
4391
|
stargate: {
|
|
4229
4392
|
endpointID: 30280,
|
|
@@ -4247,6 +4410,29 @@ const sei = makeConfig({
|
|
|
4247
4410
|
},
|
|
4248
4411
|
],
|
|
4249
4412
|
},
|
|
4413
|
+
layerzero: {
|
|
4414
|
+
eid: 30280,
|
|
4415
|
+
tokens: [
|
|
4416
|
+
{
|
|
4417
|
+
id: 1,
|
|
4418
|
+
symbol: "USDT0",
|
|
4419
|
+
project: "USDT0",
|
|
4420
|
+
OFTAddress: "0x56fe74a2e3b484b921c447357203431a3485cc60",
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
id: 3,
|
|
4424
|
+
symbol: "WBTC",
|
|
4425
|
+
project: "WBTC",
|
|
4426
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
id: 4,
|
|
4430
|
+
symbol: "WETH",
|
|
4431
|
+
project: "stargate",
|
|
4432
|
+
OFTAddress: "0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8",
|
|
4433
|
+
},
|
|
4434
|
+
],
|
|
4435
|
+
},
|
|
4250
4436
|
},
|
|
4251
4437
|
oracles: {
|
|
4252
4438
|
cmc: {
|
|
@@ -4376,6 +4562,17 @@ const sonic = makeConfig({
|
|
|
4376
4562
|
},
|
|
4377
4563
|
],
|
|
4378
4564
|
},
|
|
4565
|
+
layerzero: {
|
|
4566
|
+
eid: 30332,
|
|
4567
|
+
tokens: [
|
|
4568
|
+
{
|
|
4569
|
+
id: 3,
|
|
4570
|
+
symbol: "WBTC",
|
|
4571
|
+
project: "WBTC",
|
|
4572
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4573
|
+
},
|
|
4574
|
+
],
|
|
4575
|
+
},
|
|
4379
4576
|
},
|
|
4380
4577
|
oracles: {},
|
|
4381
4578
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4457,10 +4654,10 @@ const taiko = makeConfig({
|
|
|
4457
4654
|
safeReorgDistance: 90000,
|
|
4458
4655
|
blockAid: "",
|
|
4459
4656
|
externalId: {
|
|
4460
|
-
tenderly: "true"
|
|
4657
|
+
tenderly: "true",
|
|
4461
4658
|
},
|
|
4462
4659
|
markets: {
|
|
4463
|
-
icecreamswap: true
|
|
4660
|
+
icecreamswap: true,
|
|
4464
4661
|
},
|
|
4465
4662
|
morpho: {},
|
|
4466
4663
|
bridges: {
|
|
@@ -4483,6 +4680,17 @@ const taiko = makeConfig({
|
|
|
4483
4680
|
},
|
|
4484
4681
|
],
|
|
4485
4682
|
},
|
|
4683
|
+
layerzero: {
|
|
4684
|
+
eid: 30290,
|
|
4685
|
+
tokens: [
|
|
4686
|
+
{
|
|
4687
|
+
id: 4,
|
|
4688
|
+
symbol: "WETH",
|
|
4689
|
+
project: "stargate",
|
|
4690
|
+
OFTAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
4691
|
+
},
|
|
4692
|
+
],
|
|
4693
|
+
},
|
|
4486
4694
|
},
|
|
4487
4695
|
oracles: {
|
|
4488
4696
|
coingecko: {
|
|
@@ -4780,7 +4988,25 @@ const unichain = makeConfig({
|
|
|
4780
4988
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4781
4989
|
},
|
|
4782
4990
|
},
|
|
4783
|
-
bridges: {
|
|
4991
|
+
bridges: {
|
|
4992
|
+
layerzero: {
|
|
4993
|
+
eid: 30320,
|
|
4994
|
+
tokens: [
|
|
4995
|
+
{
|
|
4996
|
+
id: 1,
|
|
4997
|
+
symbol: "USDT0",
|
|
4998
|
+
project: "USDT0",
|
|
4999
|
+
OFTAddress: "0xc07bE8994D035631c36fb4a89C918CeFB2f03EC3",
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
id: 3,
|
|
5003
|
+
symbol: "WBTC",
|
|
5004
|
+
project: "WBTC",
|
|
5005
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
5006
|
+
},
|
|
5007
|
+
],
|
|
5008
|
+
},
|
|
5009
|
+
},
|
|
4784
5010
|
oracles: {},
|
|
4785
5011
|
morpho: {},
|
|
4786
5012
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4967,26 +5193,27 @@ const xdc = makeConfig({
|
|
|
4967
5193
|
bridges: {
|
|
4968
5194
|
stargate: {
|
|
4969
5195
|
endpointID: 30365,
|
|
4970
|
-
tokens: [
|
|
5196
|
+
tokens: [
|
|
5197
|
+
{
|
|
4971
5198
|
name: "ETH",
|
|
4972
5199
|
type: "OFT",
|
|
4973
5200
|
id: 13,
|
|
4974
|
-
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB"
|
|
5201
|
+
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB",
|
|
4975
5202
|
},
|
|
4976
5203
|
{
|
|
4977
5204
|
name: "USDC",
|
|
4978
5205
|
type: "OFT",
|
|
4979
5206
|
id: 1,
|
|
4980
|
-
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44"
|
|
5207
|
+
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44",
|
|
4981
5208
|
},
|
|
4982
5209
|
{
|
|
4983
5210
|
name: "USDT",
|
|
4984
5211
|
type: "OFT",
|
|
4985
5212
|
id: 2,
|
|
4986
|
-
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b"
|
|
5213
|
+
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b",
|
|
4987
5214
|
},
|
|
4988
|
-
]
|
|
4989
|
-
}
|
|
5215
|
+
],
|
|
5216
|
+
},
|
|
4990
5217
|
},
|
|
4991
5218
|
oracles: {},
|
|
4992
5219
|
morpho: {},
|
|
@@ -5179,12 +5406,12 @@ const zkSync = makeConfig({
|
|
|
5179
5406
|
morpho: {},
|
|
5180
5407
|
externalId: {
|
|
5181
5408
|
zerion: "zksync-era",
|
|
5182
|
-
tenderly: "true"
|
|
5409
|
+
tenderly: "true",
|
|
5183
5410
|
},
|
|
5184
5411
|
markets: {
|
|
5185
5412
|
kyberswap: "zksync",
|
|
5186
5413
|
oneinch: {
|
|
5187
|
-
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff"
|
|
5414
|
+
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff",
|
|
5188
5415
|
},
|
|
5189
5416
|
propellerswap: "zksync",
|
|
5190
5417
|
openocean: "zksync",
|
|
@@ -5194,7 +5421,7 @@ const zkSync = makeConfig({
|
|
|
5194
5421
|
atlasNetworkName: "ethereum-mainnet-zksync-1",
|
|
5195
5422
|
routerAddress: "0x748Fd769d81F5D94752bf8B0875E9301d0ba71bB",
|
|
5196
5423
|
chainSelector: 1562403441176082196n,
|
|
5197
|
-
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c"
|
|
5424
|
+
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c",
|
|
5198
5425
|
},
|
|
5199
5426
|
rhinofi: "ZKSYNC",
|
|
5200
5427
|
},
|