@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-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: {
|
|
@@ -595,7 +629,7 @@ const bob = makeConfig({
|
|
|
595
629
|
safeReorgDistance: 90000,
|
|
596
630
|
blockAid: "",
|
|
597
631
|
externalId: {
|
|
598
|
-
tenderly: "true"
|
|
632
|
+
tenderly: "true",
|
|
599
633
|
},
|
|
600
634
|
markets: {
|
|
601
635
|
icecreamswap: true,
|
|
@@ -608,8 +642,8 @@ const bob = makeConfig({
|
|
|
608
642
|
tokenAdminRegistry: "0xa57d04119AFf4884F8602213E58d8AaAD18229cb",
|
|
609
643
|
},
|
|
610
644
|
deswap: {
|
|
611
|
-
chainId: 100000021
|
|
612
|
-
}
|
|
645
|
+
chainId: 100000021,
|
|
646
|
+
},
|
|
613
647
|
},
|
|
614
648
|
morpho: {},
|
|
615
649
|
oracles: {
|
|
@@ -669,6 +703,7 @@ const bob = makeConfig({
|
|
|
669
703
|
"0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
670
704
|
"0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0",
|
|
671
705
|
"0x6c851f501a3f24e29a8e39a29591cddf09369080",
|
|
706
|
+
"0x1217BfE6c773EEC6cc4A38b5Dc45B92292B6E189",
|
|
672
707
|
],
|
|
673
708
|
watchlist: [
|
|
674
709
|
"0x9a3b17a2e2daf54ce80f2f4b2c8440902be715de",
|
|
@@ -715,7 +750,7 @@ const boba = makeConfig({
|
|
|
715
750
|
blockAid: "",
|
|
716
751
|
externalId: {
|
|
717
752
|
debank: "boba",
|
|
718
|
-
tenderly: "true"
|
|
753
|
+
tenderly: "true",
|
|
719
754
|
},
|
|
720
755
|
morpho: {},
|
|
721
756
|
markets: {
|
|
@@ -835,14 +870,14 @@ const bsc = makeConfig({
|
|
|
835
870
|
externalId: {
|
|
836
871
|
zerion: "binance-smart-chain",
|
|
837
872
|
debank: "bsc",
|
|
838
|
-
tenderly: "true"
|
|
873
|
+
tenderly: "true",
|
|
839
874
|
},
|
|
840
875
|
morpho: {},
|
|
841
876
|
markets: {
|
|
842
877
|
airswap: true,
|
|
843
878
|
kyberswap: "bsc",
|
|
844
879
|
oneinch: {
|
|
845
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
880
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
846
881
|
},
|
|
847
882
|
paraswap: {
|
|
848
883
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -850,14 +885,14 @@ const bsc = makeConfig({
|
|
|
850
885
|
propellerswap: "bsc",
|
|
851
886
|
openocean: "bsc",
|
|
852
887
|
zeroex: true,
|
|
853
|
-
icecreamswap: true
|
|
888
|
+
icecreamswap: true,
|
|
854
889
|
},
|
|
855
890
|
bridges: {
|
|
856
891
|
chainlink: {
|
|
857
892
|
atlasNetworkName: "bsc-mainnet",
|
|
858
893
|
routerAddress: "0x34B03Cb9086d7D758AC55af71584F81A598759FE",
|
|
859
894
|
chainSelector: 11344663589394136015n,
|
|
860
|
-
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc"
|
|
895
|
+
tokenAdminRegistry: "0x736Fd8660c443547a85e4Eaf70A49C1b7Bb008fc",
|
|
861
896
|
},
|
|
862
897
|
rhinofi: "BINANCE",
|
|
863
898
|
stargate: {
|
|
@@ -867,7 +902,7 @@ const bsc = makeConfig({
|
|
|
867
902
|
{
|
|
868
903
|
name: "USDC",
|
|
869
904
|
id: 1,
|
|
870
|
-
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057"
|
|
905
|
+
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057",
|
|
871
906
|
},
|
|
872
907
|
{
|
|
873
908
|
name: "USDT",
|
|
@@ -878,8 +913,8 @@ const bsc = makeConfig({
|
|
|
878
913
|
name: "WXTZ",
|
|
879
914
|
type: "OFT",
|
|
880
915
|
id: 20,
|
|
881
|
-
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
882
|
-
}
|
|
916
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D",
|
|
917
|
+
},
|
|
883
918
|
],
|
|
884
919
|
},
|
|
885
920
|
wanbridge: {
|
|
@@ -889,6 +924,23 @@ const bsc = makeConfig({
|
|
|
889
924
|
chain: "Bsc",
|
|
890
925
|
timeToFinalize: 48,
|
|
891
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
|
+
},
|
|
892
944
|
},
|
|
893
945
|
oracles: {
|
|
894
946
|
cmc: {
|
|
@@ -1036,19 +1088,30 @@ const celo = makeConfig({
|
|
|
1036
1088
|
externalId: {},
|
|
1037
1089
|
markets: {
|
|
1038
1090
|
icecreamswap: true,
|
|
1039
|
-
openocean: "celo"
|
|
1091
|
+
openocean: "celo",
|
|
1040
1092
|
},
|
|
1041
1093
|
bridges: {
|
|
1042
1094
|
chainlink: {
|
|
1043
1095
|
atlasNetworkName: "celo-mainnet",
|
|
1044
1096
|
routerAddress: "0xfB48f15480926A4ADf9116Dca468bDd2EE6C5F62",
|
|
1045
1097
|
chainSelector: 1346049177634351622n,
|
|
1046
|
-
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
1098
|
+
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9",
|
|
1047
1099
|
},
|
|
1048
1100
|
wormhole: {
|
|
1049
1101
|
chain: "Celo",
|
|
1050
|
-
timeToFinalize: 10
|
|
1051
|
-
}
|
|
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
|
+
},
|
|
1052
1115
|
},
|
|
1053
1116
|
morpho: {},
|
|
1054
1117
|
oracles: {
|
|
@@ -1142,7 +1205,7 @@ const corn = makeConfig({
|
|
|
1142
1205
|
safeReorgDistance: 90000,
|
|
1143
1206
|
blockAid: "",
|
|
1144
1207
|
externalId: {
|
|
1145
|
-
tenderly: "true"
|
|
1208
|
+
tenderly: "true",
|
|
1146
1209
|
},
|
|
1147
1210
|
markets: {},
|
|
1148
1211
|
bridges: {
|
|
@@ -1152,6 +1215,18 @@ const corn = makeConfig({
|
|
|
1152
1215
|
chainSelector: 9043146809313071210n,
|
|
1153
1216
|
tokenAdminRegistry: "0xCd51e57cD26b9B5eecbfe3d96DAabF3d12A663DA",
|
|
1154
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
|
+
},
|
|
1155
1230
|
},
|
|
1156
1231
|
oracles: {},
|
|
1157
1232
|
morpho: {
|
|
@@ -1521,6 +1596,17 @@ const gnosis = makeConfig({
|
|
|
1521
1596
|
},
|
|
1522
1597
|
],
|
|
1523
1598
|
},
|
|
1599
|
+
layerzero: {
|
|
1600
|
+
eid: 30145,
|
|
1601
|
+
tokens: [
|
|
1602
|
+
{
|
|
1603
|
+
id: 4,
|
|
1604
|
+
symbol: "WETH",
|
|
1605
|
+
project: "stargate",
|
|
1606
|
+
OFTAddress: "0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1",
|
|
1607
|
+
},
|
|
1608
|
+
],
|
|
1609
|
+
},
|
|
1524
1610
|
},
|
|
1525
1611
|
oracles: {
|
|
1526
1612
|
cmc: {
|
|
@@ -1629,18 +1715,20 @@ const goat = makeConfig({
|
|
|
1629
1715
|
name: "ETH",
|
|
1630
1716
|
type: "OFT",
|
|
1631
1717
|
id: 13,
|
|
1632
|
-
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279"
|
|
1633
|
-
},
|
|
1718
|
+
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279",
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1634
1721
|
name: "USDC",
|
|
1635
1722
|
type: "OFT",
|
|
1636
1723
|
id: 1,
|
|
1637
|
-
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10"
|
|
1638
|
-
},
|
|
1724
|
+
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10",
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1639
1727
|
name: "USDT",
|
|
1640
1728
|
type: "OFT",
|
|
1641
1729
|
id: 2,
|
|
1642
|
-
address: "0x549943e04f40284185054145c6E4e9568C1D3241"
|
|
1643
|
-
}
|
|
1730
|
+
address: "0x549943e04f40284185054145c6E4e9568C1D3241",
|
|
1731
|
+
},
|
|
1644
1732
|
],
|
|
1645
1733
|
},
|
|
1646
1734
|
},
|
|
@@ -1918,7 +2006,7 @@ const lightlink = makeConfig({
|
|
|
1918
2006
|
morpho: {},
|
|
1919
2007
|
externalId: {},
|
|
1920
2008
|
markets: {
|
|
1921
|
-
icecreamswap: true
|
|
2009
|
+
icecreamswap: true,
|
|
1922
2010
|
},
|
|
1923
2011
|
bridges: {
|
|
1924
2012
|
stargate: {
|
|
@@ -1930,17 +2018,19 @@ const lightlink = makeConfig({
|
|
|
1930
2018
|
type: "POOL",
|
|
1931
2019
|
id: 13,
|
|
1932
2020
|
address: "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
|
|
1933
|
-
},
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
1934
2023
|
name: "USDC",
|
|
1935
2024
|
type: "OFT",
|
|
1936
2025
|
id: 1,
|
|
1937
2026
|
address: "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1938
|
-
},
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
1939
2029
|
name: "USDT",
|
|
1940
2030
|
type: "OFT",
|
|
1941
2031
|
id: 2,
|
|
1942
2032
|
address: "0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1943
|
-
}
|
|
2033
|
+
},
|
|
1944
2034
|
],
|
|
1945
2035
|
},
|
|
1946
2036
|
},
|
|
@@ -2028,7 +2118,7 @@ const linea = makeConfig({
|
|
|
2028
2118
|
blockAid: "linea",
|
|
2029
2119
|
externalId: {
|
|
2030
2120
|
zerion: "linea",
|
|
2031
|
-
tenderly: "true"
|
|
2121
|
+
tenderly: "true",
|
|
2032
2122
|
},
|
|
2033
2123
|
markets: {
|
|
2034
2124
|
kyberswap: "linea",
|
|
@@ -2036,7 +2126,7 @@ const linea = makeConfig({
|
|
|
2036
2126
|
zeroex: true,
|
|
2037
2127
|
icecreamswap: true,
|
|
2038
2128
|
oneinch: {
|
|
2039
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2129
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2040
2130
|
},
|
|
2041
2131
|
},
|
|
2042
2132
|
bridges: {
|
|
@@ -2044,7 +2134,7 @@ const linea = makeConfig({
|
|
|
2044
2134
|
atlasNetworkName: "ethereum-mainnet-linea-1",
|
|
2045
2135
|
routerAddress: "0x549FEB73F2348F6cD99b9fc8c69252034897f06C",
|
|
2046
2136
|
chainSelector: 4627098889531055414n,
|
|
2047
|
-
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534"
|
|
2137
|
+
tokenAdminRegistry: "0xBc933cEE67d2b1c08490ee8C51E2dF653a713534",
|
|
2048
2138
|
},
|
|
2049
2139
|
rhinofi: "LINEA",
|
|
2050
2140
|
stargate: {
|
|
@@ -2063,6 +2153,17 @@ const linea = makeConfig({
|
|
|
2063
2153
|
chain: "Linea",
|
|
2064
2154
|
timeToFinalize: 1800,
|
|
2065
2155
|
},
|
|
2156
|
+
layerzero: {
|
|
2157
|
+
eid: 30183,
|
|
2158
|
+
tokens: [
|
|
2159
|
+
{
|
|
2160
|
+
id: 4,
|
|
2161
|
+
symbol: "WETH",
|
|
2162
|
+
project: "stargate",
|
|
2163
|
+
OFTAddress: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
|
|
2164
|
+
},
|
|
2165
|
+
],
|
|
2166
|
+
},
|
|
2066
2167
|
},
|
|
2067
2168
|
oracles: {
|
|
2068
2169
|
cmc: {
|
|
@@ -2157,7 +2258,7 @@ const lisk = makeConfig({
|
|
|
2157
2258
|
safeReorgDistance: 90000,
|
|
2158
2259
|
blockAid: "",
|
|
2159
2260
|
externalId: {
|
|
2160
|
-
tenderly: "true"
|
|
2261
|
+
tenderly: "true",
|
|
2161
2262
|
},
|
|
2162
2263
|
morpho: {},
|
|
2163
2264
|
markets: {},
|
|
@@ -2259,7 +2360,7 @@ const mainnet = makeConfig({
|
|
|
2259
2360
|
zerion: "ethereum",
|
|
2260
2361
|
debank: "eth",
|
|
2261
2362
|
cowswap: "mainnet",
|
|
2262
|
-
tenderly: "true"
|
|
2363
|
+
tenderly: "true",
|
|
2263
2364
|
},
|
|
2264
2365
|
rpcUrls: {
|
|
2265
2366
|
default: {
|
|
@@ -2271,7 +2372,7 @@ const mainnet = makeConfig({
|
|
|
2271
2372
|
airswap: true,
|
|
2272
2373
|
kyberswap: "ethereum",
|
|
2273
2374
|
oneinch: {
|
|
2274
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
2375
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
2275
2376
|
},
|
|
2276
2377
|
paraswap: {
|
|
2277
2378
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -2323,8 +2424,8 @@ const mainnet = makeConfig({
|
|
|
2323
2424
|
name: "WXTZ",
|
|
2324
2425
|
type: "OFT",
|
|
2325
2426
|
id: 20,
|
|
2326
|
-
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2327
|
-
}
|
|
2427
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
2428
|
+
},
|
|
2328
2429
|
],
|
|
2329
2430
|
},
|
|
2330
2431
|
wanbridge: {
|
|
@@ -2334,6 +2435,29 @@ const mainnet = makeConfig({
|
|
|
2334
2435
|
chain: "Ethereum",
|
|
2335
2436
|
timeToFinalize: 975,
|
|
2336
2437
|
},
|
|
2438
|
+
layerzero: {
|
|
2439
|
+
eid: 30101,
|
|
2440
|
+
tokens: [
|
|
2441
|
+
{
|
|
2442
|
+
id: 1,
|
|
2443
|
+
symbol: "USDT0",
|
|
2444
|
+
project: "USDT0",
|
|
2445
|
+
OFTAddress: "0x811ed79dB9D34E83BDB73DF6c3e07961Cfb0D5c0",
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
id: 3,
|
|
2449
|
+
symbol: "WBTC",
|
|
2450
|
+
project: "WBTC",
|
|
2451
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
id: 4,
|
|
2455
|
+
symbol: "WETH",
|
|
2456
|
+
project: "stargate",
|
|
2457
|
+
OFTAddress: "0x597e6aC6a5b2413169a9588bA5D72c73b9179929",
|
|
2458
|
+
},
|
|
2459
|
+
],
|
|
2460
|
+
},
|
|
2337
2461
|
},
|
|
2338
2462
|
oracles: {
|
|
2339
2463
|
cmc: {
|
|
@@ -2680,20 +2804,20 @@ const mantle = makeConfig({
|
|
|
2680
2804
|
safeReorgDistance: 90000,
|
|
2681
2805
|
blockAid: "",
|
|
2682
2806
|
externalId: {
|
|
2683
|
-
tenderly: "true"
|
|
2807
|
+
tenderly: "true",
|
|
2684
2808
|
},
|
|
2685
2809
|
morpho: {},
|
|
2686
2810
|
markets: {
|
|
2687
2811
|
openocean: "mantle",
|
|
2688
2812
|
zeroex: true,
|
|
2689
|
-
icecreamswap: true
|
|
2813
|
+
icecreamswap: true,
|
|
2690
2814
|
},
|
|
2691
2815
|
bridges: {
|
|
2692
2816
|
chainlink: {
|
|
2693
2817
|
atlasNetworkName: "ethereum-mainnet-mantle-1",
|
|
2694
2818
|
routerAddress: "0x670052635a9850bb45882Cb2eCcF66bCff0F41B7",
|
|
2695
2819
|
chainSelector: 1556008542357238666n,
|
|
2696
|
-
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F"
|
|
2820
|
+
tokenAdminRegistry: "0x000A744940eB5D857c0d61d97015DFc83107404F",
|
|
2697
2821
|
},
|
|
2698
2822
|
deswap: {
|
|
2699
2823
|
chainId: 100000023,
|
|
@@ -2727,7 +2851,7 @@ const mantle = makeConfig({
|
|
|
2727
2851
|
wormhole: {
|
|
2728
2852
|
chain: "Mantle",
|
|
2729
2853
|
timeToFinalize: 1080,
|
|
2730
|
-
}
|
|
2854
|
+
},
|
|
2731
2855
|
},
|
|
2732
2856
|
oracles: {
|
|
2733
2857
|
cmc: {
|
|
@@ -2970,11 +3094,11 @@ const moonbeam = makeConfig({
|
|
|
2970
3094
|
blockAid: "",
|
|
2971
3095
|
externalId: {
|
|
2972
3096
|
debank: "mobm",
|
|
2973
|
-
tenderly: "true"
|
|
3097
|
+
tenderly: "true",
|
|
2974
3098
|
},
|
|
2975
3099
|
morpho: {},
|
|
2976
3100
|
markets: {
|
|
2977
|
-
icecreamswap: true
|
|
3101
|
+
icecreamswap: true,
|
|
2978
3102
|
},
|
|
2979
3103
|
bridges: {
|
|
2980
3104
|
wanbridge: {
|
|
@@ -2984,6 +3108,17 @@ const moonbeam = makeConfig({
|
|
|
2984
3108
|
chain: "Moonbeam",
|
|
2985
3109
|
timeToFinalize: 24,
|
|
2986
3110
|
},
|
|
3111
|
+
layerzero: {
|
|
3112
|
+
eid: 30126,
|
|
3113
|
+
tokens: [
|
|
3114
|
+
{
|
|
3115
|
+
id: 4,
|
|
3116
|
+
symbol: "WETH",
|
|
3117
|
+
project: "stargate",
|
|
3118
|
+
OFTAddress: "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f",
|
|
3119
|
+
},
|
|
3120
|
+
],
|
|
3121
|
+
},
|
|
2987
3122
|
},
|
|
2988
3123
|
oracles: {
|
|
2989
3124
|
cmc: {
|
|
@@ -3241,6 +3376,23 @@ const optimism = makeConfig({
|
|
|
3241
3376
|
chain: "Optimism",
|
|
3242
3377
|
timeToFinalize: 1026,
|
|
3243
3378
|
},
|
|
3379
|
+
layerzero: {
|
|
3380
|
+
eid: 30111,
|
|
3381
|
+
tokens: [
|
|
3382
|
+
{
|
|
3383
|
+
id: 1,
|
|
3384
|
+
symbol: "USDT0",
|
|
3385
|
+
project: "USDT0",
|
|
3386
|
+
OFTAddress: "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD",
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
id: 4,
|
|
3390
|
+
symbol: "WETH",
|
|
3391
|
+
project: "stargate",
|
|
3392
|
+
OFTAddress: "0x4200000000000000000000000000000000000006",
|
|
3393
|
+
},
|
|
3394
|
+
],
|
|
3395
|
+
},
|
|
3244
3396
|
},
|
|
3245
3397
|
oracles: {
|
|
3246
3398
|
cmc: {
|
|
@@ -3485,14 +3637,14 @@ const polygon = makeConfig({
|
|
|
3485
3637
|
externalId: {
|
|
3486
3638
|
zerion: "polygon",
|
|
3487
3639
|
debank: "matic",
|
|
3488
|
-
tenderly: "true"
|
|
3640
|
+
tenderly: "true",
|
|
3489
3641
|
},
|
|
3490
3642
|
morpho: {},
|
|
3491
3643
|
markets: {
|
|
3492
3644
|
airswap: true,
|
|
3493
3645
|
kyberswap: "polygon",
|
|
3494
3646
|
oneinch: {
|
|
3495
|
-
spender: "0x111111125421ca6dc452d289314280a0f8842a65"
|
|
3647
|
+
spender: "0x111111125421ca6dc452d289314280a0f8842a65",
|
|
3496
3648
|
},
|
|
3497
3649
|
paraswap: {
|
|
3498
3650
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
@@ -3500,14 +3652,14 @@ const polygon = makeConfig({
|
|
|
3500
3652
|
propellerswap: "polygon",
|
|
3501
3653
|
openocean: "polygon",
|
|
3502
3654
|
zeroex: true,
|
|
3503
|
-
icecreamswap: true
|
|
3655
|
+
icecreamswap: true,
|
|
3504
3656
|
},
|
|
3505
3657
|
bridges: {
|
|
3506
3658
|
chainlink: {
|
|
3507
3659
|
atlasNetworkName: "polygon-mainnet",
|
|
3508
3660
|
routerAddress: "0x849c5ED5a80F5B408Dd4969b78c2C8fdf0565Bfe",
|
|
3509
3661
|
chainSelector: 4051577828743386545n,
|
|
3510
|
-
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8"
|
|
3662
|
+
tokenAdminRegistry: "0x00F027eA6D0fb03256A15E9182B2B9227A4931d8",
|
|
3511
3663
|
},
|
|
3512
3664
|
rhinofi: "MATIC_POS",
|
|
3513
3665
|
stargate: {
|
|
@@ -3533,6 +3685,17 @@ const polygon = makeConfig({
|
|
|
3533
3685
|
chain: "Polygon",
|
|
3534
3686
|
timeToFinalize: 66,
|
|
3535
3687
|
},
|
|
3688
|
+
layerzero: {
|
|
3689
|
+
eid: 30109,
|
|
3690
|
+
tokens: [
|
|
3691
|
+
{
|
|
3692
|
+
id: 4,
|
|
3693
|
+
symbol: "WETH",
|
|
3694
|
+
project: "stargate",
|
|
3695
|
+
OFTAddress: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
3696
|
+
},
|
|
3697
|
+
],
|
|
3698
|
+
},
|
|
3536
3699
|
},
|
|
3537
3700
|
oracles: {
|
|
3538
3701
|
cmc: {
|
|
@@ -4084,7 +4247,7 @@ const scroll = makeConfig({
|
|
|
4084
4247
|
blockAid: "scroll",
|
|
4085
4248
|
externalId: {
|
|
4086
4249
|
zerion: "scroll",
|
|
4087
|
-
tenderly: "true"
|
|
4250
|
+
tenderly: "true",
|
|
4088
4251
|
},
|
|
4089
4252
|
morpho: {},
|
|
4090
4253
|
markets: {
|
|
@@ -4098,7 +4261,7 @@ const scroll = makeConfig({
|
|
|
4098
4261
|
atlasNetworkName: "ethereum-mainnet-scroll-1",
|
|
4099
4262
|
routerAddress: "0x9a55E8Cab6564eb7bbd7124238932963B8Af71DC",
|
|
4100
4263
|
chainSelector: 13204309965629103672n,
|
|
4101
|
-
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4"
|
|
4264
|
+
tokenAdminRegistry: "0x846dEA1c1706FC35b4aa78B32d31F1599DAA47b4",
|
|
4102
4265
|
},
|
|
4103
4266
|
rhinofi: "SCROLL",
|
|
4104
4267
|
stargate: {
|
|
@@ -4210,7 +4373,7 @@ const sei = makeConfig({
|
|
|
4210
4373
|
safeReorgDistance: 90000,
|
|
4211
4374
|
blockAid: "",
|
|
4212
4375
|
externalId: {
|
|
4213
|
-
tenderly: "true"
|
|
4376
|
+
tenderly: "true",
|
|
4214
4377
|
},
|
|
4215
4378
|
markets: {
|
|
4216
4379
|
openocean: "sei",
|
|
@@ -4221,7 +4384,7 @@ const sei = makeConfig({
|
|
|
4221
4384
|
atlasNetworkName: "sei-mainnet",
|
|
4222
4385
|
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
4223
4386
|
chainSelector: 9027416829622342829n,
|
|
4224
|
-
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
4387
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61",
|
|
4225
4388
|
},
|
|
4226
4389
|
stargate: {
|
|
4227
4390
|
endpointID: 30280,
|
|
@@ -4245,6 +4408,29 @@ const sei = makeConfig({
|
|
|
4245
4408
|
},
|
|
4246
4409
|
],
|
|
4247
4410
|
},
|
|
4411
|
+
layerzero: {
|
|
4412
|
+
eid: 30280,
|
|
4413
|
+
tokens: [
|
|
4414
|
+
{
|
|
4415
|
+
id: 1,
|
|
4416
|
+
symbol: "USDT0",
|
|
4417
|
+
project: "USDT0",
|
|
4418
|
+
OFTAddress: "0x56fe74a2e3b484b921c447357203431a3485cc60",
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
id: 3,
|
|
4422
|
+
symbol: "WBTC",
|
|
4423
|
+
project: "WBTC",
|
|
4424
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
id: 4,
|
|
4428
|
+
symbol: "WETH",
|
|
4429
|
+
project: "stargate",
|
|
4430
|
+
OFTAddress: "0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8",
|
|
4431
|
+
},
|
|
4432
|
+
],
|
|
4433
|
+
},
|
|
4248
4434
|
},
|
|
4249
4435
|
oracles: {
|
|
4250
4436
|
cmc: {
|
|
@@ -4374,6 +4560,17 @@ const sonic = makeConfig({
|
|
|
4374
4560
|
},
|
|
4375
4561
|
],
|
|
4376
4562
|
},
|
|
4563
|
+
layerzero: {
|
|
4564
|
+
eid: 30332,
|
|
4565
|
+
tokens: [
|
|
4566
|
+
{
|
|
4567
|
+
id: 3,
|
|
4568
|
+
symbol: "WBTC",
|
|
4569
|
+
project: "WBTC",
|
|
4570
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
4571
|
+
},
|
|
4572
|
+
],
|
|
4573
|
+
},
|
|
4377
4574
|
},
|
|
4378
4575
|
oracles: {},
|
|
4379
4576
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4455,10 +4652,10 @@ const taiko = makeConfig({
|
|
|
4455
4652
|
safeReorgDistance: 90000,
|
|
4456
4653
|
blockAid: "",
|
|
4457
4654
|
externalId: {
|
|
4458
|
-
tenderly: "true"
|
|
4655
|
+
tenderly: "true",
|
|
4459
4656
|
},
|
|
4460
4657
|
markets: {
|
|
4461
|
-
icecreamswap: true
|
|
4658
|
+
icecreamswap: true,
|
|
4462
4659
|
},
|
|
4463
4660
|
morpho: {},
|
|
4464
4661
|
bridges: {
|
|
@@ -4481,6 +4678,17 @@ const taiko = makeConfig({
|
|
|
4481
4678
|
},
|
|
4482
4679
|
],
|
|
4483
4680
|
},
|
|
4681
|
+
layerzero: {
|
|
4682
|
+
eid: 30290,
|
|
4683
|
+
tokens: [
|
|
4684
|
+
{
|
|
4685
|
+
id: 4,
|
|
4686
|
+
symbol: "WETH",
|
|
4687
|
+
project: "stargate",
|
|
4688
|
+
OFTAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
4689
|
+
},
|
|
4690
|
+
],
|
|
4691
|
+
},
|
|
4484
4692
|
},
|
|
4485
4693
|
oracles: {
|
|
4486
4694
|
coingecko: {
|
|
@@ -4778,7 +4986,25 @@ const unichain = makeConfig({
|
|
|
4778
4986
|
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
4779
4987
|
},
|
|
4780
4988
|
},
|
|
4781
|
-
bridges: {
|
|
4989
|
+
bridges: {
|
|
4990
|
+
layerzero: {
|
|
4991
|
+
eid: 30320,
|
|
4992
|
+
tokens: [
|
|
4993
|
+
{
|
|
4994
|
+
id: 1,
|
|
4995
|
+
symbol: "USDT0",
|
|
4996
|
+
project: "USDT0",
|
|
4997
|
+
OFTAddress: "0xc07bE8994D035631c36fb4a89C918CeFB2f03EC3",
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
id: 3,
|
|
5001
|
+
symbol: "WBTC",
|
|
5002
|
+
project: "WBTC",
|
|
5003
|
+
OFTAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
|
|
5004
|
+
},
|
|
5005
|
+
],
|
|
5006
|
+
},
|
|
5007
|
+
},
|
|
4782
5008
|
oracles: {},
|
|
4783
5009
|
morpho: {},
|
|
4784
5010
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -4965,26 +5191,27 @@ const xdc = makeConfig({
|
|
|
4965
5191
|
bridges: {
|
|
4966
5192
|
stargate: {
|
|
4967
5193
|
endpointID: 30365,
|
|
4968
|
-
tokens: [
|
|
5194
|
+
tokens: [
|
|
5195
|
+
{
|
|
4969
5196
|
name: "ETH",
|
|
4970
5197
|
type: "OFT",
|
|
4971
5198
|
id: 13,
|
|
4972
|
-
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB"
|
|
5199
|
+
address: "0xB0d27478A40223e427697Da523c6A3DAF29AaFfB",
|
|
4973
5200
|
},
|
|
4974
5201
|
{
|
|
4975
5202
|
name: "USDC",
|
|
4976
5203
|
type: "OFT",
|
|
4977
5204
|
id: 1,
|
|
4978
|
-
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44"
|
|
5205
|
+
address: "0x8E2E38711080bF8AAb9C74f434d2bae70e67ae44",
|
|
4979
5206
|
},
|
|
4980
5207
|
{
|
|
4981
5208
|
name: "USDT",
|
|
4982
5209
|
type: "OFT",
|
|
4983
5210
|
id: 2,
|
|
4984
|
-
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b"
|
|
5211
|
+
address: "0xA4272ad93AC5d2FF048DD6419c88Eb4C1002Ec6b",
|
|
4985
5212
|
},
|
|
4986
|
-
]
|
|
4987
|
-
}
|
|
5213
|
+
],
|
|
5214
|
+
},
|
|
4988
5215
|
},
|
|
4989
5216
|
oracles: {},
|
|
4990
5217
|
morpho: {},
|
|
@@ -5177,12 +5404,12 @@ const zkSync = makeConfig({
|
|
|
5177
5404
|
morpho: {},
|
|
5178
5405
|
externalId: {
|
|
5179
5406
|
zerion: "zksync-era",
|
|
5180
|
-
tenderly: "true"
|
|
5407
|
+
tenderly: "true",
|
|
5181
5408
|
},
|
|
5182
5409
|
markets: {
|
|
5183
5410
|
kyberswap: "zksync",
|
|
5184
5411
|
oneinch: {
|
|
5185
|
-
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff"
|
|
5412
|
+
spender: "0x6fd4383cb451173d5f9304f041c7bcbf27d561ff",
|
|
5186
5413
|
},
|
|
5187
5414
|
propellerswap: "zksync",
|
|
5188
5415
|
openocean: "zksync",
|
|
@@ -5192,7 +5419,7 @@ const zkSync = makeConfig({
|
|
|
5192
5419
|
atlasNetworkName: "ethereum-mainnet-zksync-1",
|
|
5193
5420
|
routerAddress: "0x748Fd769d81F5D94752bf8B0875E9301d0ba71bB",
|
|
5194
5421
|
chainSelector: 1562403441176082196n,
|
|
5195
|
-
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c"
|
|
5422
|
+
tokenAdminRegistry: "0x100a47C9DB342884E3314B91cec076BbAC8e619c",
|
|
5196
5423
|
},
|
|
5197
5424
|
rhinofi: "ZKSYNC",
|
|
5198
5425
|
},
|