@gfxlabs/oku-chains 1.1.194 → 1.1.196
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 +76 -10
- package/dist/index-mjs.js +76 -10
- package/dist/index.js +76 -10
- package/dist/types/browser.d.ts +117 -9
- package/dist/types/index-mjs.d.ts +117 -9
- package/dist/types/index.d.ts +117 -9
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
openocean: "arbitrum",
|
|
33
33
|
zeroex: true,
|
|
34
34
|
cowswap: "arbitrum_one",
|
|
35
|
+
icecreamswap: true
|
|
35
36
|
},
|
|
36
37
|
bridges: {
|
|
37
38
|
chainlink: {
|
|
@@ -327,6 +328,7 @@
|
|
|
327
328
|
openocean: "base",
|
|
328
329
|
zeroex: true,
|
|
329
330
|
icecreamswap: true,
|
|
331
|
+
cowswap: "base"
|
|
330
332
|
},
|
|
331
333
|
bridges: {
|
|
332
334
|
chainlink: {
|
|
@@ -983,7 +985,8 @@
|
|
|
983
985
|
safeReorgDistance: 90000,
|
|
984
986
|
externalId: {},
|
|
985
987
|
markets: {
|
|
986
|
-
icecreamswap: true
|
|
988
|
+
icecreamswap: true,
|
|
989
|
+
openocean: "celo"
|
|
987
990
|
},
|
|
988
991
|
bridges: {
|
|
989
992
|
chainlink: {
|
|
@@ -992,6 +995,10 @@
|
|
|
992
995
|
chainSelector: 1346049177634351622n,
|
|
993
996
|
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
994
997
|
},
|
|
998
|
+
wormhole: {
|
|
999
|
+
chain: "Celo",
|
|
1000
|
+
timeToFinalize: 10
|
|
1001
|
+
}
|
|
995
1002
|
},
|
|
996
1003
|
morpho: {},
|
|
997
1004
|
oracles: {
|
|
@@ -1307,15 +1314,30 @@
|
|
|
1307
1314
|
openocean: "xdai",
|
|
1308
1315
|
cowswap: "xdai",
|
|
1309
1316
|
paraswap: {
|
|
1310
|
-
routerContract: "0x6A000F20005980200259B80c5102003040001068"
|
|
1311
|
-
}
|
|
1317
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
1318
|
+
},
|
|
1319
|
+
oneinch: true,
|
|
1312
1320
|
},
|
|
1313
1321
|
bridges: {
|
|
1314
1322
|
chainlink: {
|
|
1315
1323
|
atlasNetworkName: "xdai-mainnet",
|
|
1316
1324
|
routerAddress: "0x4aAD6071085df840abD9Baf1697d5D5992bDadce",
|
|
1317
1325
|
chainSelector: 465200170687744372n,
|
|
1318
|
-
tokenAdminRegistry: "0x73BC11423CBF14914998C23B0aFC9BE0cb5B2229"
|
|
1326
|
+
tokenAdminRegistry: "0x73BC11423CBF14914998C23B0aFC9BE0cb5B2229",
|
|
1327
|
+
},
|
|
1328
|
+
stargate: {
|
|
1329
|
+
endpointID: 30145,
|
|
1330
|
+
blockConfirmations: 20,
|
|
1331
|
+
pools: [
|
|
1332
|
+
{
|
|
1333
|
+
id: 1,
|
|
1334
|
+
address: "0xB1EeAD6959cb5bB9B20417d6689922523B2B86C3",
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
id: 13,
|
|
1338
|
+
address: "0xe9aBA835f813ca05E50A6C0ce65D0D74390F7dE7",
|
|
1339
|
+
},
|
|
1340
|
+
],
|
|
1319
1341
|
},
|
|
1320
1342
|
},
|
|
1321
1343
|
oracles: {
|
|
@@ -1604,7 +1626,9 @@
|
|
|
1604
1626
|
safeReorgDistance: 90000,
|
|
1605
1627
|
morpho: {},
|
|
1606
1628
|
externalId: {},
|
|
1607
|
-
markets: {
|
|
1629
|
+
markets: {
|
|
1630
|
+
icecreamswap: true
|
|
1631
|
+
},
|
|
1608
1632
|
bridges: {
|
|
1609
1633
|
stargate: {
|
|
1610
1634
|
endpointID: 30309,
|
|
@@ -1616,8 +1640,8 @@
|
|
|
1616
1640
|
},
|
|
1617
1641
|
],
|
|
1618
1642
|
assets: [
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1643
|
+
"0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1644
|
+
"0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1621
1645
|
],
|
|
1622
1646
|
},
|
|
1623
1647
|
},
|
|
@@ -1710,6 +1734,7 @@
|
|
|
1710
1734
|
openocean: "linea",
|
|
1711
1735
|
zeroex: true,
|
|
1712
1736
|
icecreamswap: true,
|
|
1737
|
+
oneinch: true,
|
|
1713
1738
|
},
|
|
1714
1739
|
bridges: {
|
|
1715
1740
|
chainlink: {
|
|
@@ -2362,6 +2387,10 @@
|
|
|
2362
2387
|
},
|
|
2363
2388
|
],
|
|
2364
2389
|
},
|
|
2390
|
+
wormhole: {
|
|
2391
|
+
chain: "Mantle",
|
|
2392
|
+
timeToFinalize: 1080,
|
|
2393
|
+
}
|
|
2365
2394
|
},
|
|
2366
2395
|
oracles: {
|
|
2367
2396
|
cmc: {
|
|
@@ -3290,7 +3319,17 @@
|
|
|
3290
3319
|
icecreamswap: true,
|
|
3291
3320
|
},
|
|
3292
3321
|
morpho: {},
|
|
3293
|
-
bridges: {
|
|
3322
|
+
bridges: {
|
|
3323
|
+
stargate: {
|
|
3324
|
+
endpointID: 30333,
|
|
3325
|
+
blockConfirmations: 20,
|
|
3326
|
+
assets: [
|
|
3327
|
+
"0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
|
|
3328
|
+
"0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
3329
|
+
"0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6"
|
|
3330
|
+
]
|
|
3331
|
+
}
|
|
3332
|
+
},
|
|
3294
3333
|
oracles: {
|
|
3295
3334
|
cmc: {
|
|
3296
3335
|
slug: "rsk-smart-bitcoin",
|
|
@@ -3615,6 +3654,12 @@
|
|
|
3615
3654
|
},
|
|
3616
3655
|
morpho: {},
|
|
3617
3656
|
bridges: {
|
|
3657
|
+
chainlink: {
|
|
3658
|
+
atlasNetworkName: "sei-mainnet",
|
|
3659
|
+
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
3660
|
+
chainSelector: 9027416829622342829n,
|
|
3661
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
3662
|
+
},
|
|
3618
3663
|
stargate: {
|
|
3619
3664
|
endpointID: 30280,
|
|
3620
3665
|
blockConfirmations: 20,
|
|
@@ -3730,8 +3775,29 @@
|
|
|
3730
3775
|
safeReorgDistance: 90000,
|
|
3731
3776
|
morpho: {},
|
|
3732
3777
|
externalId: {},
|
|
3733
|
-
markets: {
|
|
3734
|
-
|
|
3778
|
+
markets: {
|
|
3779
|
+
icecreamswap: true,
|
|
3780
|
+
kyberswap: "sonic",
|
|
3781
|
+
openocean: "sonic"
|
|
3782
|
+
},
|
|
3783
|
+
bridges: {
|
|
3784
|
+
chainlink: {
|
|
3785
|
+
atlasNetworkName: "sonic-mainnet",
|
|
3786
|
+
routerAddress: "0xB4e1Ff7882474BB93042be9AD5E1fA387949B860",
|
|
3787
|
+
chainSelector: 1673871237479749969n,
|
|
3788
|
+
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69"
|
|
3789
|
+
},
|
|
3790
|
+
stargate: {
|
|
3791
|
+
endpointID: 30332,
|
|
3792
|
+
blockConfirmations: 20,
|
|
3793
|
+
pools: [
|
|
3794
|
+
{
|
|
3795
|
+
id: 1,
|
|
3796
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
3797
|
+
}
|
|
3798
|
+
]
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3735
3801
|
oracles: {},
|
|
3736
3802
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3737
3803
|
uniswap: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -28,6 +28,7 @@ const arbitrum = makeConfig({
|
|
|
28
28
|
openocean: "arbitrum",
|
|
29
29
|
zeroex: true,
|
|
30
30
|
cowswap: "arbitrum_one",
|
|
31
|
+
icecreamswap: true
|
|
31
32
|
},
|
|
32
33
|
bridges: {
|
|
33
34
|
chainlink: {
|
|
@@ -323,6 +324,7 @@ const base = makeConfig({
|
|
|
323
324
|
openocean: "base",
|
|
324
325
|
zeroex: true,
|
|
325
326
|
icecreamswap: true,
|
|
327
|
+
cowswap: "base"
|
|
326
328
|
},
|
|
327
329
|
bridges: {
|
|
328
330
|
chainlink: {
|
|
@@ -979,7 +981,8 @@ const celo = makeConfig({
|
|
|
979
981
|
safeReorgDistance: 90000,
|
|
980
982
|
externalId: {},
|
|
981
983
|
markets: {
|
|
982
|
-
icecreamswap: true
|
|
984
|
+
icecreamswap: true,
|
|
985
|
+
openocean: "celo"
|
|
983
986
|
},
|
|
984
987
|
bridges: {
|
|
985
988
|
chainlink: {
|
|
@@ -988,6 +991,10 @@ const celo = makeConfig({
|
|
|
988
991
|
chainSelector: 1346049177634351622n,
|
|
989
992
|
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
990
993
|
},
|
|
994
|
+
wormhole: {
|
|
995
|
+
chain: "Celo",
|
|
996
|
+
timeToFinalize: 10
|
|
997
|
+
}
|
|
991
998
|
},
|
|
992
999
|
morpho: {},
|
|
993
1000
|
oracles: {
|
|
@@ -1303,15 +1310,30 @@ const gnosis = makeConfig({
|
|
|
1303
1310
|
openocean: "xdai",
|
|
1304
1311
|
cowswap: "xdai",
|
|
1305
1312
|
paraswap: {
|
|
1306
|
-
routerContract: "0x6A000F20005980200259B80c5102003040001068"
|
|
1307
|
-
}
|
|
1313
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
1314
|
+
},
|
|
1315
|
+
oneinch: true,
|
|
1308
1316
|
},
|
|
1309
1317
|
bridges: {
|
|
1310
1318
|
chainlink: {
|
|
1311
1319
|
atlasNetworkName: "xdai-mainnet",
|
|
1312
1320
|
routerAddress: "0x4aAD6071085df840abD9Baf1697d5D5992bDadce",
|
|
1313
1321
|
chainSelector: 465200170687744372n,
|
|
1314
|
-
tokenAdminRegistry: "0x73BC11423CBF14914998C23B0aFC9BE0cb5B2229"
|
|
1322
|
+
tokenAdminRegistry: "0x73BC11423CBF14914998C23B0aFC9BE0cb5B2229",
|
|
1323
|
+
},
|
|
1324
|
+
stargate: {
|
|
1325
|
+
endpointID: 30145,
|
|
1326
|
+
blockConfirmations: 20,
|
|
1327
|
+
pools: [
|
|
1328
|
+
{
|
|
1329
|
+
id: 1,
|
|
1330
|
+
address: "0xB1EeAD6959cb5bB9B20417d6689922523B2B86C3",
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
id: 13,
|
|
1334
|
+
address: "0xe9aBA835f813ca05E50A6C0ce65D0D74390F7dE7",
|
|
1335
|
+
},
|
|
1336
|
+
],
|
|
1315
1337
|
},
|
|
1316
1338
|
},
|
|
1317
1339
|
oracles: {
|
|
@@ -1600,7 +1622,9 @@ const lightlink = makeConfig({
|
|
|
1600
1622
|
safeReorgDistance: 90000,
|
|
1601
1623
|
morpho: {},
|
|
1602
1624
|
externalId: {},
|
|
1603
|
-
markets: {
|
|
1625
|
+
markets: {
|
|
1626
|
+
icecreamswap: true
|
|
1627
|
+
},
|
|
1604
1628
|
bridges: {
|
|
1605
1629
|
stargate: {
|
|
1606
1630
|
endpointID: 30309,
|
|
@@ -1612,8 +1636,8 @@ const lightlink = makeConfig({
|
|
|
1612
1636
|
},
|
|
1613
1637
|
],
|
|
1614
1638
|
assets: [
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1639
|
+
"0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1640
|
+
"0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1617
1641
|
],
|
|
1618
1642
|
},
|
|
1619
1643
|
},
|
|
@@ -1706,6 +1730,7 @@ const linea = makeConfig({
|
|
|
1706
1730
|
openocean: "linea",
|
|
1707
1731
|
zeroex: true,
|
|
1708
1732
|
icecreamswap: true,
|
|
1733
|
+
oneinch: true,
|
|
1709
1734
|
},
|
|
1710
1735
|
bridges: {
|
|
1711
1736
|
chainlink: {
|
|
@@ -2358,6 +2383,10 @@ const mantle = makeConfig({
|
|
|
2358
2383
|
},
|
|
2359
2384
|
],
|
|
2360
2385
|
},
|
|
2386
|
+
wormhole: {
|
|
2387
|
+
chain: "Mantle",
|
|
2388
|
+
timeToFinalize: 1080,
|
|
2389
|
+
}
|
|
2361
2390
|
},
|
|
2362
2391
|
oracles: {
|
|
2363
2392
|
cmc: {
|
|
@@ -3286,7 +3315,17 @@ const rootstock = makeConfig({
|
|
|
3286
3315
|
icecreamswap: true,
|
|
3287
3316
|
},
|
|
3288
3317
|
morpho: {},
|
|
3289
|
-
bridges: {
|
|
3318
|
+
bridges: {
|
|
3319
|
+
stargate: {
|
|
3320
|
+
endpointID: 30333,
|
|
3321
|
+
blockConfirmations: 20,
|
|
3322
|
+
assets: [
|
|
3323
|
+
"0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
|
|
3324
|
+
"0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
3325
|
+
"0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6"
|
|
3326
|
+
]
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3290
3329
|
oracles: {
|
|
3291
3330
|
cmc: {
|
|
3292
3331
|
slug: "rsk-smart-bitcoin",
|
|
@@ -3611,6 +3650,12 @@ const sei = makeConfig({
|
|
|
3611
3650
|
},
|
|
3612
3651
|
morpho: {},
|
|
3613
3652
|
bridges: {
|
|
3653
|
+
chainlink: {
|
|
3654
|
+
atlasNetworkName: "sei-mainnet",
|
|
3655
|
+
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
3656
|
+
chainSelector: 9027416829622342829n,
|
|
3657
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
3658
|
+
},
|
|
3614
3659
|
stargate: {
|
|
3615
3660
|
endpointID: 30280,
|
|
3616
3661
|
blockConfirmations: 20,
|
|
@@ -3726,8 +3771,29 @@ const sonic = makeConfig({
|
|
|
3726
3771
|
safeReorgDistance: 90000,
|
|
3727
3772
|
morpho: {},
|
|
3728
3773
|
externalId: {},
|
|
3729
|
-
markets: {
|
|
3730
|
-
|
|
3774
|
+
markets: {
|
|
3775
|
+
icecreamswap: true,
|
|
3776
|
+
kyberswap: "sonic",
|
|
3777
|
+
openocean: "sonic"
|
|
3778
|
+
},
|
|
3779
|
+
bridges: {
|
|
3780
|
+
chainlink: {
|
|
3781
|
+
atlasNetworkName: "sonic-mainnet",
|
|
3782
|
+
routerAddress: "0xB4e1Ff7882474BB93042be9AD5E1fA387949B860",
|
|
3783
|
+
chainSelector: 1673871237479749969n,
|
|
3784
|
+
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69"
|
|
3785
|
+
},
|
|
3786
|
+
stargate: {
|
|
3787
|
+
endpointID: 30332,
|
|
3788
|
+
blockConfirmations: 20,
|
|
3789
|
+
pools: [
|
|
3790
|
+
{
|
|
3791
|
+
id: 1,
|
|
3792
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
3793
|
+
}
|
|
3794
|
+
]
|
|
3795
|
+
}
|
|
3796
|
+
},
|
|
3731
3797
|
oracles: {},
|
|
3732
3798
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3733
3799
|
uniswap: {
|
package/dist/index.js
CHANGED
|
@@ -30,6 +30,7 @@ const arbitrum = makeConfig({
|
|
|
30
30
|
openocean: "arbitrum",
|
|
31
31
|
zeroex: true,
|
|
32
32
|
cowswap: "arbitrum_one",
|
|
33
|
+
icecreamswap: true
|
|
33
34
|
},
|
|
34
35
|
bridges: {
|
|
35
36
|
chainlink: {
|
|
@@ -325,6 +326,7 @@ const base = makeConfig({
|
|
|
325
326
|
openocean: "base",
|
|
326
327
|
zeroex: true,
|
|
327
328
|
icecreamswap: true,
|
|
329
|
+
cowswap: "base"
|
|
328
330
|
},
|
|
329
331
|
bridges: {
|
|
330
332
|
chainlink: {
|
|
@@ -981,7 +983,8 @@ const celo = makeConfig({
|
|
|
981
983
|
safeReorgDistance: 90000,
|
|
982
984
|
externalId: {},
|
|
983
985
|
markets: {
|
|
984
|
-
icecreamswap: true
|
|
986
|
+
icecreamswap: true,
|
|
987
|
+
openocean: "celo"
|
|
985
988
|
},
|
|
986
989
|
bridges: {
|
|
987
990
|
chainlink: {
|
|
@@ -990,6 +993,10 @@ const celo = makeConfig({
|
|
|
990
993
|
chainSelector: 1346049177634351622n,
|
|
991
994
|
tokenAdminRegistry: "0xf19e0555fAA9051e277eeD5A0DcdB13CDaca39a9"
|
|
992
995
|
},
|
|
996
|
+
wormhole: {
|
|
997
|
+
chain: "Celo",
|
|
998
|
+
timeToFinalize: 10
|
|
999
|
+
}
|
|
993
1000
|
},
|
|
994
1001
|
morpho: {},
|
|
995
1002
|
oracles: {
|
|
@@ -1305,15 +1312,30 @@ const gnosis = makeConfig({
|
|
|
1305
1312
|
openocean: "xdai",
|
|
1306
1313
|
cowswap: "xdai",
|
|
1307
1314
|
paraswap: {
|
|
1308
|
-
routerContract: "0x6A000F20005980200259B80c5102003040001068"
|
|
1309
|
-
}
|
|
1315
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
1316
|
+
},
|
|
1317
|
+
oneinch: true,
|
|
1310
1318
|
},
|
|
1311
1319
|
bridges: {
|
|
1312
1320
|
chainlink: {
|
|
1313
1321
|
atlasNetworkName: "xdai-mainnet",
|
|
1314
1322
|
routerAddress: "0x4aAD6071085df840abD9Baf1697d5D5992bDadce",
|
|
1315
1323
|
chainSelector: 465200170687744372n,
|
|
1316
|
-
tokenAdminRegistry: "0x73BC11423CBF14914998C23B0aFC9BE0cb5B2229"
|
|
1324
|
+
tokenAdminRegistry: "0x73BC11423CBF14914998C23B0aFC9BE0cb5B2229",
|
|
1325
|
+
},
|
|
1326
|
+
stargate: {
|
|
1327
|
+
endpointID: 30145,
|
|
1328
|
+
blockConfirmations: 20,
|
|
1329
|
+
pools: [
|
|
1330
|
+
{
|
|
1331
|
+
id: 1,
|
|
1332
|
+
address: "0xB1EeAD6959cb5bB9B20417d6689922523B2B86C3",
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
id: 13,
|
|
1336
|
+
address: "0xe9aBA835f813ca05E50A6C0ce65D0D74390F7dE7",
|
|
1337
|
+
},
|
|
1338
|
+
],
|
|
1317
1339
|
},
|
|
1318
1340
|
},
|
|
1319
1341
|
oracles: {
|
|
@@ -1602,7 +1624,9 @@ const lightlink = makeConfig({
|
|
|
1602
1624
|
safeReorgDistance: 90000,
|
|
1603
1625
|
morpho: {},
|
|
1604
1626
|
externalId: {},
|
|
1605
|
-
markets: {
|
|
1627
|
+
markets: {
|
|
1628
|
+
icecreamswap: true
|
|
1629
|
+
},
|
|
1606
1630
|
bridges: {
|
|
1607
1631
|
stargate: {
|
|
1608
1632
|
endpointID: 30309,
|
|
@@ -1614,8 +1638,8 @@ const lightlink = makeConfig({
|
|
|
1614
1638
|
},
|
|
1615
1639
|
],
|
|
1616
1640
|
assets: [
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1641
|
+
"0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1642
|
+
"0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1619
1643
|
],
|
|
1620
1644
|
},
|
|
1621
1645
|
},
|
|
@@ -1708,6 +1732,7 @@ const linea = makeConfig({
|
|
|
1708
1732
|
openocean: "linea",
|
|
1709
1733
|
zeroex: true,
|
|
1710
1734
|
icecreamswap: true,
|
|
1735
|
+
oneinch: true,
|
|
1711
1736
|
},
|
|
1712
1737
|
bridges: {
|
|
1713
1738
|
chainlink: {
|
|
@@ -2360,6 +2385,10 @@ const mantle = makeConfig({
|
|
|
2360
2385
|
},
|
|
2361
2386
|
],
|
|
2362
2387
|
},
|
|
2388
|
+
wormhole: {
|
|
2389
|
+
chain: "Mantle",
|
|
2390
|
+
timeToFinalize: 1080,
|
|
2391
|
+
}
|
|
2363
2392
|
},
|
|
2364
2393
|
oracles: {
|
|
2365
2394
|
cmc: {
|
|
@@ -3288,7 +3317,17 @@ const rootstock = makeConfig({
|
|
|
3288
3317
|
icecreamswap: true,
|
|
3289
3318
|
},
|
|
3290
3319
|
morpho: {},
|
|
3291
|
-
bridges: {
|
|
3320
|
+
bridges: {
|
|
3321
|
+
stargate: {
|
|
3322
|
+
endpointID: 30333,
|
|
3323
|
+
blockConfirmations: 20,
|
|
3324
|
+
assets: [
|
|
3325
|
+
"0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
|
|
3326
|
+
"0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
3327
|
+
"0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6"
|
|
3328
|
+
]
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3292
3331
|
oracles: {
|
|
3293
3332
|
cmc: {
|
|
3294
3333
|
slug: "rsk-smart-bitcoin",
|
|
@@ -3613,6 +3652,12 @@ const sei = makeConfig({
|
|
|
3613
3652
|
},
|
|
3614
3653
|
morpho: {},
|
|
3615
3654
|
bridges: {
|
|
3655
|
+
chainlink: {
|
|
3656
|
+
atlasNetworkName: "sei-mainnet",
|
|
3657
|
+
routerAddress: "0xAba60dA7E88F7E8f5868C2B6dE06CB759d693af0",
|
|
3658
|
+
chainSelector: 9027416829622342829n,
|
|
3659
|
+
tokenAdminRegistry: "0x910a46cA93E8086BF1d7D65190eE6AEe5256Bd61"
|
|
3660
|
+
},
|
|
3616
3661
|
stargate: {
|
|
3617
3662
|
endpointID: 30280,
|
|
3618
3663
|
blockConfirmations: 20,
|
|
@@ -3728,8 +3773,29 @@ const sonic = makeConfig({
|
|
|
3728
3773
|
safeReorgDistance: 90000,
|
|
3729
3774
|
morpho: {},
|
|
3730
3775
|
externalId: {},
|
|
3731
|
-
markets: {
|
|
3732
|
-
|
|
3776
|
+
markets: {
|
|
3777
|
+
icecreamswap: true,
|
|
3778
|
+
kyberswap: "sonic",
|
|
3779
|
+
openocean: "sonic"
|
|
3780
|
+
},
|
|
3781
|
+
bridges: {
|
|
3782
|
+
chainlink: {
|
|
3783
|
+
atlasNetworkName: "sonic-mainnet",
|
|
3784
|
+
routerAddress: "0xB4e1Ff7882474BB93042be9AD5E1fA387949B860",
|
|
3785
|
+
chainSelector: 1673871237479749969n,
|
|
3786
|
+
tokenAdminRegistry: "0x2961Cb47b5111F38d75f415c21ceB4120ddd1b69"
|
|
3787
|
+
},
|
|
3788
|
+
stargate: {
|
|
3789
|
+
endpointID: 30332,
|
|
3790
|
+
blockConfirmations: 20,
|
|
3791
|
+
pools: [
|
|
3792
|
+
{
|
|
3793
|
+
id: 1,
|
|
3794
|
+
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
3795
|
+
}
|
|
3796
|
+
]
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3733
3799
|
oracles: {},
|
|
3734
3800
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
3735
3801
|
uniswap: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare const arbitrum: Readonly<{
|
|
|
22
22
|
openocean: string;
|
|
23
23
|
zeroex: true;
|
|
24
24
|
cowswap: string;
|
|
25
|
+
icecreamswap: true;
|
|
25
26
|
};
|
|
26
27
|
bridges: {
|
|
27
28
|
chainlink: {
|
|
@@ -202,6 +203,7 @@ declare const base: Readonly<{
|
|
|
202
203
|
openocean: string;
|
|
203
204
|
zeroex: true;
|
|
204
205
|
icecreamswap: true;
|
|
206
|
+
cowswap: string;
|
|
205
207
|
};
|
|
206
208
|
bridges: {
|
|
207
209
|
chainlink: {
|
|
@@ -1670,6 +1672,7 @@ declare const celo: Readonly<{
|
|
|
1670
1672
|
externalId: {};
|
|
1671
1673
|
markets: {
|
|
1672
1674
|
icecreamswap: true;
|
|
1675
|
+
openocean: string;
|
|
1673
1676
|
};
|
|
1674
1677
|
bridges: {
|
|
1675
1678
|
chainlink: {
|
|
@@ -1678,6 +1681,10 @@ declare const celo: Readonly<{
|
|
|
1678
1681
|
chainSelector: bigint;
|
|
1679
1682
|
tokenAdminRegistry: string;
|
|
1680
1683
|
};
|
|
1684
|
+
wormhole: {
|
|
1685
|
+
chain: string;
|
|
1686
|
+
timeToFinalize: number;
|
|
1687
|
+
};
|
|
1681
1688
|
};
|
|
1682
1689
|
morpho: {};
|
|
1683
1690
|
oracles: {
|
|
@@ -2855,6 +2862,7 @@ declare const gnosis: Readonly<{
|
|
|
2855
2862
|
paraswap: {
|
|
2856
2863
|
routerContract: string;
|
|
2857
2864
|
};
|
|
2865
|
+
oneinch: true;
|
|
2858
2866
|
};
|
|
2859
2867
|
bridges: {
|
|
2860
2868
|
chainlink: {
|
|
@@ -2863,6 +2871,14 @@ declare const gnosis: Readonly<{
|
|
|
2863
2871
|
chainSelector: bigint;
|
|
2864
2872
|
tokenAdminRegistry: string;
|
|
2865
2873
|
};
|
|
2874
|
+
stargate: {
|
|
2875
|
+
endpointID: number;
|
|
2876
|
+
blockConfirmations: number;
|
|
2877
|
+
pools: {
|
|
2878
|
+
id: number;
|
|
2879
|
+
address: string;
|
|
2880
|
+
}[];
|
|
2881
|
+
};
|
|
2866
2882
|
};
|
|
2867
2883
|
oracles: {
|
|
2868
2884
|
cmc: {
|
|
@@ -3209,7 +3225,9 @@ declare const lightlink: Readonly<{
|
|
|
3209
3225
|
safeReorgDistance: 90000;
|
|
3210
3226
|
morpho: {};
|
|
3211
3227
|
externalId: {};
|
|
3212
|
-
markets: {
|
|
3228
|
+
markets: {
|
|
3229
|
+
icecreamswap: true;
|
|
3230
|
+
};
|
|
3213
3231
|
bridges: {
|
|
3214
3232
|
stargate: {
|
|
3215
3233
|
endpointID: number;
|
|
@@ -3336,6 +3354,7 @@ declare const linea: Readonly<{
|
|
|
3336
3354
|
openocean: string;
|
|
3337
3355
|
zeroex: true;
|
|
3338
3356
|
icecreamswap: true;
|
|
3357
|
+
oneinch: true;
|
|
3339
3358
|
};
|
|
3340
3359
|
bridges: {
|
|
3341
3360
|
chainlink: {
|
|
@@ -4170,6 +4189,10 @@ declare const mantle: Readonly<{
|
|
|
4170
4189
|
address: string;
|
|
4171
4190
|
}[];
|
|
4172
4191
|
};
|
|
4192
|
+
wormhole: {
|
|
4193
|
+
chain: string;
|
|
4194
|
+
timeToFinalize: number;
|
|
4195
|
+
};
|
|
4173
4196
|
};
|
|
4174
4197
|
oracles: {
|
|
4175
4198
|
cmc: {
|
|
@@ -5499,7 +5522,13 @@ declare const rootstock: Readonly<{
|
|
|
5499
5522
|
icecreamswap: true;
|
|
5500
5523
|
};
|
|
5501
5524
|
morpho: {};
|
|
5502
|
-
bridges: {
|
|
5525
|
+
bridges: {
|
|
5526
|
+
stargate: {
|
|
5527
|
+
endpointID: number;
|
|
5528
|
+
blockConfirmations: number;
|
|
5529
|
+
assets: string[];
|
|
5530
|
+
};
|
|
5531
|
+
};
|
|
5503
5532
|
oracles: {
|
|
5504
5533
|
cmc: {
|
|
5505
5534
|
slug: string;
|
|
@@ -5880,6 +5909,12 @@ declare const sei: Readonly<{
|
|
|
5880
5909
|
};
|
|
5881
5910
|
morpho: {};
|
|
5882
5911
|
bridges: {
|
|
5912
|
+
chainlink: {
|
|
5913
|
+
atlasNetworkName: string;
|
|
5914
|
+
routerAddress: string;
|
|
5915
|
+
chainSelector: bigint;
|
|
5916
|
+
tokenAdminRegistry: string;
|
|
5917
|
+
};
|
|
5883
5918
|
stargate: {
|
|
5884
5919
|
endpointID: number;
|
|
5885
5920
|
blockConfirmations: number;
|
|
@@ -6001,8 +6036,27 @@ declare const sonic: Readonly<{
|
|
|
6001
6036
|
safeReorgDistance: 90000;
|
|
6002
6037
|
morpho: {};
|
|
6003
6038
|
externalId: {};
|
|
6004
|
-
markets: {
|
|
6005
|
-
|
|
6039
|
+
markets: {
|
|
6040
|
+
icecreamswap: true;
|
|
6041
|
+
kyberswap: string;
|
|
6042
|
+
openocean: string;
|
|
6043
|
+
};
|
|
6044
|
+
bridges: {
|
|
6045
|
+
chainlink: {
|
|
6046
|
+
atlasNetworkName: string;
|
|
6047
|
+
routerAddress: string;
|
|
6048
|
+
chainSelector: bigint;
|
|
6049
|
+
tokenAdminRegistry: string;
|
|
6050
|
+
};
|
|
6051
|
+
stargate: {
|
|
6052
|
+
endpointID: number;
|
|
6053
|
+
blockConfirmations: number;
|
|
6054
|
+
pools: {
|
|
6055
|
+
id: number;
|
|
6056
|
+
address: string;
|
|
6057
|
+
}[];
|
|
6058
|
+
};
|
|
6059
|
+
};
|
|
6006
6060
|
oracles: {};
|
|
6007
6061
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6008
6062
|
uniswap: {
|
|
@@ -7153,7 +7207,7 @@ interface TokenMetadata {
|
|
|
7153
7207
|
interface Markets {
|
|
7154
7208
|
airswap?: boolean;
|
|
7155
7209
|
enso?: any;
|
|
7156
|
-
kyberswap?: string;
|
|
7210
|
+
kyberswap?: string; // from https://github.com/KyberNetwork/kyberswap-documentation/blob/main/kyberswap-solutions/kyberswap-aggregator/aggregator-api-specification/evm-swaps.md
|
|
7157
7211
|
odos?: any;
|
|
7158
7212
|
okx?: any;
|
|
7159
7213
|
oneinch?: boolean;
|
|
@@ -7278,6 +7332,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7278
7332
|
openocean: string;
|
|
7279
7333
|
zeroex: true;
|
|
7280
7334
|
cowswap: string;
|
|
7335
|
+
icecreamswap: true;
|
|
7281
7336
|
};
|
|
7282
7337
|
bridges: {
|
|
7283
7338
|
chainlink: {
|
|
@@ -7453,6 +7508,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7453
7508
|
openocean: string;
|
|
7454
7509
|
zeroex: true;
|
|
7455
7510
|
icecreamswap: true;
|
|
7511
|
+
cowswap: string;
|
|
7456
7512
|
};
|
|
7457
7513
|
bridges: {
|
|
7458
7514
|
chainlink: {
|
|
@@ -9545,7 +9601,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9545
9601
|
icecreamswap: true;
|
|
9546
9602
|
};
|
|
9547
9603
|
morpho: {};
|
|
9548
|
-
bridges: {
|
|
9604
|
+
bridges: {
|
|
9605
|
+
stargate: {
|
|
9606
|
+
endpointID: number;
|
|
9607
|
+
blockConfirmations: number;
|
|
9608
|
+
assets: string[];
|
|
9609
|
+
};
|
|
9610
|
+
};
|
|
9549
9611
|
oracles: {
|
|
9550
9612
|
cmc: {
|
|
9551
9613
|
slug: string;
|
|
@@ -10570,6 +10632,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10570
10632
|
openocean: string;
|
|
10571
10633
|
zeroex: true;
|
|
10572
10634
|
icecreamswap: true;
|
|
10635
|
+
oneinch: true;
|
|
10573
10636
|
};
|
|
10574
10637
|
bridges: {
|
|
10575
10638
|
chainlink: {
|
|
@@ -10841,6 +10904,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10841
10904
|
address: string;
|
|
10842
10905
|
}[];
|
|
10843
10906
|
};
|
|
10907
|
+
wormhole: {
|
|
10908
|
+
chain: string;
|
|
10909
|
+
timeToFinalize: number;
|
|
10910
|
+
};
|
|
10844
10911
|
};
|
|
10845
10912
|
oracles: {
|
|
10846
10913
|
cmc: {
|
|
@@ -10950,6 +11017,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10950
11017
|
};
|
|
10951
11018
|
morpho: {};
|
|
10952
11019
|
bridges: {
|
|
11020
|
+
chainlink: {
|
|
11021
|
+
atlasNetworkName: string;
|
|
11022
|
+
routerAddress: string;
|
|
11023
|
+
chainSelector: bigint;
|
|
11024
|
+
tokenAdminRegistry: string;
|
|
11025
|
+
};
|
|
10953
11026
|
stargate: {
|
|
10954
11027
|
endpointID: number;
|
|
10955
11028
|
blockConfirmations: number;
|
|
@@ -11831,6 +11904,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11831
11904
|
paraswap: {
|
|
11832
11905
|
routerContract: string;
|
|
11833
11906
|
};
|
|
11907
|
+
oneinch: true;
|
|
11834
11908
|
};
|
|
11835
11909
|
bridges: {
|
|
11836
11910
|
chainlink: {
|
|
@@ -11839,6 +11913,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11839
11913
|
chainSelector: bigint;
|
|
11840
11914
|
tokenAdminRegistry: string;
|
|
11841
11915
|
};
|
|
11916
|
+
stargate: {
|
|
11917
|
+
endpointID: number;
|
|
11918
|
+
blockConfirmations: number;
|
|
11919
|
+
pools: {
|
|
11920
|
+
id: number;
|
|
11921
|
+
address: string;
|
|
11922
|
+
}[];
|
|
11923
|
+
};
|
|
11842
11924
|
};
|
|
11843
11925
|
oracles: {
|
|
11844
11926
|
cmc: {
|
|
@@ -12544,8 +12626,27 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12544
12626
|
safeReorgDistance: 90000;
|
|
12545
12627
|
morpho: {};
|
|
12546
12628
|
externalId: {};
|
|
12547
|
-
markets: {
|
|
12548
|
-
|
|
12629
|
+
markets: {
|
|
12630
|
+
icecreamswap: true;
|
|
12631
|
+
kyberswap: string;
|
|
12632
|
+
openocean: string;
|
|
12633
|
+
};
|
|
12634
|
+
bridges: {
|
|
12635
|
+
chainlink: {
|
|
12636
|
+
atlasNetworkName: string;
|
|
12637
|
+
routerAddress: string;
|
|
12638
|
+
chainSelector: bigint;
|
|
12639
|
+
tokenAdminRegistry: string;
|
|
12640
|
+
};
|
|
12641
|
+
stargate: {
|
|
12642
|
+
endpointID: number;
|
|
12643
|
+
blockConfirmations: number;
|
|
12644
|
+
pools: {
|
|
12645
|
+
id: number;
|
|
12646
|
+
address: string;
|
|
12647
|
+
}[];
|
|
12648
|
+
};
|
|
12649
|
+
};
|
|
12549
12650
|
oracles: {};
|
|
12550
12651
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12551
12652
|
uniswap: {
|
|
@@ -12642,6 +12743,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12642
12743
|
externalId: {};
|
|
12643
12744
|
markets: {
|
|
12644
12745
|
icecreamswap: true;
|
|
12746
|
+
openocean: string;
|
|
12645
12747
|
};
|
|
12646
12748
|
bridges: {
|
|
12647
12749
|
chainlink: {
|
|
@@ -12650,6 +12752,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12650
12752
|
chainSelector: bigint;
|
|
12651
12753
|
tokenAdminRegistry: string;
|
|
12652
12754
|
};
|
|
12755
|
+
wormhole: {
|
|
12756
|
+
chain: string;
|
|
12757
|
+
timeToFinalize: number;
|
|
12758
|
+
};
|
|
12653
12759
|
};
|
|
12654
12760
|
morpho: {};
|
|
12655
12761
|
oracles: {
|
|
@@ -14104,7 +14210,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14104
14210
|
safeReorgDistance: 90000;
|
|
14105
14211
|
morpho: {};
|
|
14106
14212
|
externalId: {};
|
|
14107
|
-
markets: {
|
|
14213
|
+
markets: {
|
|
14214
|
+
icecreamswap: true;
|
|
14215
|
+
};
|
|
14108
14216
|
bridges: {
|
|
14109
14217
|
stargate: {
|
|
14110
14218
|
endpointID: number;
|
|
@@ -22,6 +22,7 @@ declare const arbitrum: Readonly<{
|
|
|
22
22
|
openocean: string;
|
|
23
23
|
zeroex: true;
|
|
24
24
|
cowswap: string;
|
|
25
|
+
icecreamswap: true;
|
|
25
26
|
};
|
|
26
27
|
bridges: {
|
|
27
28
|
chainlink: {
|
|
@@ -202,6 +203,7 @@ declare const base: Readonly<{
|
|
|
202
203
|
openocean: string;
|
|
203
204
|
zeroex: true;
|
|
204
205
|
icecreamswap: true;
|
|
206
|
+
cowswap: string;
|
|
205
207
|
};
|
|
206
208
|
bridges: {
|
|
207
209
|
chainlink: {
|
|
@@ -1670,6 +1672,7 @@ declare const celo: Readonly<{
|
|
|
1670
1672
|
externalId: {};
|
|
1671
1673
|
markets: {
|
|
1672
1674
|
icecreamswap: true;
|
|
1675
|
+
openocean: string;
|
|
1673
1676
|
};
|
|
1674
1677
|
bridges: {
|
|
1675
1678
|
chainlink: {
|
|
@@ -1678,6 +1681,10 @@ declare const celo: Readonly<{
|
|
|
1678
1681
|
chainSelector: bigint;
|
|
1679
1682
|
tokenAdminRegistry: string;
|
|
1680
1683
|
};
|
|
1684
|
+
wormhole: {
|
|
1685
|
+
chain: string;
|
|
1686
|
+
timeToFinalize: number;
|
|
1687
|
+
};
|
|
1681
1688
|
};
|
|
1682
1689
|
morpho: {};
|
|
1683
1690
|
oracles: {
|
|
@@ -2855,6 +2862,7 @@ declare const gnosis: Readonly<{
|
|
|
2855
2862
|
paraswap: {
|
|
2856
2863
|
routerContract: string;
|
|
2857
2864
|
};
|
|
2865
|
+
oneinch: true;
|
|
2858
2866
|
};
|
|
2859
2867
|
bridges: {
|
|
2860
2868
|
chainlink: {
|
|
@@ -2863,6 +2871,14 @@ declare const gnosis: Readonly<{
|
|
|
2863
2871
|
chainSelector: bigint;
|
|
2864
2872
|
tokenAdminRegistry: string;
|
|
2865
2873
|
};
|
|
2874
|
+
stargate: {
|
|
2875
|
+
endpointID: number;
|
|
2876
|
+
blockConfirmations: number;
|
|
2877
|
+
pools: {
|
|
2878
|
+
id: number;
|
|
2879
|
+
address: string;
|
|
2880
|
+
}[];
|
|
2881
|
+
};
|
|
2866
2882
|
};
|
|
2867
2883
|
oracles: {
|
|
2868
2884
|
cmc: {
|
|
@@ -3209,7 +3225,9 @@ declare const lightlink: Readonly<{
|
|
|
3209
3225
|
safeReorgDistance: 90000;
|
|
3210
3226
|
morpho: {};
|
|
3211
3227
|
externalId: {};
|
|
3212
|
-
markets: {
|
|
3228
|
+
markets: {
|
|
3229
|
+
icecreamswap: true;
|
|
3230
|
+
};
|
|
3213
3231
|
bridges: {
|
|
3214
3232
|
stargate: {
|
|
3215
3233
|
endpointID: number;
|
|
@@ -3336,6 +3354,7 @@ declare const linea: Readonly<{
|
|
|
3336
3354
|
openocean: string;
|
|
3337
3355
|
zeroex: true;
|
|
3338
3356
|
icecreamswap: true;
|
|
3357
|
+
oneinch: true;
|
|
3339
3358
|
};
|
|
3340
3359
|
bridges: {
|
|
3341
3360
|
chainlink: {
|
|
@@ -4170,6 +4189,10 @@ declare const mantle: Readonly<{
|
|
|
4170
4189
|
address: string;
|
|
4171
4190
|
}[];
|
|
4172
4191
|
};
|
|
4192
|
+
wormhole: {
|
|
4193
|
+
chain: string;
|
|
4194
|
+
timeToFinalize: number;
|
|
4195
|
+
};
|
|
4173
4196
|
};
|
|
4174
4197
|
oracles: {
|
|
4175
4198
|
cmc: {
|
|
@@ -5499,7 +5522,13 @@ declare const rootstock: Readonly<{
|
|
|
5499
5522
|
icecreamswap: true;
|
|
5500
5523
|
};
|
|
5501
5524
|
morpho: {};
|
|
5502
|
-
bridges: {
|
|
5525
|
+
bridges: {
|
|
5526
|
+
stargate: {
|
|
5527
|
+
endpointID: number;
|
|
5528
|
+
blockConfirmations: number;
|
|
5529
|
+
assets: string[];
|
|
5530
|
+
};
|
|
5531
|
+
};
|
|
5503
5532
|
oracles: {
|
|
5504
5533
|
cmc: {
|
|
5505
5534
|
slug: string;
|
|
@@ -5880,6 +5909,12 @@ declare const sei: Readonly<{
|
|
|
5880
5909
|
};
|
|
5881
5910
|
morpho: {};
|
|
5882
5911
|
bridges: {
|
|
5912
|
+
chainlink: {
|
|
5913
|
+
atlasNetworkName: string;
|
|
5914
|
+
routerAddress: string;
|
|
5915
|
+
chainSelector: bigint;
|
|
5916
|
+
tokenAdminRegistry: string;
|
|
5917
|
+
};
|
|
5883
5918
|
stargate: {
|
|
5884
5919
|
endpointID: number;
|
|
5885
5920
|
blockConfirmations: number;
|
|
@@ -6001,8 +6036,27 @@ declare const sonic: Readonly<{
|
|
|
6001
6036
|
safeReorgDistance: 90000;
|
|
6002
6037
|
morpho: {};
|
|
6003
6038
|
externalId: {};
|
|
6004
|
-
markets: {
|
|
6005
|
-
|
|
6039
|
+
markets: {
|
|
6040
|
+
icecreamswap: true;
|
|
6041
|
+
kyberswap: string;
|
|
6042
|
+
openocean: string;
|
|
6043
|
+
};
|
|
6044
|
+
bridges: {
|
|
6045
|
+
chainlink: {
|
|
6046
|
+
atlasNetworkName: string;
|
|
6047
|
+
routerAddress: string;
|
|
6048
|
+
chainSelector: bigint;
|
|
6049
|
+
tokenAdminRegistry: string;
|
|
6050
|
+
};
|
|
6051
|
+
stargate: {
|
|
6052
|
+
endpointID: number;
|
|
6053
|
+
blockConfirmations: number;
|
|
6054
|
+
pools: {
|
|
6055
|
+
id: number;
|
|
6056
|
+
address: string;
|
|
6057
|
+
}[];
|
|
6058
|
+
};
|
|
6059
|
+
};
|
|
6006
6060
|
oracles: {};
|
|
6007
6061
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6008
6062
|
uniswap: {
|
|
@@ -7153,7 +7207,7 @@ interface TokenMetadata {
|
|
|
7153
7207
|
interface Markets {
|
|
7154
7208
|
airswap?: boolean;
|
|
7155
7209
|
enso?: any;
|
|
7156
|
-
kyberswap?: string;
|
|
7210
|
+
kyberswap?: string; // from https://github.com/KyberNetwork/kyberswap-documentation/blob/main/kyberswap-solutions/kyberswap-aggregator/aggregator-api-specification/evm-swaps.md
|
|
7157
7211
|
odos?: any;
|
|
7158
7212
|
okx?: any;
|
|
7159
7213
|
oneinch?: boolean;
|
|
@@ -7278,6 +7332,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7278
7332
|
openocean: string;
|
|
7279
7333
|
zeroex: true;
|
|
7280
7334
|
cowswap: string;
|
|
7335
|
+
icecreamswap: true;
|
|
7281
7336
|
};
|
|
7282
7337
|
bridges: {
|
|
7283
7338
|
chainlink: {
|
|
@@ -7453,6 +7508,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7453
7508
|
openocean: string;
|
|
7454
7509
|
zeroex: true;
|
|
7455
7510
|
icecreamswap: true;
|
|
7511
|
+
cowswap: string;
|
|
7456
7512
|
};
|
|
7457
7513
|
bridges: {
|
|
7458
7514
|
chainlink: {
|
|
@@ -9545,7 +9601,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9545
9601
|
icecreamswap: true;
|
|
9546
9602
|
};
|
|
9547
9603
|
morpho: {};
|
|
9548
|
-
bridges: {
|
|
9604
|
+
bridges: {
|
|
9605
|
+
stargate: {
|
|
9606
|
+
endpointID: number;
|
|
9607
|
+
blockConfirmations: number;
|
|
9608
|
+
assets: string[];
|
|
9609
|
+
};
|
|
9610
|
+
};
|
|
9549
9611
|
oracles: {
|
|
9550
9612
|
cmc: {
|
|
9551
9613
|
slug: string;
|
|
@@ -10570,6 +10632,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10570
10632
|
openocean: string;
|
|
10571
10633
|
zeroex: true;
|
|
10572
10634
|
icecreamswap: true;
|
|
10635
|
+
oneinch: true;
|
|
10573
10636
|
};
|
|
10574
10637
|
bridges: {
|
|
10575
10638
|
chainlink: {
|
|
@@ -10841,6 +10904,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10841
10904
|
address: string;
|
|
10842
10905
|
}[];
|
|
10843
10906
|
};
|
|
10907
|
+
wormhole: {
|
|
10908
|
+
chain: string;
|
|
10909
|
+
timeToFinalize: number;
|
|
10910
|
+
};
|
|
10844
10911
|
};
|
|
10845
10912
|
oracles: {
|
|
10846
10913
|
cmc: {
|
|
@@ -10950,6 +11017,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10950
11017
|
};
|
|
10951
11018
|
morpho: {};
|
|
10952
11019
|
bridges: {
|
|
11020
|
+
chainlink: {
|
|
11021
|
+
atlasNetworkName: string;
|
|
11022
|
+
routerAddress: string;
|
|
11023
|
+
chainSelector: bigint;
|
|
11024
|
+
tokenAdminRegistry: string;
|
|
11025
|
+
};
|
|
10953
11026
|
stargate: {
|
|
10954
11027
|
endpointID: number;
|
|
10955
11028
|
blockConfirmations: number;
|
|
@@ -11831,6 +11904,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11831
11904
|
paraswap: {
|
|
11832
11905
|
routerContract: string;
|
|
11833
11906
|
};
|
|
11907
|
+
oneinch: true;
|
|
11834
11908
|
};
|
|
11835
11909
|
bridges: {
|
|
11836
11910
|
chainlink: {
|
|
@@ -11839,6 +11913,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11839
11913
|
chainSelector: bigint;
|
|
11840
11914
|
tokenAdminRegistry: string;
|
|
11841
11915
|
};
|
|
11916
|
+
stargate: {
|
|
11917
|
+
endpointID: number;
|
|
11918
|
+
blockConfirmations: number;
|
|
11919
|
+
pools: {
|
|
11920
|
+
id: number;
|
|
11921
|
+
address: string;
|
|
11922
|
+
}[];
|
|
11923
|
+
};
|
|
11842
11924
|
};
|
|
11843
11925
|
oracles: {
|
|
11844
11926
|
cmc: {
|
|
@@ -12544,8 +12626,27 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12544
12626
|
safeReorgDistance: 90000;
|
|
12545
12627
|
morpho: {};
|
|
12546
12628
|
externalId: {};
|
|
12547
|
-
markets: {
|
|
12548
|
-
|
|
12629
|
+
markets: {
|
|
12630
|
+
icecreamswap: true;
|
|
12631
|
+
kyberswap: string;
|
|
12632
|
+
openocean: string;
|
|
12633
|
+
};
|
|
12634
|
+
bridges: {
|
|
12635
|
+
chainlink: {
|
|
12636
|
+
atlasNetworkName: string;
|
|
12637
|
+
routerAddress: string;
|
|
12638
|
+
chainSelector: bigint;
|
|
12639
|
+
tokenAdminRegistry: string;
|
|
12640
|
+
};
|
|
12641
|
+
stargate: {
|
|
12642
|
+
endpointID: number;
|
|
12643
|
+
blockConfirmations: number;
|
|
12644
|
+
pools: {
|
|
12645
|
+
id: number;
|
|
12646
|
+
address: string;
|
|
12647
|
+
}[];
|
|
12648
|
+
};
|
|
12649
|
+
};
|
|
12549
12650
|
oracles: {};
|
|
12550
12651
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12551
12652
|
uniswap: {
|
|
@@ -12642,6 +12743,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12642
12743
|
externalId: {};
|
|
12643
12744
|
markets: {
|
|
12644
12745
|
icecreamswap: true;
|
|
12746
|
+
openocean: string;
|
|
12645
12747
|
};
|
|
12646
12748
|
bridges: {
|
|
12647
12749
|
chainlink: {
|
|
@@ -12650,6 +12752,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12650
12752
|
chainSelector: bigint;
|
|
12651
12753
|
tokenAdminRegistry: string;
|
|
12652
12754
|
};
|
|
12755
|
+
wormhole: {
|
|
12756
|
+
chain: string;
|
|
12757
|
+
timeToFinalize: number;
|
|
12758
|
+
};
|
|
12653
12759
|
};
|
|
12654
12760
|
morpho: {};
|
|
12655
12761
|
oracles: {
|
|
@@ -14104,7 +14210,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14104
14210
|
safeReorgDistance: 90000;
|
|
14105
14211
|
morpho: {};
|
|
14106
14212
|
externalId: {};
|
|
14107
|
-
markets: {
|
|
14213
|
+
markets: {
|
|
14214
|
+
icecreamswap: true;
|
|
14215
|
+
};
|
|
14108
14216
|
bridges: {
|
|
14109
14217
|
stargate: {
|
|
14110
14218
|
endpointID: number;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare const arbitrum: Readonly<{
|
|
|
22
22
|
openocean: string;
|
|
23
23
|
zeroex: true;
|
|
24
24
|
cowswap: string;
|
|
25
|
+
icecreamswap: true;
|
|
25
26
|
};
|
|
26
27
|
bridges: {
|
|
27
28
|
chainlink: {
|
|
@@ -202,6 +203,7 @@ declare const base: Readonly<{
|
|
|
202
203
|
openocean: string;
|
|
203
204
|
zeroex: true;
|
|
204
205
|
icecreamswap: true;
|
|
206
|
+
cowswap: string;
|
|
205
207
|
};
|
|
206
208
|
bridges: {
|
|
207
209
|
chainlink: {
|
|
@@ -1670,6 +1672,7 @@ declare const celo: Readonly<{
|
|
|
1670
1672
|
externalId: {};
|
|
1671
1673
|
markets: {
|
|
1672
1674
|
icecreamswap: true;
|
|
1675
|
+
openocean: string;
|
|
1673
1676
|
};
|
|
1674
1677
|
bridges: {
|
|
1675
1678
|
chainlink: {
|
|
@@ -1678,6 +1681,10 @@ declare const celo: Readonly<{
|
|
|
1678
1681
|
chainSelector: bigint;
|
|
1679
1682
|
tokenAdminRegistry: string;
|
|
1680
1683
|
};
|
|
1684
|
+
wormhole: {
|
|
1685
|
+
chain: string;
|
|
1686
|
+
timeToFinalize: number;
|
|
1687
|
+
};
|
|
1681
1688
|
};
|
|
1682
1689
|
morpho: {};
|
|
1683
1690
|
oracles: {
|
|
@@ -2855,6 +2862,7 @@ declare const gnosis: Readonly<{
|
|
|
2855
2862
|
paraswap: {
|
|
2856
2863
|
routerContract: string;
|
|
2857
2864
|
};
|
|
2865
|
+
oneinch: true;
|
|
2858
2866
|
};
|
|
2859
2867
|
bridges: {
|
|
2860
2868
|
chainlink: {
|
|
@@ -2863,6 +2871,14 @@ declare const gnosis: Readonly<{
|
|
|
2863
2871
|
chainSelector: bigint;
|
|
2864
2872
|
tokenAdminRegistry: string;
|
|
2865
2873
|
};
|
|
2874
|
+
stargate: {
|
|
2875
|
+
endpointID: number;
|
|
2876
|
+
blockConfirmations: number;
|
|
2877
|
+
pools: {
|
|
2878
|
+
id: number;
|
|
2879
|
+
address: string;
|
|
2880
|
+
}[];
|
|
2881
|
+
};
|
|
2866
2882
|
};
|
|
2867
2883
|
oracles: {
|
|
2868
2884
|
cmc: {
|
|
@@ -3209,7 +3225,9 @@ declare const lightlink: Readonly<{
|
|
|
3209
3225
|
safeReorgDistance: 90000;
|
|
3210
3226
|
morpho: {};
|
|
3211
3227
|
externalId: {};
|
|
3212
|
-
markets: {
|
|
3228
|
+
markets: {
|
|
3229
|
+
icecreamswap: true;
|
|
3230
|
+
};
|
|
3213
3231
|
bridges: {
|
|
3214
3232
|
stargate: {
|
|
3215
3233
|
endpointID: number;
|
|
@@ -3336,6 +3354,7 @@ declare const linea: Readonly<{
|
|
|
3336
3354
|
openocean: string;
|
|
3337
3355
|
zeroex: true;
|
|
3338
3356
|
icecreamswap: true;
|
|
3357
|
+
oneinch: true;
|
|
3339
3358
|
};
|
|
3340
3359
|
bridges: {
|
|
3341
3360
|
chainlink: {
|
|
@@ -4170,6 +4189,10 @@ declare const mantle: Readonly<{
|
|
|
4170
4189
|
address: string;
|
|
4171
4190
|
}[];
|
|
4172
4191
|
};
|
|
4192
|
+
wormhole: {
|
|
4193
|
+
chain: string;
|
|
4194
|
+
timeToFinalize: number;
|
|
4195
|
+
};
|
|
4173
4196
|
};
|
|
4174
4197
|
oracles: {
|
|
4175
4198
|
cmc: {
|
|
@@ -5499,7 +5522,13 @@ declare const rootstock: Readonly<{
|
|
|
5499
5522
|
icecreamswap: true;
|
|
5500
5523
|
};
|
|
5501
5524
|
morpho: {};
|
|
5502
|
-
bridges: {
|
|
5525
|
+
bridges: {
|
|
5526
|
+
stargate: {
|
|
5527
|
+
endpointID: number;
|
|
5528
|
+
blockConfirmations: number;
|
|
5529
|
+
assets: string[];
|
|
5530
|
+
};
|
|
5531
|
+
};
|
|
5503
5532
|
oracles: {
|
|
5504
5533
|
cmc: {
|
|
5505
5534
|
slug: string;
|
|
@@ -5880,6 +5909,12 @@ declare const sei: Readonly<{
|
|
|
5880
5909
|
};
|
|
5881
5910
|
morpho: {};
|
|
5882
5911
|
bridges: {
|
|
5912
|
+
chainlink: {
|
|
5913
|
+
atlasNetworkName: string;
|
|
5914
|
+
routerAddress: string;
|
|
5915
|
+
chainSelector: bigint;
|
|
5916
|
+
tokenAdminRegistry: string;
|
|
5917
|
+
};
|
|
5883
5918
|
stargate: {
|
|
5884
5919
|
endpointID: number;
|
|
5885
5920
|
blockConfirmations: number;
|
|
@@ -6001,8 +6036,27 @@ declare const sonic: Readonly<{
|
|
|
6001
6036
|
safeReorgDistance: 90000;
|
|
6002
6037
|
morpho: {};
|
|
6003
6038
|
externalId: {};
|
|
6004
|
-
markets: {
|
|
6005
|
-
|
|
6039
|
+
markets: {
|
|
6040
|
+
icecreamswap: true;
|
|
6041
|
+
kyberswap: string;
|
|
6042
|
+
openocean: string;
|
|
6043
|
+
};
|
|
6044
|
+
bridges: {
|
|
6045
|
+
chainlink: {
|
|
6046
|
+
atlasNetworkName: string;
|
|
6047
|
+
routerAddress: string;
|
|
6048
|
+
chainSelector: bigint;
|
|
6049
|
+
tokenAdminRegistry: string;
|
|
6050
|
+
};
|
|
6051
|
+
stargate: {
|
|
6052
|
+
endpointID: number;
|
|
6053
|
+
blockConfirmations: number;
|
|
6054
|
+
pools: {
|
|
6055
|
+
id: number;
|
|
6056
|
+
address: string;
|
|
6057
|
+
}[];
|
|
6058
|
+
};
|
|
6059
|
+
};
|
|
6006
6060
|
oracles: {};
|
|
6007
6061
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6008
6062
|
uniswap: {
|
|
@@ -7153,7 +7207,7 @@ interface TokenMetadata {
|
|
|
7153
7207
|
interface Markets {
|
|
7154
7208
|
airswap?: boolean;
|
|
7155
7209
|
enso?: any;
|
|
7156
|
-
kyberswap?: string;
|
|
7210
|
+
kyberswap?: string; // from https://github.com/KyberNetwork/kyberswap-documentation/blob/main/kyberswap-solutions/kyberswap-aggregator/aggregator-api-specification/evm-swaps.md
|
|
7157
7211
|
odos?: any;
|
|
7158
7212
|
okx?: any;
|
|
7159
7213
|
oneinch?: boolean;
|
|
@@ -7278,6 +7332,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7278
7332
|
openocean: string;
|
|
7279
7333
|
zeroex: true;
|
|
7280
7334
|
cowswap: string;
|
|
7335
|
+
icecreamswap: true;
|
|
7281
7336
|
};
|
|
7282
7337
|
bridges: {
|
|
7283
7338
|
chainlink: {
|
|
@@ -7453,6 +7508,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7453
7508
|
openocean: string;
|
|
7454
7509
|
zeroex: true;
|
|
7455
7510
|
icecreamswap: true;
|
|
7511
|
+
cowswap: string;
|
|
7456
7512
|
};
|
|
7457
7513
|
bridges: {
|
|
7458
7514
|
chainlink: {
|
|
@@ -9545,7 +9601,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9545
9601
|
icecreamswap: true;
|
|
9546
9602
|
};
|
|
9547
9603
|
morpho: {};
|
|
9548
|
-
bridges: {
|
|
9604
|
+
bridges: {
|
|
9605
|
+
stargate: {
|
|
9606
|
+
endpointID: number;
|
|
9607
|
+
blockConfirmations: number;
|
|
9608
|
+
assets: string[];
|
|
9609
|
+
};
|
|
9610
|
+
};
|
|
9549
9611
|
oracles: {
|
|
9550
9612
|
cmc: {
|
|
9551
9613
|
slug: string;
|
|
@@ -10570,6 +10632,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10570
10632
|
openocean: string;
|
|
10571
10633
|
zeroex: true;
|
|
10572
10634
|
icecreamswap: true;
|
|
10635
|
+
oneinch: true;
|
|
10573
10636
|
};
|
|
10574
10637
|
bridges: {
|
|
10575
10638
|
chainlink: {
|
|
@@ -10841,6 +10904,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10841
10904
|
address: string;
|
|
10842
10905
|
}[];
|
|
10843
10906
|
};
|
|
10907
|
+
wormhole: {
|
|
10908
|
+
chain: string;
|
|
10909
|
+
timeToFinalize: number;
|
|
10910
|
+
};
|
|
10844
10911
|
};
|
|
10845
10912
|
oracles: {
|
|
10846
10913
|
cmc: {
|
|
@@ -10950,6 +11017,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10950
11017
|
};
|
|
10951
11018
|
morpho: {};
|
|
10952
11019
|
bridges: {
|
|
11020
|
+
chainlink: {
|
|
11021
|
+
atlasNetworkName: string;
|
|
11022
|
+
routerAddress: string;
|
|
11023
|
+
chainSelector: bigint;
|
|
11024
|
+
tokenAdminRegistry: string;
|
|
11025
|
+
};
|
|
10953
11026
|
stargate: {
|
|
10954
11027
|
endpointID: number;
|
|
10955
11028
|
blockConfirmations: number;
|
|
@@ -11831,6 +11904,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11831
11904
|
paraswap: {
|
|
11832
11905
|
routerContract: string;
|
|
11833
11906
|
};
|
|
11907
|
+
oneinch: true;
|
|
11834
11908
|
};
|
|
11835
11909
|
bridges: {
|
|
11836
11910
|
chainlink: {
|
|
@@ -11839,6 +11913,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11839
11913
|
chainSelector: bigint;
|
|
11840
11914
|
tokenAdminRegistry: string;
|
|
11841
11915
|
};
|
|
11916
|
+
stargate: {
|
|
11917
|
+
endpointID: number;
|
|
11918
|
+
blockConfirmations: number;
|
|
11919
|
+
pools: {
|
|
11920
|
+
id: number;
|
|
11921
|
+
address: string;
|
|
11922
|
+
}[];
|
|
11923
|
+
};
|
|
11842
11924
|
};
|
|
11843
11925
|
oracles: {
|
|
11844
11926
|
cmc: {
|
|
@@ -12544,8 +12626,27 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12544
12626
|
safeReorgDistance: 90000;
|
|
12545
12627
|
morpho: {};
|
|
12546
12628
|
externalId: {};
|
|
12547
|
-
markets: {
|
|
12548
|
-
|
|
12629
|
+
markets: {
|
|
12630
|
+
icecreamswap: true;
|
|
12631
|
+
kyberswap: string;
|
|
12632
|
+
openocean: string;
|
|
12633
|
+
};
|
|
12634
|
+
bridges: {
|
|
12635
|
+
chainlink: {
|
|
12636
|
+
atlasNetworkName: string;
|
|
12637
|
+
routerAddress: string;
|
|
12638
|
+
chainSelector: bigint;
|
|
12639
|
+
tokenAdminRegistry: string;
|
|
12640
|
+
};
|
|
12641
|
+
stargate: {
|
|
12642
|
+
endpointID: number;
|
|
12643
|
+
blockConfirmations: number;
|
|
12644
|
+
pools: {
|
|
12645
|
+
id: number;
|
|
12646
|
+
address: string;
|
|
12647
|
+
}[];
|
|
12648
|
+
};
|
|
12649
|
+
};
|
|
12549
12650
|
oracles: {};
|
|
12550
12651
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12551
12652
|
uniswap: {
|
|
@@ -12642,6 +12743,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12642
12743
|
externalId: {};
|
|
12643
12744
|
markets: {
|
|
12644
12745
|
icecreamswap: true;
|
|
12746
|
+
openocean: string;
|
|
12645
12747
|
};
|
|
12646
12748
|
bridges: {
|
|
12647
12749
|
chainlink: {
|
|
@@ -12650,6 +12752,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12650
12752
|
chainSelector: bigint;
|
|
12651
12753
|
tokenAdminRegistry: string;
|
|
12652
12754
|
};
|
|
12755
|
+
wormhole: {
|
|
12756
|
+
chain: string;
|
|
12757
|
+
timeToFinalize: number;
|
|
12758
|
+
};
|
|
12653
12759
|
};
|
|
12654
12760
|
morpho: {};
|
|
12655
12761
|
oracles: {
|
|
@@ -14104,7 +14210,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14104
14210
|
safeReorgDistance: 90000;
|
|
14105
14211
|
morpho: {};
|
|
14106
14212
|
externalId: {};
|
|
14107
|
-
markets: {
|
|
14213
|
+
markets: {
|
|
14214
|
+
icecreamswap: true;
|
|
14215
|
+
};
|
|
14108
14216
|
bridges: {
|
|
14109
14217
|
stargate: {
|
|
14110
14218
|
endpointID: number;
|