@gfxlabs/oku-chains 1.1.270 → 1.1.272
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 +5569 -5341
- package/dist/index-mjs.js +300 -72
- package/dist/index.js +300 -72
- package/dist/types/browser.d.ts +342 -54
- package/dist/types/index-mjs.d.ts +342 -54
- package/dist/types/index.d.ts +342 -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: {
|
|
@@ -718,7 +752,7 @@ const boba = makeConfig({
|
|
|
718
752
|
blockAid: "",
|
|
719
753
|
externalId: {
|
|
720
754
|
debank: "boba",
|
|
721
|
-
tenderly: "true"
|
|
755
|
+
tenderly: "true",
|
|
722
756
|
},
|
|
723
757
|
morpho: {},
|
|
724
758
|
markets: {
|
|
@@ -838,14 +872,14 @@ const bsc = makeConfig({
|
|
|
838
872
|
externalId: {
|
|
839
873
|
zerion: "binance-smart-chain",
|
|
840
874
|
debank: "bsc",
|
|
841
|
-
tenderly: "true"
|
|
875
|
+
tenderly: "true",
|
|
842
876
|
},
|
|
843
877
|
morpho: {},
|
|
844
878
|
markets: {
|
|
845
879
|
airswap: true,
|
|
846
880
|
kyberswap: "bsc",
|
|
847
881
|
oneinch: {
|
|
848
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
882
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
849
883
|
},
|
|
850
884
|
paraswap: {
|
|
851
885
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -853,14 +887,14 @@ const bsc = makeConfig({
|
|
|
853
887
|
propellerswap: "bsc",
|
|
854
888
|
openocean: "bsc",
|
|
855
889
|
zeroex: true,
|
|
856
|
-
icecreamswap: true
|
|
890
|
+
icecreamswap: true,
|
|
857
891
|
},
|
|
858
892
|
bridges: {
|
|
859
893
|
chainlink: {
|
|
860
894
|
atlasNetworkName: "bsc-mainnet",
|
|
861
895
|
routerAddress: "0x34B03Cb9086d7D758AC55af71584F81A598759FE",
|
|
862
896
|
chainSelector: 11344663589394136015n,
|
|
863
|
-
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc"
|
|
897
|
+
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc",
|
|
864
898
|
},
|
|
865
899
|
rhinofi: "BINANCE",
|
|
866
900
|
stargate: {
|
|
@@ -870,7 +904,7 @@ const bsc = makeConfig({
|
|
|
870
904
|
{
|
|
871
905
|
name: "USDC",
|
|
872
906
|
id: 1,
|
|
873
|
-
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057"
|
|
907
|
+
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057",
|
|
874
908
|
},
|
|
875
909
|
{
|
|
876
910
|
name: "USDT",
|
|
@@ -881,8 +915,8 @@ const bsc = makeConfig({
|
|
|
881
915
|
name: "WXTZ",
|
|
882
916
|
type: "OFT",
|
|
883
917
|
id: 20,
|
|
884
|
-
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
885
|
-
}
|
|
918
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D",
|
|
919
|
+
},
|
|
886
920
|
],
|
|
887
921
|
},
|
|
888
922
|
wanbridge: {
|
|
@@ -892,6 +926,23 @@ const bsc = makeConfig({
|
|
|
892
926
|
chain: "Bsc",
|
|
893
927
|
timeToFinalize: 48,
|
|
894
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
|
+
},
|
|
895
946
|
},
|
|
896
947
|
oracles: {
|
|
897
948
|
cmc: {
|
|
@@ -1039,19 +1090,30 @@ const celo = makeConfig({
|
|
|
1039
1090
|
externalId: {},
|
|
1040
1091
|
markets: {
|
|
1041
1092
|
icecreamswap: true,
|
|
1042
|
-
openocean: "celo"
|
|
1093
|
+
openocean: "celo",
|
|
1043
1094
|
},
|
|
1044
1095
|
bridges: {
|
|
1045
1096
|
chainlink: {
|
|
1046
1097
|
atlasNetworkName: "celo-mainnet",
|
|
1047
1098
|
routerAddress: "0xfB48f15480926A4ADf9116Dca468bDd2EE6C5F62",
|
|
1048
1099
|
chainSelector: 1346049177634351622n,
|
|
1049
|
-
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
1100
|
+
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9",
|
|
1050
1101
|
},
|
|
1051
1102
|
wormhole: {
|
|
1052
1103
|
chain: "Celo",
|
|
1053
|
-
timeToFinalize: 10
|
|
1054
|
-
}
|
|
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
|
+
},
|
|
1055
1117
|
},
|
|
1056
1118
|
morpho: {},
|
|
1057
1119
|
oracles: {
|
|
@@ -1145,7 +1207,7 @@ const corn = makeConfig({
|
|
|
1145
1207
|
safeReorgDistance: 90000,
|
|
1146
1208
|
blockAid: "",
|
|
1147
1209
|
externalId: {
|
|
1148
|
-
tenderly: "true"
|
|
1210
|
+
tenderly: "true",
|
|
1149
1211
|
},
|
|
1150
1212
|
markets: {},
|
|
1151
1213
|
bridges: {
|
|
@@ -1155,6 +1217,18 @@ const corn = makeConfig({
|
|
|
1155
1217
|
chainSelector: 9043146809313071210n,
|
|
1156
1218
|
tokenAdminRegistry: "0xCd51e57cD26b9B5eecbfe3d96DAabF3d12A663DA",
|
|
1157
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
|
+
},
|
|
1158
1232
|
},
|
|
1159
1233
|
oracles: {},
|
|
1160
1234
|
morpho: {
|
|
@@ -1524,6 +1598,17 @@ const gnosis = makeConfig({
|
|
|
1524
1598
|
},
|
|
1525
1599
|
],
|
|
1526
1600
|
},
|
|
1601
|
+
layerzero: {
|
|
1602
|
+
eid: 30145,
|
|
1603
|
+
tokens: [
|
|
1604
|
+
{
|
|
1605
|
+
id: 4,
|
|
1606
|
+
symbol: "WETH",
|
|
1607
|
+
project: "stargate",
|
|
1608
|
+
OFTAddress: "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
|
|
1609
|
+
},
|
|
1610
|
+
],
|
|
1611
|
+
},
|
|
1527
1612
|
},
|
|
1528
1613
|
oracles: {
|
|
1529
1614
|
cmc: {
|
|
@@ -1632,18 +1717,20 @@ const goat = makeConfig({
|
|
|
1632
1717
|
name: "ETH",
|
|
1633
1718
|
type: "OFT",
|
|
1634
1719
|
id: 13,
|
|
1635
|
-
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279"
|
|
1636
|
-
},
|
|
1720
|
+
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279",
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1637
1723
|
name: "USDC",
|
|
1638
1724
|
type: "OFT",
|
|
1639
1725
|
id: 1,
|
|
1640
|
-
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10"
|
|
1641
|
-
},
|
|
1726
|
+
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10",
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1642
1729
|
name: "USDT",
|
|
1643
1730
|
type: "OFT",
|
|
1644
1731
|
id: 2,
|
|
1645
|
-
address: "0x549943e04f40284185054145c6E4e9568C1D3241"
|
|
1646
|
-
}
|
|
1732
|
+
address: "0x549943e04f40284185054145c6E4e9568C1D3241",
|
|
1733
|
+
},
|
|
1647
1734
|
],
|
|
1648
1735
|
},
|
|
1649
1736
|
},
|
|
@@ -1725,7 +1812,9 @@ const hemi = makeConfig({
|
|
|
1725
1812
|
safeReorgDistance: 90000,
|
|
1726
1813
|
blockAid: "",
|
|
1727
1814
|
externalId: {},
|
|
1728
|
-
markets: {
|
|
1815
|
+
markets: {
|
|
1816
|
+
icecreamswap: true,
|
|
1817
|
+
},
|
|
1729
1818
|
bridges: {
|
|
1730
1819
|
stargate: {
|
|
1731
1820
|
endpointID: 30329,
|
|
@@ -1921,7 +2010,7 @@ const lightlink = makeConfig({
|
|
|
1921
2010
|
morpho: {},
|
|
1922
2011
|
externalId: {},
|
|
1923
2012
|
markets: {
|
|
1924
|
-
icecreamswap: true
|
|
2013
|
+
icecreamswap: true,
|
|
1925
2014
|
},
|
|
1926
2015
|
bridges: {
|
|
1927
2016
|
stargate: {
|
|
@@ -1933,17 +2022,19 @@ const lightlink = makeConfig({
|
|
|
1933
2022
|
type: "POOL",
|
|
1934
2023
|
id: 13,
|
|
1935
2024
|
address: "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
|
|
1936
|
-
},
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
1937
2027
|
name: "USDC",
|
|
1938
2028
|
type: "OFT",
|
|
1939
2029
|
id: 1,
|
|
1940
2030
|
address: "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1941
|
-
},
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
1942
2033
|
name: "USDT",
|
|
1943
2034
|
type: "OFT",
|
|
1944
2035
|
id: 2,
|
|
1945
2036
|
address: "0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1946
|
-
}
|
|
2037
|
+
},
|
|
1947
2038
|
],
|
|
1948
2039
|
},
|
|
1949
2040
|
},
|
|
@@ -2031,7 +2122,7 @@ const linea = makeConfig({
|
|
|
2031
2122
|
blockAid: "linea",
|
|
2032
2123
|
externalId: {
|
|
2033
2124
|
zerion: "linea",
|
|
2034
|
-
tenderly: "true"
|
|
2125
|
+
tenderly: "true",
|
|
2035
2126
|
},
|
|
2036
2127
|
markets: {
|
|
2037
2128
|
kyberswap: "linea",
|
|
@@ -2039,7 +2130,7 @@ const linea = makeConfig({
|
|
|
2039
2130
|
zeroex: true,
|
|
2040
2131
|
icecreamswap: true,
|
|
2041
2132
|
oneinch: {
|
|
2042
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2133
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2043
2134
|
},
|
|
2044
2135
|
},
|
|
2045
2136
|
bridges: {
|
|
@@ -2047,7 +2138,7 @@ const linea = makeConfig({
|
|
|
2047
2138
|
atlasNetworkName: "ethereum-mainnet-linea-1",
|
|
2048
2139
|
routerAddress: "0x549FEB73F2348F6cD99b9fc8c69252034897f06C",
|
|
2049
2140
|
chainSelector: 4627098889531055414n,
|
|
2050
|
-
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534"
|
|
2141
|
+
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534",
|
|
2051
2142
|
},
|
|
2052
2143
|
rhinofi: "LINEA",
|
|
2053
2144
|
stargate: {
|
|
@@ -2066,6 +2157,17 @@ const linea = makeConfig({
|
|
|
2066
2157
|
chain: "Linea",
|
|
2067
2158
|
timeToFinalize: 1800,
|
|
2068
2159
|
},
|
|
2160
|
+
layerzero: {
|
|
2161
|
+
eid: 30183,
|
|
2162
|
+
tokens: [
|
|
2163
|
+
{
|
|
2164
|
+
id: 4,
|
|
2165
|
+
symbol: "WETH",
|
|
2166
|
+
project: "stargate",
|
|
2167
|
+
OFTAddress: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
|
|
2168
|
+
},
|
|
2169
|
+
],
|
|
2170
|
+
},
|
|
2069
2171
|
},
|
|
2070
2172
|
oracles: {
|
|
2071
2173
|
cmc: {
|
|
@@ -2160,7 +2262,7 @@ const lisk = makeConfig({
|
|
|
2160
2262
|
safeReorgDistance: 90000,
|
|
2161
2263
|
blockAid: "",
|
|
2162
2264
|
externalId: {
|
|
2163
|
-
tenderly: "true"
|
|
2265
|
+
tenderly: "true",
|
|
2164
2266
|
},
|
|
2165
2267
|
morpho: {},
|
|
2166
2268
|
markets: {},
|
|
@@ -2262,7 +2364,7 @@ const mainnet = makeConfig({
|
|
|
2262
2364
|
zerion: "ethereum",
|
|
2263
2365
|
debank: "eth",
|
|
2264
2366
|
cowswap: "mainnet",
|
|
2265
|
-
tenderly: "true"
|
|
2367
|
+
tenderly: "true",
|
|
2266
2368
|
},
|
|
2267
2369
|
rpcUrls: {
|
|
2268
2370
|
default: {
|
|
@@ -2274,7 +2376,7 @@ const mainnet = makeConfig({
|
|
|
2274
2376
|
airswap: true,
|
|
2275
2377
|
kyberswap: "ethereum",
|
|
2276
2378
|
oneinch: {
|
|
2277
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2379
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2278
2380
|
},
|
|
2279
2381
|
paraswap: {
|
|
2280
2382
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -2326,8 +2428,8 @@ const mainnet = makeConfig({
|
|
|
2326
2428
|
name: "WXTZ",
|
|
2327
2429
|
type: "OFT",
|
|
2328
2430
|
id: 20,
|
|
2329
|
-
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2330
|
-
}
|
|
2431
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
2432
|
+
},
|
|
2331
2433
|
],
|
|
2332
2434
|
},
|
|
2333
2435
|
wanbridge: {
|
|
@@ -2337,6 +2439,29 @@ const mainnet = makeConfig({
|
|
|
2337
2439
|
chain: "Ethereum",
|
|
2338
2440
|
timeToFinalize: 975,
|
|
2339
2441
|
},
|
|
2442
|
+
layerzero: {
|
|
2443
|
+
eid: 30101,
|
|
2444
|
+
tokens: [
|
|
2445
|
+
{
|
|
2446
|
+
id: 1,
|
|
2447
|
+
symbol: "USDT0",
|
|
2448
|
+
project: "USDT0",
|
|
2449
|
+
OFTAddress: "0x811ed79dB9D34E83BDB73DF6c3e07961Cfb0D5c0",
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
id: 3,
|
|
2453
|
+
symbol: "WBTC",
|
|
2454
|
+
project: "WBTC",
|
|
2455
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
id: 4,
|
|
2459
|
+
symbol: "WETH",
|
|
2460
|
+
project: "stargate",
|
|
2461
|
+
OFTAddress: "0x597e6aC6a5b2413169a9588bA5D72c73b9179929",
|
|
2462
|
+
},
|
|
2463
|
+
],
|
|
2464
|
+
},
|
|
2340
2465
|
},
|
|
2341
2466
|
oracles: {
|
|
2342
2467
|
cmc: {
|
|
@@ -2683,20 +2808,20 @@ const mantle = makeConfig({
|
|
|
2683
2808
|
safeReorgDistance: 90000,
|
|
2684
2809
|
blockAid: "",
|
|
2685
2810
|
externalId: {
|
|
2686
|
-
tenderly: "true"
|
|
2811
|
+
tenderly: "true",
|
|
2687
2812
|
},
|
|
2688
2813
|
morpho: {},
|
|
2689
2814
|
markets: {
|
|
2690
2815
|
openocean: "mantle",
|
|
2691
2816
|
zeroex: true,
|
|
2692
|
-
icecreamswap: true
|
|
2817
|
+
icecreamswap: true,
|
|
2693
2818
|
},
|
|
2694
2819
|
bridges: {
|
|
2695
2820
|
chainlink: {
|
|
2696
2821
|
atlasNetworkName: "ethereum-mainnet-mantle-1",
|
|
2697
2822
|
routerAddress: "0x670052635a9850bb45882Cb2eCcF66bCff0F41B7",
|
|
2698
2823
|
chainSelector: 1556008542357238666n,
|
|
2699
|
-
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F"
|
|
2824
|
+
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F",
|
|
2700
2825
|
},
|
|
2701
2826
|
deswap: {
|
|
2702
2827
|
chainId: 100000023,
|
|
@@ -2730,7 +2855,7 @@ const mantle = makeConfig({
|
|
|
2730
2855
|
wormhole: {
|
|
2731
2856
|
chain: "Mantle",
|
|
2732
2857
|
timeToFinalize: 1080,
|
|
2733
|
-
}
|
|
2858
|
+
},
|
|
2734
2859
|
},
|
|
2735
2860
|
oracles: {
|
|
2736
2861
|
cmc: {
|
|
@@ -2973,11 +3098,11 @@ const moonbeam = makeConfig({
|
|
|
2973
3098
|
blockAid: "",
|
|
2974
3099
|
externalId: {
|
|
2975
3100
|
debank: "mobm",
|
|
2976
|
-
tenderly: "true"
|
|
3101
|
+
tenderly: "true",
|
|
2977
3102
|
},
|
|
2978
3103
|
morpho: {},
|
|
2979
3104
|
markets: {
|
|
2980
|
-
icecreamswap: true
|
|
3105
|
+
icecreamswap: true,
|
|
2981
3106
|
},
|
|
2982
3107
|
bridges: {
|
|
2983
3108
|
wanbridge: {
|
|
@@ -2987,6 +3112,17 @@ const moonbeam = makeConfig({
|
|
|
2987
3112
|
chain: "Moonbeam",
|
|
2988
3113
|
timeToFinalize: 24,
|
|
2989
3114
|
},
|
|
3115
|
+
layerzero: {
|
|
3116
|
+
eid: 30126,
|
|
3117
|
+
tokens: [
|
|
3118
|
+
{
|
|
3119
|
+
id: 4,
|
|
3120
|
+
symbol: "WETH",
|
|
3121
|
+
project: "stargate",
|
|
3122
|
+
OFTAddress: "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f",
|
|
3123
|
+
},
|
|
3124
|
+
],
|
|
3125
|
+
},
|
|
2990
3126
|
},
|
|
2991
3127
|
oracles: {
|
|
2992
3128
|
cmc: {
|
|
@@ -3244,6 +3380,23 @@ const optimism = makeConfig({
|
|
|
3244
3380
|
chain: "Optimism",
|
|
3245
3381
|
timeToFinalize: 1026,
|
|
3246
3382
|
},
|
|
3383
|
+
layerzero: {
|
|
3384
|
+
eid: 30111,
|
|
3385
|
+
tokens: [
|
|
3386
|
+
{
|
|
3387
|
+
id: 1,
|
|
3388
|
+
symbol: "USDT0",
|
|
3389
|
+
project: "USDT0",
|
|
3390
|
+
OFTAddress: "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD",
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
id: 4,
|
|
3394
|
+
symbol: "WETH",
|
|
3395
|
+
project: "stargate",
|
|
3396
|
+
OFTAddress: "0x4200000000000000000000000000000000000006",
|
|
3397
|
+
},
|
|
3398
|
+
],
|
|
3399
|
+
},
|
|
3247
3400
|
},
|
|
3248
3401
|
oracles: {
|
|
3249
3402
|
cmc: {
|
|
@@ -3488,14 +3641,14 @@ const polygon = makeConfig({
|
|
|
3488
3641
|
externalId: {
|
|
3489
3642
|
zerion: "polygon",
|
|
3490
3643
|
debank: "matic",
|
|
3491
|
-
tenderly: "true"
|
|
3644
|
+
tenderly: "true",
|
|
3492
3645
|
},
|
|
3493
3646
|
morpho: {},
|
|
3494
3647
|
markets: {
|
|
3495
3648
|
airswap: true,
|
|
3496
3649
|
kyberswap: "polygon",
|
|
3497
3650
|
oneinch: {
|
|
3498
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
3651
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
3499
3652
|
},
|
|
3500
3653
|
paraswap: {
|
|
3501
3654
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -3503,14 +3656,14 @@ const polygon = makeConfig({
|
|
|
3503
3656
|
propellerswap: "polygon",
|
|
3504
3657
|
openocean: "polygon",
|
|
3505
3658
|
zeroex: true,
|
|
3506
|
-
icecreamswap: true
|
|
3659
|
+
icecreamswap: true,
|
|
3507
3660
|
},
|
|
3508
3661
|
bridges: {
|
|
3509
3662
|
chainlink: {
|
|
3510
3663
|
atlasNetworkName: "polygon-mainnet",
|
|
3511
3664
|
routerAddress: "0x849c5ED5a80F5B408Dd4969b78c2C8fdf0565Bfe",
|
|
3512
3665
|
chainSelector: 4051577828743386545n,
|
|
3513
|
-
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8"
|
|
3666
|
+
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8",
|
|
3514
3667
|
},
|
|
3515
3668
|
rhinofi: "MATIC_POS",
|
|
3516
3669
|
stargate: {
|
|
@@ -3536,6 +3689,17 @@ const polygon = makeConfig({
|
|
|
3536
3689
|
chain: "Polygon",
|
|
3537
3690
|
timeToFinalize: 66,
|
|
3538
3691
|
},
|
|
3692
|
+
layerzero: {
|
|
3693
|
+
eid: 30109,
|
|
3694
|
+
tokens: [
|
|
3695
|
+
{
|
|
3696
|
+
id: 4,
|
|
3697
|
+
symbol: "WETH",
|
|
3698
|
+
project: "stargate",
|
|
3699
|
+
OFTAddress: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
3700
|
+
},
|
|
3701
|
+
],
|
|
3702
|
+
},
|
|
3539
3703
|
},
|
|
3540
3704
|
oracles: {
|
|
3541
3705
|
cmc: {
|
|
@@ -4087,7 +4251,7 @@ const scroll = makeConfig({
|
|
|
4087
4251
|
blockAid: "scroll",
|
|
4088
4252
|
externalId: {
|
|
4089
4253
|
zerion: "scroll",
|
|
4090
|
-
tenderly: "true"
|
|
4254
|
+
tenderly: "true",
|
|
4091
4255
|
},
|
|
4092
4256
|
morpho: {},
|
|
4093
4257
|
markets: {
|
|
@@ -4101,7 +4265,7 @@ const scroll = makeConfig({
|
|
|
4101
4265
|
atlasNetworkName: "ethereum-mainnet-scroll-1",
|
|
4102
4266
|
routerAddress: "0x9a55E8Cab6564eb7bbd7124238932963B8Af71DC",
|
|
4103
4267
|
chainSelector: 13204309965629103672n,
|
|
4104
|
-
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4"
|
|
4268
|
+
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4",
|
|
4105
4269
|
},
|
|
4106
4270
|
rhinofi: "SCROLL",
|
|
4107
4271
|
stargate: {
|
|
@@ -4213,7 +4377,7 @@ const sei = makeConfig({
|
|
|
4213
4377
|
safeReorgDistance: 90000,
|
|
4214
4378
|
blockAid: "",
|
|
4215
4379
|
externalId: {
|
|
4216
|
-
tenderly: "true"
|
|
4380
|
+
tenderly: "true",
|
|
4217
4381
|
},
|
|
4218
4382
|
markets: {
|
|
4219
4383
|
openocean: "sei",
|
|
@@ -4224,7 +4388,7 @@ const sei = makeConfig({
|
|
|
4224
4388
|
atlasNetworkName: "sei-mainnet",
|
|
4225
4389
|
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
4226
4390
|
chainSelector: 9027416829622342829n,
|
|
4227
|
-
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
4391
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61",
|
|
4228
4392
|
},
|
|
4229
4393
|
stargate: {
|
|
4230
4394
|
endpointID: 30280,
|
|
@@ -4248,6 +4412,29 @@ const sei = makeConfig({
|
|
|
4248
4412
|
},
|
|
4249
4413
|
],
|
|
4250
4414
|
},
|
|
4415
|
+
layerzero: {
|
|
4416
|
+
eid: 30280,
|
|
4417
|
+
tokens: [
|
|
4418
|
+
{
|
|
4419
|
+
id: 1,
|
|
4420
|
+
symbol: "USDT0",
|
|
4421
|
+
project: "USDT0",
|
|
4422
|
+
OFTAddress: "0x56fe74a2e3b484b921c447357203431a3485cc60",
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
id: 3,
|
|
4426
|
+
symbol: "WBTC",
|
|
4427
|
+
project: "WBTC",
|
|
4428
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
id: 4,
|
|
4432
|
+
symbol: "WETH",
|
|
4433
|
+
project: "stargate",
|
|
4434
|
+
OFTAddress: "0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8",
|
|
4435
|
+
},
|
|
4436
|
+
],
|
|
4437
|
+
},
|
|
4251
4438
|
},
|
|
4252
4439
|
oracles: {
|
|
4253
4440
|
cmc: {
|
|
@@ -4377,6 +4564,17 @@ const sonic = makeConfig({
|
|
|
4377
4564
|
},
|
|
4378
4565
|
],
|
|
4379
4566
|
},
|
|
4567
|
+
layerzero: {
|
|
4568
|
+
eid: 30332,
|
|
4569
|
+
tokens: [
|
|
4570
|
+
{
|
|
4571
|
+
id: 3,
|
|
4572
|
+
symbol: "WBTC",
|
|
4573
|
+
project: "WBTC",
|
|
4574
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4575
|
+
},
|
|
4576
|
+
],
|
|
4577
|
+
},
|
|
4380
4578
|
},
|
|
4381
4579
|
oracles: {},
|
|
4382
4580
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4458,10 +4656,10 @@ const taiko = makeConfig({
|
|
|
4458
4656
|
safeReorgDistance: 90000,
|
|
4459
4657
|
blockAid: "",
|
|
4460
4658
|
externalId: {
|
|
4461
|
-
tenderly: "true"
|
|
4659
|
+
tenderly: "true",
|
|
4462
4660
|
},
|
|
4463
4661
|
markets: {
|
|
4464
|
-
icecreamswap: true
|
|
4662
|
+
icecreamswap: true,
|
|
4465
4663
|
},
|
|
4466
4664
|
morpho: {},
|
|
4467
4665
|
bridges: {
|
|
@@ -4484,6 +4682,17 @@ const taiko = makeConfig({
|
|
|
4484
4682
|
},
|
|
4485
4683
|
],
|
|
4486
4684
|
},
|
|
4685
|
+
layerzero: {
|
|
4686
|
+
eid: 30290,
|
|
4687
|
+
tokens: [
|
|
4688
|
+
{
|
|
4689
|
+
id: 4,
|
|
4690
|
+
symbol: "WETH",
|
|
4691
|
+
project: "stargate",
|
|
4692
|
+
OFTAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
4693
|
+
},
|
|
4694
|
+
],
|
|
4695
|
+
},
|
|
4487
4696
|
},
|
|
4488
4697
|
oracles: {
|
|
4489
4698
|
coingecko: {
|
|
@@ -4781,7 +4990,25 @@ const unichain = makeConfig({
|
|
|
4781
4990
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4782
4991
|
},
|
|
4783
4992
|
},
|
|
4784
|
-
bridges: {
|
|
4993
|
+
bridges: {
|
|
4994
|
+
layerzero: {
|
|
4995
|
+
eid: 30320,
|
|
4996
|
+
tokens: [
|
|
4997
|
+
{
|
|
4998
|
+
id: 1,
|
|
4999
|
+
symbol: "USDT0",
|
|
5000
|
+
project: "USDT0",
|
|
5001
|
+
OFTAddress: "0xc07bE8994D035631c36fb4a89C918CeFB2f03EC3",
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
id: 3,
|
|
5005
|
+
symbol: "WBTC",
|
|
5006
|
+
project: "WBTC",
|
|
5007
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
5008
|
+
},
|
|
5009
|
+
],
|
|
5010
|
+
},
|
|
5011
|
+
},
|
|
4785
5012
|
oracles: {},
|
|
4786
5013
|
morpho: {},
|
|
4787
5014
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4968,26 +5195,27 @@ const xdc = makeConfig({
|
|
|
4968
5195
|
bridges: {
|
|
4969
5196
|
stargate: {
|
|
4970
5197
|
endpointID: 30365,
|
|
4971
|
-
tokens: [
|
|
5198
|
+
tokens: [
|
|
5199
|
+
{
|
|
4972
5200
|
name: "ETH",
|
|
4973
5201
|
type: "OFT",
|
|
4974
5202
|
id: 13,
|
|
4975
|
-
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB"
|
|
5203
|
+
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB",
|
|
4976
5204
|
},
|
|
4977
5205
|
{
|
|
4978
5206
|
name: "USDC",
|
|
4979
5207
|
type: "OFT",
|
|
4980
5208
|
id: 1,
|
|
4981
|
-
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44"
|
|
5209
|
+
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44",
|
|
4982
5210
|
},
|
|
4983
5211
|
{
|
|
4984
5212
|
name: "USDT",
|
|
4985
5213
|
type: "OFT",
|
|
4986
5214
|
id: 2,
|
|
4987
|
-
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b"
|
|
5215
|
+
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b",
|
|
4988
5216
|
},
|
|
4989
|
-
]
|
|
4990
|
-
}
|
|
5217
|
+
],
|
|
5218
|
+
},
|
|
4991
5219
|
},
|
|
4992
5220
|
oracles: {},
|
|
4993
5221
|
morpho: {},
|
|
@@ -5180,12 +5408,12 @@ const zkSync = makeConfig({
|
|
|
5180
5408
|
morpho: {},
|
|
5181
5409
|
externalId: {
|
|
5182
5410
|
zerion: "zksync-era",
|
|
5183
|
-
tenderly: "true"
|
|
5411
|
+
tenderly: "true",
|
|
5184
5412
|
},
|
|
5185
5413
|
markets: {
|
|
5186
5414
|
kyberswap: "zksync",
|
|
5187
5415
|
oneinch: {
|
|
5188
|
-
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff"
|
|
5416
|
+
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff",
|
|
5189
5417
|
},
|
|
5190
5418
|
propellerswap: "zksync",
|
|
5191
5419
|
openocean: "zksync",
|
|
@@ -5195,7 +5423,7 @@ const zkSync = makeConfig({
|
|
|
5195
5423
|
atlasNetworkName: "ethereum-mainnet-zksync-1",
|
|
5196
5424
|
routerAddress: "0x748Fd769d81F5D94752bf8B0875E9301d0ba71bB",
|
|
5197
5425
|
chainSelector: 1562403441176082196n,
|
|
5198
|
-
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c"
|
|
5426
|
+
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c",
|
|
5199
5427
|
},
|
|
5200
5428
|
rhinofi: "ZKSYNC",
|
|
5201
5429
|
},
|