@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-mjs.js
CHANGED
|
@@ -19,12 +19,12 @@ const arbitrum = makeConfig({
|
|
|
19
19
|
zerion: "arbitrum",
|
|
20
20
|
debank: "arb",
|
|
21
21
|
cowswap: "arbitrum_one",
|
|
22
|
-
tenderly: "true"
|
|
22
|
+
tenderly: "true",
|
|
23
23
|
},
|
|
24
24
|
markets: {
|
|
25
25
|
kyberswap: "arbitrum",
|
|
26
26
|
oneinch: {
|
|
27
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
27
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
28
28
|
},
|
|
29
29
|
paraswap: {
|
|
30
30
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -33,14 +33,14 @@ const arbitrum = makeConfig({
|
|
|
33
33
|
openocean: "arbitrum",
|
|
34
34
|
zeroex: true,
|
|
35
35
|
cowswap: "arbitrum_one",
|
|
36
|
-
icecreamswap: true
|
|
36
|
+
icecreamswap: true,
|
|
37
37
|
},
|
|
38
38
|
bridges: {
|
|
39
39
|
chainlink: {
|
|
40
40
|
atlasNetworkName: "ethereum-mainnet-arbitrum-1",
|
|
41
41
|
routerAddress: "0x141fa059441E0ca23ce184B6A78bafD2A517DdE8",
|
|
42
42
|
chainSelector: 4949039107694359620n,
|
|
43
|
-
tokenAdminRegistry: "0x39AE1032cF4B334a1Ed41cdD0833bdD7c7E7751E"
|
|
43
|
+
tokenAdminRegistry: "0x39AE1032cF4B334a1Ed41cdD0833bdD7c7E7751E",
|
|
44
44
|
},
|
|
45
45
|
rhinofi: "ARBITRUM",
|
|
46
46
|
stargate: {
|
|
@@ -66,8 +66,25 @@ const arbitrum = makeConfig({
|
|
|
66
66
|
name: "WXTZ",
|
|
67
67
|
type: "OFT",
|
|
68
68
|
id: 20,
|
|
69
|
-
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D"
|
|
70
|
-
}
|
|
69
|
+
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D",
|
|
70
|
+
},
|
|
71
|
+
],
|
|
72
|
+
},
|
|
73
|
+
layerzero: {
|
|
74
|
+
eid: 30110,
|
|
75
|
+
tokens: [
|
|
76
|
+
{
|
|
77
|
+
id: 1,
|
|
78
|
+
symbol: "USDT0",
|
|
79
|
+
project: "USDT0",
|
|
80
|
+
OFTAddress: "0x238a52455a1ef6c987cac94b28b4081afe50ba06",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
id: 4,
|
|
84
|
+
symbol: "WETH",
|
|
85
|
+
project: "stargate",
|
|
86
|
+
OFTAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
87
|
+
},
|
|
71
88
|
],
|
|
72
89
|
},
|
|
73
90
|
wanbridge: {
|
|
@@ -330,12 +347,12 @@ const base = makeConfig({
|
|
|
330
347
|
externalId: {
|
|
331
348
|
zerion: "base",
|
|
332
349
|
debank: "base",
|
|
333
|
-
tenderly: "true"
|
|
350
|
+
tenderly: "true",
|
|
334
351
|
},
|
|
335
352
|
markets: {
|
|
336
353
|
kyberswap: "base",
|
|
337
354
|
oneinch: {
|
|
338
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
355
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
339
356
|
},
|
|
340
357
|
paraswap: {
|
|
341
358
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -343,14 +360,14 @@ const base = makeConfig({
|
|
|
343
360
|
openocean: "base",
|
|
344
361
|
zeroex: true,
|
|
345
362
|
icecreamswap: true,
|
|
346
|
-
cowswap: "base"
|
|
363
|
+
cowswap: "base",
|
|
347
364
|
},
|
|
348
365
|
bridges: {
|
|
349
366
|
chainlink: {
|
|
350
367
|
atlasNetworkName: "ethereum-mainnet-base-1",
|
|
351
368
|
routerAddress: "0x881e3A65B4d4a04dD529061dd0071cf975F58bCD",
|
|
352
369
|
chainSelector: 15971525489660198786n,
|
|
353
|
-
tokenAdminRegistry: "0x6f6C373d09C07425BaAE72317863d7F6bb731e37"
|
|
370
|
+
tokenAdminRegistry: "0x6f6C373d09C07425BaAE72317863d7F6bb731e37",
|
|
354
371
|
},
|
|
355
372
|
rhinofi: "BASE",
|
|
356
373
|
stargate: {
|
|
@@ -371,8 +388,8 @@ const base = makeConfig({
|
|
|
371
388
|
name: "WXTZ",
|
|
372
389
|
type: "OFT",
|
|
373
390
|
id: 20,
|
|
374
|
-
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
375
|
-
}
|
|
391
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D",
|
|
392
|
+
},
|
|
376
393
|
],
|
|
377
394
|
},
|
|
378
395
|
wanbridge: {
|
|
@@ -382,6 +399,23 @@ const base = makeConfig({
|
|
|
382
399
|
chain: "Base",
|
|
383
400
|
timeToFinalize: 1800,
|
|
384
401
|
},
|
|
402
|
+
layerzero: {
|
|
403
|
+
eid: 30184,
|
|
404
|
+
tokens: [
|
|
405
|
+
{
|
|
406
|
+
id: 3,
|
|
407
|
+
symbol: "WBTC",
|
|
408
|
+
project: "WBTC",
|
|
409
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
id: 4,
|
|
413
|
+
symbol: "WETH",
|
|
414
|
+
project: "stargate",
|
|
415
|
+
OFTAddress: "0x4200000000000000000000000000000000000006",
|
|
416
|
+
},
|
|
417
|
+
],
|
|
418
|
+
},
|
|
385
419
|
},
|
|
386
420
|
oracles: {
|
|
387
421
|
cmc: {
|
|
@@ -489,7 +523,7 @@ const blast = makeConfig({
|
|
|
489
523
|
blockAid: "blast",
|
|
490
524
|
externalId: {
|
|
491
525
|
zerion: "blast",
|
|
492
|
-
tenderly: "true"
|
|
526
|
+
tenderly: "true",
|
|
493
527
|
},
|
|
494
528
|
morpho: {},
|
|
495
529
|
markets: {
|
|
@@ -503,7 +537,7 @@ const blast = makeConfig({
|
|
|
503
537
|
atlasNetworkName: "ethereum-mainnet-blast",
|
|
504
538
|
routerAddress: "0x12e0B8E349C6fb7E6E40713E8125C3cF1127ea8C",
|
|
505
539
|
chainSelector: 4411394078118774322n,
|
|
506
|
-
tokenAdminRegistry: "0x846Fccd01D4115FD1E81267495773aeB33bF1dC7"
|
|
540
|
+
tokenAdminRegistry: "0x846Fccd01D4115FD1E81267495773aeB33bF1dC7",
|
|
507
541
|
},
|
|
508
542
|
rhinofi: "BLAST",
|
|
509
543
|
wormhole: {
|
|
@@ -716,7 +750,7 @@ const boba = makeConfig({
|
|
|
716
750
|
blockAid: "",
|
|
717
751
|
externalId: {
|
|
718
752
|
debank: "boba",
|
|
719
|
-
tenderly: "true"
|
|
753
|
+
tenderly: "true",
|
|
720
754
|
},
|
|
721
755
|
morpho: {},
|
|
722
756
|
markets: {
|
|
@@ -836,14 +870,14 @@ const bsc = makeConfig({
|
|
|
836
870
|
externalId: {
|
|
837
871
|
zerion: "binance-smart-chain",
|
|
838
872
|
debank: "bsc",
|
|
839
|
-
tenderly: "true"
|
|
873
|
+
tenderly: "true",
|
|
840
874
|
},
|
|
841
875
|
morpho: {},
|
|
842
876
|
markets: {
|
|
843
877
|
airswap: true,
|
|
844
878
|
kyberswap: "bsc",
|
|
845
879
|
oneinch: {
|
|
846
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
880
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
847
881
|
},
|
|
848
882
|
paraswap: {
|
|
849
883
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -851,14 +885,14 @@ const bsc = makeConfig({
|
|
|
851
885
|
propellerswap: "bsc",
|
|
852
886
|
openocean: "bsc",
|
|
853
887
|
zeroex: true,
|
|
854
|
-
icecreamswap: true
|
|
888
|
+
icecreamswap: true,
|
|
855
889
|
},
|
|
856
890
|
bridges: {
|
|
857
891
|
chainlink: {
|
|
858
892
|
atlasNetworkName: "bsc-mainnet",
|
|
859
893
|
routerAddress: "0x34B03Cb9086d7D758AC55af71584F81A598759FE",
|
|
860
894
|
chainSelector: 11344663589394136015n,
|
|
861
|
-
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc"
|
|
895
|
+
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc",
|
|
862
896
|
},
|
|
863
897
|
rhinofi: "BINANCE",
|
|
864
898
|
stargate: {
|
|
@@ -868,7 +902,7 @@ const bsc = makeConfig({
|
|
|
868
902
|
{
|
|
869
903
|
name: "USDC",
|
|
870
904
|
id: 1,
|
|
871
|
-
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057"
|
|
905
|
+
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057",
|
|
872
906
|
},
|
|
873
907
|
{
|
|
874
908
|
name: "USDT",
|
|
@@ -879,8 +913,8 @@ const bsc = makeConfig({
|
|
|
879
913
|
name: "WXTZ",
|
|
880
914
|
type: "OFT",
|
|
881
915
|
id: 20,
|
|
882
|
-
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
883
|
-
}
|
|
916
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D",
|
|
917
|
+
},
|
|
884
918
|
],
|
|
885
919
|
},
|
|
886
920
|
wanbridge: {
|
|
@@ -890,6 +924,23 @@ const bsc = makeConfig({
|
|
|
890
924
|
chain: "Bsc",
|
|
891
925
|
timeToFinalize: 48,
|
|
892
926
|
},
|
|
927
|
+
layerzero: {
|
|
928
|
+
eid: 30102,
|
|
929
|
+
tokens: [
|
|
930
|
+
{
|
|
931
|
+
id: 3,
|
|
932
|
+
symbol: "WBTC",
|
|
933
|
+
project: "WBTC",
|
|
934
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
id: 4,
|
|
938
|
+
symbol: "WETH",
|
|
939
|
+
project: "stargate",
|
|
940
|
+
OFTAddress: "0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA",
|
|
941
|
+
},
|
|
942
|
+
],
|
|
943
|
+
},
|
|
893
944
|
},
|
|
894
945
|
oracles: {
|
|
895
946
|
cmc: {
|
|
@@ -1037,19 +1088,30 @@ const celo = makeConfig({
|
|
|
1037
1088
|
externalId: {},
|
|
1038
1089
|
markets: {
|
|
1039
1090
|
icecreamswap: true,
|
|
1040
|
-
openocean: "celo"
|
|
1091
|
+
openocean: "celo",
|
|
1041
1092
|
},
|
|
1042
1093
|
bridges: {
|
|
1043
1094
|
chainlink: {
|
|
1044
1095
|
atlasNetworkName: "celo-mainnet",
|
|
1045
1096
|
routerAddress: "0xfB48f15480926A4ADf9116Dca468bDd2EE6C5F62",
|
|
1046
1097
|
chainSelector: 1346049177634351622n,
|
|
1047
|
-
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
1098
|
+
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9",
|
|
1048
1099
|
},
|
|
1049
1100
|
wormhole: {
|
|
1050
1101
|
chain: "Celo",
|
|
1051
|
-
timeToFinalize: 10
|
|
1052
|
-
}
|
|
1102
|
+
timeToFinalize: 10,
|
|
1103
|
+
},
|
|
1104
|
+
layerzero: {
|
|
1105
|
+
eid: 30125,
|
|
1106
|
+
tokens: [
|
|
1107
|
+
{
|
|
1108
|
+
id: 4,
|
|
1109
|
+
symbol: "WETH",
|
|
1110
|
+
project: "stargate",
|
|
1111
|
+
OFTAddress: "0x122013fd7dF1C6F636a5bb8f03108E876548b455",
|
|
1112
|
+
},
|
|
1113
|
+
],
|
|
1114
|
+
},
|
|
1053
1115
|
},
|
|
1054
1116
|
morpho: {},
|
|
1055
1117
|
oracles: {
|
|
@@ -1143,7 +1205,7 @@ const corn = makeConfig({
|
|
|
1143
1205
|
safeReorgDistance: 90000,
|
|
1144
1206
|
blockAid: "",
|
|
1145
1207
|
externalId: {
|
|
1146
|
-
tenderly: "true"
|
|
1208
|
+
tenderly: "true",
|
|
1147
1209
|
},
|
|
1148
1210
|
markets: {},
|
|
1149
1211
|
bridges: {
|
|
@@ -1153,6 +1215,18 @@ const corn = makeConfig({
|
|
|
1153
1215
|
chainSelector: 9043146809313071210n,
|
|
1154
1216
|
tokenAdminRegistry: "0xCd51e57cD26b9B5eecbfe3d96DAabF3d12A663DA",
|
|
1155
1217
|
},
|
|
1218
|
+
layerzero: {
|
|
1219
|
+
eid: 30331,
|
|
1220
|
+
tokens: [
|
|
1221
|
+
{
|
|
1222
|
+
id: 1,
|
|
1223
|
+
symbol: "USDT0",
|
|
1224
|
+
project: "USDT0",
|
|
1225
|
+
OFTAddress: "0xCc174A13cF254E0455F0C73dB40b5F93c96DaaC2",
|
|
1226
|
+
address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
|
|
1227
|
+
},
|
|
1228
|
+
],
|
|
1229
|
+
},
|
|
1156
1230
|
},
|
|
1157
1231
|
oracles: {},
|
|
1158
1232
|
morpho: {
|
|
@@ -1522,6 +1596,17 @@ const gnosis = makeConfig({
|
|
|
1522
1596
|
},
|
|
1523
1597
|
],
|
|
1524
1598
|
},
|
|
1599
|
+
layerzero: {
|
|
1600
|
+
eid: 30145,
|
|
1601
|
+
tokens: [
|
|
1602
|
+
{
|
|
1603
|
+
id: 4,
|
|
1604
|
+
symbol: "WETH",
|
|
1605
|
+
project: "stargate",
|
|
1606
|
+
OFTAddress: "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
|
|
1607
|
+
},
|
|
1608
|
+
],
|
|
1609
|
+
},
|
|
1525
1610
|
},
|
|
1526
1611
|
oracles: {
|
|
1527
1612
|
cmc: {
|
|
@@ -1630,18 +1715,20 @@ const goat = makeConfig({
|
|
|
1630
1715
|
name: "ETH",
|
|
1631
1716
|
type: "OFT",
|
|
1632
1717
|
id: 13,
|
|
1633
|
-
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279"
|
|
1634
|
-
},
|
|
1718
|
+
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279",
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1635
1721
|
name: "USDC",
|
|
1636
1722
|
type: "OFT",
|
|
1637
1723
|
id: 1,
|
|
1638
|
-
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10"
|
|
1639
|
-
},
|
|
1724
|
+
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10",
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1640
1727
|
name: "USDT",
|
|
1641
1728
|
type: "OFT",
|
|
1642
1729
|
id: 2,
|
|
1643
|
-
address: "0x549943e04f40284185054145c6E4e9568C1D3241"
|
|
1644
|
-
}
|
|
1730
|
+
address: "0x549943e04f40284185054145c6E4e9568C1D3241",
|
|
1731
|
+
},
|
|
1645
1732
|
],
|
|
1646
1733
|
},
|
|
1647
1734
|
},
|
|
@@ -1723,7 +1810,9 @@ const hemi = makeConfig({
|
|
|
1723
1810
|
safeReorgDistance: 90000,
|
|
1724
1811
|
blockAid: "",
|
|
1725
1812
|
externalId: {},
|
|
1726
|
-
markets: {
|
|
1813
|
+
markets: {
|
|
1814
|
+
icecreamswap: true,
|
|
1815
|
+
},
|
|
1727
1816
|
bridges: {
|
|
1728
1817
|
stargate: {
|
|
1729
1818
|
endpointID: 30329,
|
|
@@ -1919,7 +2008,7 @@ const lightlink = makeConfig({
|
|
|
1919
2008
|
morpho: {},
|
|
1920
2009
|
externalId: {},
|
|
1921
2010
|
markets: {
|
|
1922
|
-
icecreamswap: true
|
|
2011
|
+
icecreamswap: true,
|
|
1923
2012
|
},
|
|
1924
2013
|
bridges: {
|
|
1925
2014
|
stargate: {
|
|
@@ -1931,17 +2020,19 @@ const lightlink = makeConfig({
|
|
|
1931
2020
|
type: "POOL",
|
|
1932
2021
|
id: 13,
|
|
1933
2022
|
address: "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
|
|
1934
|
-
},
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
1935
2025
|
name: "USDC",
|
|
1936
2026
|
type: "OFT",
|
|
1937
2027
|
id: 1,
|
|
1938
2028
|
address: "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1939
|
-
},
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
1940
2031
|
name: "USDT",
|
|
1941
2032
|
type: "OFT",
|
|
1942
2033
|
id: 2,
|
|
1943
2034
|
address: "0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1944
|
-
}
|
|
2035
|
+
},
|
|
1945
2036
|
],
|
|
1946
2037
|
},
|
|
1947
2038
|
},
|
|
@@ -2029,7 +2120,7 @@ const linea = makeConfig({
|
|
|
2029
2120
|
blockAid: "linea",
|
|
2030
2121
|
externalId: {
|
|
2031
2122
|
zerion: "linea",
|
|
2032
|
-
tenderly: "true"
|
|
2123
|
+
tenderly: "true",
|
|
2033
2124
|
},
|
|
2034
2125
|
markets: {
|
|
2035
2126
|
kyberswap: "linea",
|
|
@@ -2037,7 +2128,7 @@ const linea = makeConfig({
|
|
|
2037
2128
|
zeroex: true,
|
|
2038
2129
|
icecreamswap: true,
|
|
2039
2130
|
oneinch: {
|
|
2040
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2131
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2041
2132
|
},
|
|
2042
2133
|
},
|
|
2043
2134
|
bridges: {
|
|
@@ -2045,7 +2136,7 @@ const linea = makeConfig({
|
|
|
2045
2136
|
atlasNetworkName: "ethereum-mainnet-linea-1",
|
|
2046
2137
|
routerAddress: "0x549FEB73F2348F6cD99b9fc8c69252034897f06C",
|
|
2047
2138
|
chainSelector: 4627098889531055414n,
|
|
2048
|
-
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534"
|
|
2139
|
+
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534",
|
|
2049
2140
|
},
|
|
2050
2141
|
rhinofi: "LINEA",
|
|
2051
2142
|
stargate: {
|
|
@@ -2064,6 +2155,17 @@ const linea = makeConfig({
|
|
|
2064
2155
|
chain: "Linea",
|
|
2065
2156
|
timeToFinalize: 1800,
|
|
2066
2157
|
},
|
|
2158
|
+
layerzero: {
|
|
2159
|
+
eid: 30183,
|
|
2160
|
+
tokens: [
|
|
2161
|
+
{
|
|
2162
|
+
id: 4,
|
|
2163
|
+
symbol: "WETH",
|
|
2164
|
+
project: "stargate",
|
|
2165
|
+
OFTAddress: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
|
|
2166
|
+
},
|
|
2167
|
+
],
|
|
2168
|
+
},
|
|
2067
2169
|
},
|
|
2068
2170
|
oracles: {
|
|
2069
2171
|
cmc: {
|
|
@@ -2158,7 +2260,7 @@ const lisk = makeConfig({
|
|
|
2158
2260
|
safeReorgDistance: 90000,
|
|
2159
2261
|
blockAid: "",
|
|
2160
2262
|
externalId: {
|
|
2161
|
-
tenderly: "true"
|
|
2263
|
+
tenderly: "true",
|
|
2162
2264
|
},
|
|
2163
2265
|
morpho: {},
|
|
2164
2266
|
markets: {},
|
|
@@ -2260,7 +2362,7 @@ const mainnet = makeConfig({
|
|
|
2260
2362
|
zerion: "ethereum",
|
|
2261
2363
|
debank: "eth",
|
|
2262
2364
|
cowswap: "mainnet",
|
|
2263
|
-
tenderly: "true"
|
|
2365
|
+
tenderly: "true",
|
|
2264
2366
|
},
|
|
2265
2367
|
rpcUrls: {
|
|
2266
2368
|
default: {
|
|
@@ -2272,7 +2374,7 @@ const mainnet = makeConfig({
|
|
|
2272
2374
|
airswap: true,
|
|
2273
2375
|
kyberswap: "ethereum",
|
|
2274
2376
|
oneinch: {
|
|
2275
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2377
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2276
2378
|
},
|
|
2277
2379
|
paraswap: {
|
|
2278
2380
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -2324,8 +2426,8 @@ const mainnet = makeConfig({
|
|
|
2324
2426
|
name: "WXTZ",
|
|
2325
2427
|
type: "OFT",
|
|
2326
2428
|
id: 20,
|
|
2327
|
-
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2328
|
-
}
|
|
2429
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
2430
|
+
},
|
|
2329
2431
|
],
|
|
2330
2432
|
},
|
|
2331
2433
|
wanbridge: {
|
|
@@ -2335,6 +2437,29 @@ const mainnet = makeConfig({
|
|
|
2335
2437
|
chain: "Ethereum",
|
|
2336
2438
|
timeToFinalize: 975,
|
|
2337
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
|
+
},
|
|
2338
2463
|
},
|
|
2339
2464
|
oracles: {
|
|
2340
2465
|
cmc: {
|
|
@@ -2681,20 +2806,20 @@ const mantle = makeConfig({
|
|
|
2681
2806
|
safeReorgDistance: 90000,
|
|
2682
2807
|
blockAid: "",
|
|
2683
2808
|
externalId: {
|
|
2684
|
-
tenderly: "true"
|
|
2809
|
+
tenderly: "true",
|
|
2685
2810
|
},
|
|
2686
2811
|
morpho: {},
|
|
2687
2812
|
markets: {
|
|
2688
2813
|
openocean: "mantle",
|
|
2689
2814
|
zeroex: true,
|
|
2690
|
-
icecreamswap: true
|
|
2815
|
+
icecreamswap: true,
|
|
2691
2816
|
},
|
|
2692
2817
|
bridges: {
|
|
2693
2818
|
chainlink: {
|
|
2694
2819
|
atlasNetworkName: "ethereum-mainnet-mantle-1",
|
|
2695
2820
|
routerAddress: "0x670052635a9850bb45882Cb2eCcF66bCff0F41B7",
|
|
2696
2821
|
chainSelector: 1556008542357238666n,
|
|
2697
|
-
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F"
|
|
2822
|
+
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F",
|
|
2698
2823
|
},
|
|
2699
2824
|
deswap: {
|
|
2700
2825
|
chainId: 100000023,
|
|
@@ -2728,7 +2853,7 @@ const mantle = makeConfig({
|
|
|
2728
2853
|
wormhole: {
|
|
2729
2854
|
chain: "Mantle",
|
|
2730
2855
|
timeToFinalize: 1080,
|
|
2731
|
-
}
|
|
2856
|
+
},
|
|
2732
2857
|
},
|
|
2733
2858
|
oracles: {
|
|
2734
2859
|
cmc: {
|
|
@@ -2971,11 +3096,11 @@ const moonbeam = makeConfig({
|
|
|
2971
3096
|
blockAid: "",
|
|
2972
3097
|
externalId: {
|
|
2973
3098
|
debank: "mobm",
|
|
2974
|
-
tenderly: "true"
|
|
3099
|
+
tenderly: "true",
|
|
2975
3100
|
},
|
|
2976
3101
|
morpho: {},
|
|
2977
3102
|
markets: {
|
|
2978
|
-
icecreamswap: true
|
|
3103
|
+
icecreamswap: true,
|
|
2979
3104
|
},
|
|
2980
3105
|
bridges: {
|
|
2981
3106
|
wanbridge: {
|
|
@@ -2985,6 +3110,17 @@ const moonbeam = makeConfig({
|
|
|
2985
3110
|
chain: "Moonbeam",
|
|
2986
3111
|
timeToFinalize: 24,
|
|
2987
3112
|
},
|
|
3113
|
+
layerzero: {
|
|
3114
|
+
eid: 30126,
|
|
3115
|
+
tokens: [
|
|
3116
|
+
{
|
|
3117
|
+
id: 4,
|
|
3118
|
+
symbol: "WETH",
|
|
3119
|
+
project: "stargate",
|
|
3120
|
+
OFTAddress: "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f",
|
|
3121
|
+
},
|
|
3122
|
+
],
|
|
3123
|
+
},
|
|
2988
3124
|
},
|
|
2989
3125
|
oracles: {
|
|
2990
3126
|
cmc: {
|
|
@@ -3242,6 +3378,23 @@ const optimism = makeConfig({
|
|
|
3242
3378
|
chain: "Optimism",
|
|
3243
3379
|
timeToFinalize: 1026,
|
|
3244
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
|
+
},
|
|
3245
3398
|
},
|
|
3246
3399
|
oracles: {
|
|
3247
3400
|
cmc: {
|
|
@@ -3486,14 +3639,14 @@ const polygon = makeConfig({
|
|
|
3486
3639
|
externalId: {
|
|
3487
3640
|
zerion: "polygon",
|
|
3488
3641
|
debank: "matic",
|
|
3489
|
-
tenderly: "true"
|
|
3642
|
+
tenderly: "true",
|
|
3490
3643
|
},
|
|
3491
3644
|
morpho: {},
|
|
3492
3645
|
markets: {
|
|
3493
3646
|
airswap: true,
|
|
3494
3647
|
kyberswap: "polygon",
|
|
3495
3648
|
oneinch: {
|
|
3496
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
3649
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
3497
3650
|
},
|
|
3498
3651
|
paraswap: {
|
|
3499
3652
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -3501,14 +3654,14 @@ const polygon = makeConfig({
|
|
|
3501
3654
|
propellerswap: "polygon",
|
|
3502
3655
|
openocean: "polygon",
|
|
3503
3656
|
zeroex: true,
|
|
3504
|
-
icecreamswap: true
|
|
3657
|
+
icecreamswap: true,
|
|
3505
3658
|
},
|
|
3506
3659
|
bridges: {
|
|
3507
3660
|
chainlink: {
|
|
3508
3661
|
atlasNetworkName: "polygon-mainnet",
|
|
3509
3662
|
routerAddress: "0x849c5ED5a80F5B408Dd4969b78c2C8fdf0565Bfe",
|
|
3510
3663
|
chainSelector: 4051577828743386545n,
|
|
3511
|
-
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8"
|
|
3664
|
+
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8",
|
|
3512
3665
|
},
|
|
3513
3666
|
rhinofi: "MATIC_POS",
|
|
3514
3667
|
stargate: {
|
|
@@ -3534,6 +3687,17 @@ const polygon = makeConfig({
|
|
|
3534
3687
|
chain: "Polygon",
|
|
3535
3688
|
timeToFinalize: 66,
|
|
3536
3689
|
},
|
|
3690
|
+
layerzero: {
|
|
3691
|
+
eid: 30109,
|
|
3692
|
+
tokens: [
|
|
3693
|
+
{
|
|
3694
|
+
id: 4,
|
|
3695
|
+
symbol: "WETH",
|
|
3696
|
+
project: "stargate",
|
|
3697
|
+
OFTAddress: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
3698
|
+
},
|
|
3699
|
+
],
|
|
3700
|
+
},
|
|
3537
3701
|
},
|
|
3538
3702
|
oracles: {
|
|
3539
3703
|
cmc: {
|
|
@@ -4085,7 +4249,7 @@ const scroll = makeConfig({
|
|
|
4085
4249
|
blockAid: "scroll",
|
|
4086
4250
|
externalId: {
|
|
4087
4251
|
zerion: "scroll",
|
|
4088
|
-
tenderly: "true"
|
|
4252
|
+
tenderly: "true",
|
|
4089
4253
|
},
|
|
4090
4254
|
morpho: {},
|
|
4091
4255
|
markets: {
|
|
@@ -4099,7 +4263,7 @@ const scroll = makeConfig({
|
|
|
4099
4263
|
atlasNetworkName: "ethereum-mainnet-scroll-1",
|
|
4100
4264
|
routerAddress: "0x9a55E8Cab6564eb7bbd7124238932963B8Af71DC",
|
|
4101
4265
|
chainSelector: 13204309965629103672n,
|
|
4102
|
-
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4"
|
|
4266
|
+
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4",
|
|
4103
4267
|
},
|
|
4104
4268
|
rhinofi: "SCROLL",
|
|
4105
4269
|
stargate: {
|
|
@@ -4211,7 +4375,7 @@ const sei = makeConfig({
|
|
|
4211
4375
|
safeReorgDistance: 90000,
|
|
4212
4376
|
blockAid: "",
|
|
4213
4377
|
externalId: {
|
|
4214
|
-
tenderly: "true"
|
|
4378
|
+
tenderly: "true",
|
|
4215
4379
|
},
|
|
4216
4380
|
markets: {
|
|
4217
4381
|
openocean: "sei",
|
|
@@ -4222,7 +4386,7 @@ const sei = makeConfig({
|
|
|
4222
4386
|
atlasNetworkName: "sei-mainnet",
|
|
4223
4387
|
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
4224
4388
|
chainSelector: 9027416829622342829n,
|
|
4225
|
-
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
4389
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61",
|
|
4226
4390
|
},
|
|
4227
4391
|
stargate: {
|
|
4228
4392
|
endpointID: 30280,
|
|
@@ -4246,6 +4410,29 @@ const sei = makeConfig({
|
|
|
4246
4410
|
},
|
|
4247
4411
|
],
|
|
4248
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
|
+
},
|
|
4249
4436
|
},
|
|
4250
4437
|
oracles: {
|
|
4251
4438
|
cmc: {
|
|
@@ -4375,6 +4562,17 @@ const sonic = makeConfig({
|
|
|
4375
4562
|
},
|
|
4376
4563
|
],
|
|
4377
4564
|
},
|
|
4565
|
+
layerzero: {
|
|
4566
|
+
eid: 30332,
|
|
4567
|
+
tokens: [
|
|
4568
|
+
{
|
|
4569
|
+
id: 3,
|
|
4570
|
+
symbol: "WBTC",
|
|
4571
|
+
project: "WBTC",
|
|
4572
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4573
|
+
},
|
|
4574
|
+
],
|
|
4575
|
+
},
|
|
4378
4576
|
},
|
|
4379
4577
|
oracles: {},
|
|
4380
4578
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4456,10 +4654,10 @@ const taiko = makeConfig({
|
|
|
4456
4654
|
safeReorgDistance: 90000,
|
|
4457
4655
|
blockAid: "",
|
|
4458
4656
|
externalId: {
|
|
4459
|
-
tenderly: "true"
|
|
4657
|
+
tenderly: "true",
|
|
4460
4658
|
},
|
|
4461
4659
|
markets: {
|
|
4462
|
-
icecreamswap: true
|
|
4660
|
+
icecreamswap: true,
|
|
4463
4661
|
},
|
|
4464
4662
|
morpho: {},
|
|
4465
4663
|
bridges: {
|
|
@@ -4482,6 +4680,17 @@ const taiko = makeConfig({
|
|
|
4482
4680
|
},
|
|
4483
4681
|
],
|
|
4484
4682
|
},
|
|
4683
|
+
layerzero: {
|
|
4684
|
+
eid: 30290,
|
|
4685
|
+
tokens: [
|
|
4686
|
+
{
|
|
4687
|
+
id: 4,
|
|
4688
|
+
symbol: "WETH",
|
|
4689
|
+
project: "stargate",
|
|
4690
|
+
OFTAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
4691
|
+
},
|
|
4692
|
+
],
|
|
4693
|
+
},
|
|
4485
4694
|
},
|
|
4486
4695
|
oracles: {
|
|
4487
4696
|
coingecko: {
|
|
@@ -4779,7 +4988,25 @@ const unichain = makeConfig({
|
|
|
4779
4988
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4780
4989
|
},
|
|
4781
4990
|
},
|
|
4782
|
-
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
|
+
},
|
|
4783
5010
|
oracles: {},
|
|
4784
5011
|
morpho: {},
|
|
4785
5012
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4966,26 +5193,27 @@ const xdc = makeConfig({
|
|
|
4966
5193
|
bridges: {
|
|
4967
5194
|
stargate: {
|
|
4968
5195
|
endpointID: 30365,
|
|
4969
|
-
tokens: [
|
|
5196
|
+
tokens: [
|
|
5197
|
+
{
|
|
4970
5198
|
name: "ETH",
|
|
4971
5199
|
type: "OFT",
|
|
4972
5200
|
id: 13,
|
|
4973
|
-
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB"
|
|
5201
|
+
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB",
|
|
4974
5202
|
},
|
|
4975
5203
|
{
|
|
4976
5204
|
name: "USDC",
|
|
4977
5205
|
type: "OFT",
|
|
4978
5206
|
id: 1,
|
|
4979
|
-
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44"
|
|
5207
|
+
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44",
|
|
4980
5208
|
},
|
|
4981
5209
|
{
|
|
4982
5210
|
name: "USDT",
|
|
4983
5211
|
type: "OFT",
|
|
4984
5212
|
id: 2,
|
|
4985
|
-
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b"
|
|
5213
|
+
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b",
|
|
4986
5214
|
},
|
|
4987
|
-
]
|
|
4988
|
-
}
|
|
5215
|
+
],
|
|
5216
|
+
},
|
|
4989
5217
|
},
|
|
4990
5218
|
oracles: {},
|
|
4991
5219
|
morpho: {},
|
|
@@ -5178,12 +5406,12 @@ const zkSync = makeConfig({
|
|
|
5178
5406
|
morpho: {},
|
|
5179
5407
|
externalId: {
|
|
5180
5408
|
zerion: "zksync-era",
|
|
5181
|
-
tenderly: "true"
|
|
5409
|
+
tenderly: "true",
|
|
5182
5410
|
},
|
|
5183
5411
|
markets: {
|
|
5184
5412
|
kyberswap: "zksync",
|
|
5185
5413
|
oneinch: {
|
|
5186
|
-
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff"
|
|
5414
|
+
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff",
|
|
5187
5415
|
},
|
|
5188
5416
|
propellerswap: "zksync",
|
|
5189
5417
|
openocean: "zksync",
|
|
@@ -5193,7 +5421,7 @@ const zkSync = makeConfig({
|
|
|
5193
5421
|
atlasNetworkName: "ethereum-mainnet-zksync-1",
|
|
5194
5422
|
routerAddress: "0x748Fd769d81F5D94752bf8B0875E9301d0ba71bB",
|
|
5195
5423
|
chainSelector: 1562403441176082196n,
|
|
5196
|
-
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c"
|
|
5424
|
+
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c",
|
|
5197
5425
|
},
|
|
5198
5426
|
rhinofi: "ZKSYNC",
|
|
5199
5427
|
},
|