@gfxlabs/oku-chains 1.1.116 → 1.1.118
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 +17 -10
- package/dist/index-mjs.js +17 -10
- package/dist/index.js +17 -10
- package/dist/types/browser.d.ts +33 -19
- package/dist/types/index-mjs.d.ts +33 -19
- package/dist/types/index.d.ts +33 -19
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
kyberswap: "arbitrum",
|
|
25
25
|
oneinch: true,
|
|
26
26
|
paraswap: {
|
|
27
|
-
|
|
27
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
28
28
|
},
|
|
29
29
|
propellerswap: "arbitrum",
|
|
30
30
|
openocean: "arbitrum",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
kyberswap: "base",
|
|
313
313
|
oneinch: true,
|
|
314
314
|
paraswap: {
|
|
315
|
-
|
|
315
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
316
316
|
},
|
|
317
317
|
openocean: "base",
|
|
318
318
|
zeroex: true,
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
kyberswap: "bsc",
|
|
773
773
|
oneinch: true,
|
|
774
774
|
paraswap: {
|
|
775
|
-
|
|
775
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
776
776
|
},
|
|
777
777
|
propellerswap: "bsc",
|
|
778
778
|
openocean: "bsc",
|
|
@@ -1076,11 +1076,14 @@
|
|
|
1076
1076
|
logoUrl: "https://assets.oku.trade/gnosis-logo.png",
|
|
1077
1077
|
safeReorgDistance: 90000,
|
|
1078
1078
|
externalId: {
|
|
1079
|
-
zerion: "
|
|
1079
|
+
zerion: "xdai",
|
|
1080
1080
|
},
|
|
1081
1081
|
markets: {
|
|
1082
1082
|
openocean: "xdai",
|
|
1083
1083
|
cowswap: "xdai",
|
|
1084
|
+
paraswap: {
|
|
1085
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068"
|
|
1086
|
+
}
|
|
1084
1087
|
},
|
|
1085
1088
|
bridges: {},
|
|
1086
1089
|
oracles: {
|
|
@@ -1294,7 +1297,9 @@
|
|
|
1294
1297
|
sortIndex: 15,
|
|
1295
1298
|
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
1296
1299
|
safeReorgDistance: 90000,
|
|
1297
|
-
externalId: {
|
|
1300
|
+
externalId: {
|
|
1301
|
+
zerion: "lisk"
|
|
1302
|
+
},
|
|
1298
1303
|
markets: {},
|
|
1299
1304
|
bridges: {},
|
|
1300
1305
|
oracles: {
|
|
@@ -1395,7 +1400,7 @@
|
|
|
1395
1400
|
kyberswap: "ethereum",
|
|
1396
1401
|
oneinch: true,
|
|
1397
1402
|
paraswap: {
|
|
1398
|
-
|
|
1403
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
1399
1404
|
},
|
|
1400
1405
|
propellerswap: "ethereum",
|
|
1401
1406
|
openocean: "eth",
|
|
@@ -2024,7 +2029,7 @@
|
|
|
2024
2029
|
kyberswap: "optimism",
|
|
2025
2030
|
oneinch: true,
|
|
2026
2031
|
paraswap: {
|
|
2027
|
-
|
|
2032
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
2028
2033
|
},
|
|
2029
2034
|
openocean: "optimism",
|
|
2030
2035
|
zeroex: true,
|
|
@@ -2306,7 +2311,7 @@
|
|
|
2306
2311
|
kyberswap: "polygon",
|
|
2307
2312
|
oneinch: true,
|
|
2308
2313
|
paraswap: {
|
|
2309
|
-
|
|
2314
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
2310
2315
|
},
|
|
2311
2316
|
propellerswap: "polygon",
|
|
2312
2317
|
openocean: "polygon",
|
|
@@ -2905,7 +2910,9 @@
|
|
|
2905
2910
|
sortIndex: 4,
|
|
2906
2911
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2907
2912
|
safeReorgDistance: 90000,
|
|
2908
|
-
externalId: {
|
|
2913
|
+
externalId: {
|
|
2914
|
+
zerion: "taiko"
|
|
2915
|
+
},
|
|
2909
2916
|
markets: {},
|
|
2910
2917
|
bridges: {
|
|
2911
2918
|
rhinofi: "TAIKO",
|
|
@@ -3115,7 +3122,7 @@
|
|
|
3115
3122
|
markets: {
|
|
3116
3123
|
kyberswap: "polygon-zkevm",
|
|
3117
3124
|
paraswap: {
|
|
3118
|
-
|
|
3125
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
3119
3126
|
},
|
|
3120
3127
|
openocean: "polygon_zkevm",
|
|
3121
3128
|
},
|
package/dist/index-mjs.js
CHANGED
|
@@ -20,7 +20,7 @@ const arbitrum = makeConfig({
|
|
|
20
20
|
kyberswap: "arbitrum",
|
|
21
21
|
oneinch: true,
|
|
22
22
|
paraswap: {
|
|
23
|
-
|
|
23
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
24
24
|
},
|
|
25
25
|
propellerswap: "arbitrum",
|
|
26
26
|
openocean: "arbitrum",
|
|
@@ -308,7 +308,7 @@ const base = makeConfig({
|
|
|
308
308
|
kyberswap: "base",
|
|
309
309
|
oneinch: true,
|
|
310
310
|
paraswap: {
|
|
311
|
-
|
|
311
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
312
312
|
},
|
|
313
313
|
openocean: "base",
|
|
314
314
|
zeroex: true,
|
|
@@ -768,7 +768,7 @@ const bsc = makeConfig({
|
|
|
768
768
|
kyberswap: "bsc",
|
|
769
769
|
oneinch: true,
|
|
770
770
|
paraswap: {
|
|
771
|
-
|
|
771
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
772
772
|
},
|
|
773
773
|
propellerswap: "bsc",
|
|
774
774
|
openocean: "bsc",
|
|
@@ -1072,11 +1072,14 @@ const gnosis = makeConfig({
|
|
|
1072
1072
|
logoUrl: "https://assets.oku.trade/gnosis-logo.png",
|
|
1073
1073
|
safeReorgDistance: 90000,
|
|
1074
1074
|
externalId: {
|
|
1075
|
-
zerion: "
|
|
1075
|
+
zerion: "xdai",
|
|
1076
1076
|
},
|
|
1077
1077
|
markets: {
|
|
1078
1078
|
openocean: "xdai",
|
|
1079
1079
|
cowswap: "xdai",
|
|
1080
|
+
paraswap: {
|
|
1081
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068"
|
|
1082
|
+
}
|
|
1080
1083
|
},
|
|
1081
1084
|
bridges: {},
|
|
1082
1085
|
oracles: {
|
|
@@ -1290,7 +1293,9 @@ const lisk = makeConfig({
|
|
|
1290
1293
|
sortIndex: 15,
|
|
1291
1294
|
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
1292
1295
|
safeReorgDistance: 90000,
|
|
1293
|
-
externalId: {
|
|
1296
|
+
externalId: {
|
|
1297
|
+
zerion: "lisk"
|
|
1298
|
+
},
|
|
1294
1299
|
markets: {},
|
|
1295
1300
|
bridges: {},
|
|
1296
1301
|
oracles: {
|
|
@@ -1391,7 +1396,7 @@ const mainnet = makeConfig({
|
|
|
1391
1396
|
kyberswap: "ethereum",
|
|
1392
1397
|
oneinch: true,
|
|
1393
1398
|
paraswap: {
|
|
1394
|
-
|
|
1399
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
1395
1400
|
},
|
|
1396
1401
|
propellerswap: "ethereum",
|
|
1397
1402
|
openocean: "eth",
|
|
@@ -2020,7 +2025,7 @@ const optimism = makeConfig({
|
|
|
2020
2025
|
kyberswap: "optimism",
|
|
2021
2026
|
oneinch: true,
|
|
2022
2027
|
paraswap: {
|
|
2023
|
-
|
|
2028
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
2024
2029
|
},
|
|
2025
2030
|
openocean: "optimism",
|
|
2026
2031
|
zeroex: true,
|
|
@@ -2302,7 +2307,7 @@ const polygon = makeConfig({
|
|
|
2302
2307
|
kyberswap: "polygon",
|
|
2303
2308
|
oneinch: true,
|
|
2304
2309
|
paraswap: {
|
|
2305
|
-
|
|
2310
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
2306
2311
|
},
|
|
2307
2312
|
propellerswap: "polygon",
|
|
2308
2313
|
openocean: "polygon",
|
|
@@ -2901,7 +2906,9 @@ const taiko = makeConfig({
|
|
|
2901
2906
|
sortIndex: 4,
|
|
2902
2907
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2903
2908
|
safeReorgDistance: 90000,
|
|
2904
|
-
externalId: {
|
|
2909
|
+
externalId: {
|
|
2910
|
+
zerion: "taiko"
|
|
2911
|
+
},
|
|
2905
2912
|
markets: {},
|
|
2906
2913
|
bridges: {
|
|
2907
2914
|
rhinofi: "TAIKO",
|
|
@@ -3111,7 +3118,7 @@ const polygonZkEvm = makeConfig({
|
|
|
3111
3118
|
markets: {
|
|
3112
3119
|
kyberswap: "polygon-zkevm",
|
|
3113
3120
|
paraswap: {
|
|
3114
|
-
|
|
3121
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
3115
3122
|
},
|
|
3116
3123
|
openocean: "polygon_zkevm",
|
|
3117
3124
|
},
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ const arbitrum = makeConfig({
|
|
|
22
22
|
kyberswap: "arbitrum",
|
|
23
23
|
oneinch: true,
|
|
24
24
|
paraswap: {
|
|
25
|
-
|
|
25
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
26
26
|
},
|
|
27
27
|
propellerswap: "arbitrum",
|
|
28
28
|
openocean: "arbitrum",
|
|
@@ -310,7 +310,7 @@ const base = makeConfig({
|
|
|
310
310
|
kyberswap: "base",
|
|
311
311
|
oneinch: true,
|
|
312
312
|
paraswap: {
|
|
313
|
-
|
|
313
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
314
314
|
},
|
|
315
315
|
openocean: "base",
|
|
316
316
|
zeroex: true,
|
|
@@ -770,7 +770,7 @@ const bsc = makeConfig({
|
|
|
770
770
|
kyberswap: "bsc",
|
|
771
771
|
oneinch: true,
|
|
772
772
|
paraswap: {
|
|
773
|
-
|
|
773
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
774
774
|
},
|
|
775
775
|
propellerswap: "bsc",
|
|
776
776
|
openocean: "bsc",
|
|
@@ -1074,11 +1074,14 @@ const gnosis = makeConfig({
|
|
|
1074
1074
|
logoUrl: "https://assets.oku.trade/gnosis-logo.png",
|
|
1075
1075
|
safeReorgDistance: 90000,
|
|
1076
1076
|
externalId: {
|
|
1077
|
-
zerion: "
|
|
1077
|
+
zerion: "xdai",
|
|
1078
1078
|
},
|
|
1079
1079
|
markets: {
|
|
1080
1080
|
openocean: "xdai",
|
|
1081
1081
|
cowswap: "xdai",
|
|
1082
|
+
paraswap: {
|
|
1083
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068"
|
|
1084
|
+
}
|
|
1082
1085
|
},
|
|
1083
1086
|
bridges: {},
|
|
1084
1087
|
oracles: {
|
|
@@ -1292,7 +1295,9 @@ const lisk = makeConfig({
|
|
|
1292
1295
|
sortIndex: 15,
|
|
1293
1296
|
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
1294
1297
|
safeReorgDistance: 90000,
|
|
1295
|
-
externalId: {
|
|
1298
|
+
externalId: {
|
|
1299
|
+
zerion: "lisk"
|
|
1300
|
+
},
|
|
1296
1301
|
markets: {},
|
|
1297
1302
|
bridges: {},
|
|
1298
1303
|
oracles: {
|
|
@@ -1393,7 +1398,7 @@ const mainnet = makeConfig({
|
|
|
1393
1398
|
kyberswap: "ethereum",
|
|
1394
1399
|
oneinch: true,
|
|
1395
1400
|
paraswap: {
|
|
1396
|
-
|
|
1401
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
1397
1402
|
},
|
|
1398
1403
|
propellerswap: "ethereum",
|
|
1399
1404
|
openocean: "eth",
|
|
@@ -2022,7 +2027,7 @@ const optimism = makeConfig({
|
|
|
2022
2027
|
kyberswap: "optimism",
|
|
2023
2028
|
oneinch: true,
|
|
2024
2029
|
paraswap: {
|
|
2025
|
-
|
|
2030
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
2026
2031
|
},
|
|
2027
2032
|
openocean: "optimism",
|
|
2028
2033
|
zeroex: true,
|
|
@@ -2304,7 +2309,7 @@ const polygon = makeConfig({
|
|
|
2304
2309
|
kyberswap: "polygon",
|
|
2305
2310
|
oneinch: true,
|
|
2306
2311
|
paraswap: {
|
|
2307
|
-
|
|
2312
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
2308
2313
|
},
|
|
2309
2314
|
propellerswap: "polygon",
|
|
2310
2315
|
openocean: "polygon",
|
|
@@ -2903,7 +2908,9 @@ const taiko = makeConfig({
|
|
|
2903
2908
|
sortIndex: 4,
|
|
2904
2909
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2905
2910
|
safeReorgDistance: 90000,
|
|
2906
|
-
externalId: {
|
|
2911
|
+
externalId: {
|
|
2912
|
+
zerion: "taiko"
|
|
2913
|
+
},
|
|
2907
2914
|
markets: {},
|
|
2908
2915
|
bridges: {
|
|
2909
2916
|
rhinofi: "TAIKO",
|
|
@@ -3113,7 +3120,7 @@ const polygonZkEvm = makeConfig({
|
|
|
3113
3120
|
markets: {
|
|
3114
3121
|
kyberswap: "polygon-zkevm",
|
|
3115
3122
|
paraswap: {
|
|
3116
|
-
|
|
3123
|
+
routerContract: "0x6A000F20005980200259B80c5102003040001068",
|
|
3117
3124
|
},
|
|
3118
3125
|
openocean: "polygon_zkevm",
|
|
3119
3126
|
},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ declare const arbitrum: Readonly<{
|
|
|
14
14
|
kyberswap: string;
|
|
15
15
|
oneinch: true;
|
|
16
16
|
paraswap: {
|
|
17
|
-
|
|
17
|
+
routerContract: string;
|
|
18
18
|
};
|
|
19
19
|
propellerswap: string;
|
|
20
20
|
openocean: string;
|
|
@@ -187,7 +187,7 @@ declare const base: Readonly<{
|
|
|
187
187
|
kyberswap: string;
|
|
188
188
|
oneinch: true;
|
|
189
189
|
paraswap: {
|
|
190
|
-
|
|
190
|
+
routerContract: string;
|
|
191
191
|
};
|
|
192
192
|
openocean: string;
|
|
193
193
|
zeroex: true;
|
|
@@ -1236,7 +1236,7 @@ declare const bsc: Readonly<{
|
|
|
1236
1236
|
kyberswap: string;
|
|
1237
1237
|
oneinch: true;
|
|
1238
1238
|
paraswap: {
|
|
1239
|
-
|
|
1239
|
+
routerContract: string;
|
|
1240
1240
|
};
|
|
1241
1241
|
propellerswap: string;
|
|
1242
1242
|
openocean: string;
|
|
@@ -1510,6 +1510,9 @@ declare const gnosis: Readonly<{
|
|
|
1510
1510
|
markets: {
|
|
1511
1511
|
openocean: string;
|
|
1512
1512
|
cowswap: string;
|
|
1513
|
+
paraswap: {
|
|
1514
|
+
routerContract: string;
|
|
1515
|
+
};
|
|
1513
1516
|
};
|
|
1514
1517
|
bridges: {};
|
|
1515
1518
|
oracles: {
|
|
@@ -1763,7 +1766,9 @@ declare const lisk: Readonly<{
|
|
|
1763
1766
|
sortIndex: 15;
|
|
1764
1767
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
1765
1768
|
safeReorgDistance: 90000;
|
|
1766
|
-
externalId: {
|
|
1769
|
+
externalId: {
|
|
1770
|
+
zerion: string;
|
|
1771
|
+
};
|
|
1767
1772
|
markets: {};
|
|
1768
1773
|
bridges: {};
|
|
1769
1774
|
oracles: {
|
|
@@ -2152,7 +2157,7 @@ declare const mainnet: Readonly<{
|
|
|
2152
2157
|
kyberswap: string;
|
|
2153
2158
|
oneinch: true;
|
|
2154
2159
|
paraswap: {
|
|
2155
|
-
|
|
2160
|
+
routerContract: string;
|
|
2156
2161
|
};
|
|
2157
2162
|
propellerswap: string;
|
|
2158
2163
|
openocean: string;
|
|
@@ -2692,7 +2697,7 @@ declare const optimism: Readonly<{
|
|
|
2692
2697
|
kyberswap: string;
|
|
2693
2698
|
oneinch: true;
|
|
2694
2699
|
paraswap: {
|
|
2695
|
-
|
|
2700
|
+
routerContract: string;
|
|
2696
2701
|
};
|
|
2697
2702
|
openocean: string;
|
|
2698
2703
|
zeroex: true;
|
|
@@ -3130,7 +3135,7 @@ declare const polygon: Readonly<{
|
|
|
3130
3135
|
kyberswap: string;
|
|
3131
3136
|
oneinch: true;
|
|
3132
3137
|
paraswap: {
|
|
3133
|
-
|
|
3138
|
+
routerContract: string;
|
|
3134
3139
|
};
|
|
3135
3140
|
propellerswap: string;
|
|
3136
3141
|
openocean: string;
|
|
@@ -3675,7 +3680,9 @@ declare const taiko: Readonly<{
|
|
|
3675
3680
|
sortIndex: 4;
|
|
3676
3681
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3677
3682
|
safeReorgDistance: 90000;
|
|
3678
|
-
externalId: {
|
|
3683
|
+
externalId: {
|
|
3684
|
+
zerion: string;
|
|
3685
|
+
};
|
|
3679
3686
|
markets: {};
|
|
3680
3687
|
bridges: {
|
|
3681
3688
|
rhinofi: string;
|
|
@@ -3922,7 +3929,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
3922
3929
|
markets: {
|
|
3923
3930
|
kyberswap: string;
|
|
3924
3931
|
paraswap: {
|
|
3925
|
-
|
|
3932
|
+
routerContract: string;
|
|
3926
3933
|
};
|
|
3927
3934
|
openocean: string;
|
|
3928
3935
|
};
|
|
@@ -4593,7 +4600,7 @@ interface Markets {
|
|
|
4593
4600
|
oneinch?: boolean;
|
|
4594
4601
|
openocean?: string;
|
|
4595
4602
|
paraswap?: {
|
|
4596
|
-
|
|
4603
|
+
routerContract: string;
|
|
4597
4604
|
};
|
|
4598
4605
|
propellerswap?: string;
|
|
4599
4606
|
usor?: any;
|
|
@@ -4699,7 +4706,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4699
4706
|
kyberswap: string;
|
|
4700
4707
|
oneinch: true;
|
|
4701
4708
|
paraswap: {
|
|
4702
|
-
|
|
4709
|
+
routerContract: string;
|
|
4703
4710
|
};
|
|
4704
4711
|
propellerswap: string;
|
|
4705
4712
|
openocean: string;
|
|
@@ -4867,7 +4874,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4867
4874
|
kyberswap: string;
|
|
4868
4875
|
oneinch: true;
|
|
4869
4876
|
paraswap: {
|
|
4870
|
-
|
|
4877
|
+
routerContract: string;
|
|
4871
4878
|
};
|
|
4872
4879
|
openocean: string;
|
|
4873
4880
|
zeroex: true;
|
|
@@ -5517,7 +5524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5517
5524
|
kyberswap: string;
|
|
5518
5525
|
oneinch: true;
|
|
5519
5526
|
paraswap: {
|
|
5520
|
-
|
|
5527
|
+
routerContract: string;
|
|
5521
5528
|
};
|
|
5522
5529
|
propellerswap: string;
|
|
5523
5530
|
openocean: string;
|
|
@@ -5794,7 +5801,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5794
5801
|
kyberswap: string;
|
|
5795
5802
|
oneinch: true;
|
|
5796
5803
|
paraswap: {
|
|
5797
|
-
|
|
5804
|
+
routerContract: string;
|
|
5798
5805
|
};
|
|
5799
5806
|
propellerswap: string;
|
|
5800
5807
|
openocean: string;
|
|
@@ -6081,7 +6088,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6081
6088
|
kyberswap: string;
|
|
6082
6089
|
oneinch: true;
|
|
6083
6090
|
paraswap: {
|
|
6084
|
-
|
|
6091
|
+
routerContract: string;
|
|
6085
6092
|
};
|
|
6086
6093
|
openocean: string;
|
|
6087
6094
|
zeroex: true;
|
|
@@ -6513,7 +6520,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6513
6520
|
kyberswap: string;
|
|
6514
6521
|
oneinch: true;
|
|
6515
6522
|
paraswap: {
|
|
6516
|
-
|
|
6523
|
+
routerContract: string;
|
|
6517
6524
|
};
|
|
6518
6525
|
propellerswap: string;
|
|
6519
6526
|
openocean: string;
|
|
@@ -6928,7 +6935,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6928
6935
|
markets: {
|
|
6929
6936
|
kyberswap: string;
|
|
6930
6937
|
paraswap: {
|
|
6931
|
-
|
|
6938
|
+
routerContract: string;
|
|
6932
6939
|
};
|
|
6933
6940
|
openocean: string;
|
|
6934
6941
|
};
|
|
@@ -7794,7 +7801,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7794
7801
|
sortIndex: 4;
|
|
7795
7802
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
7796
7803
|
safeReorgDistance: 90000;
|
|
7797
|
-
externalId: {
|
|
7804
|
+
externalId: {
|
|
7805
|
+
zerion: string;
|
|
7806
|
+
};
|
|
7798
7807
|
markets: {};
|
|
7799
7808
|
bridges: {
|
|
7800
7809
|
rhinofi: string;
|
|
@@ -8151,7 +8160,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8151
8160
|
sortIndex: 15;
|
|
8152
8161
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
8153
8162
|
safeReorgDistance: 90000;
|
|
8154
|
-
externalId: {
|
|
8163
|
+
externalId: {
|
|
8164
|
+
zerion: string;
|
|
8165
|
+
};
|
|
8155
8166
|
markets: {};
|
|
8156
8167
|
bridges: {};
|
|
8157
8168
|
oracles: {
|
|
@@ -8904,6 +8915,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8904
8915
|
markets: {
|
|
8905
8916
|
openocean: string;
|
|
8906
8917
|
cowswap: string;
|
|
8918
|
+
paraswap: {
|
|
8919
|
+
routerContract: string;
|
|
8920
|
+
};
|
|
8907
8921
|
};
|
|
8908
8922
|
bridges: {};
|
|
8909
8923
|
oracles: {
|
|
@@ -14,7 +14,7 @@ declare const arbitrum: Readonly<{
|
|
|
14
14
|
kyberswap: string;
|
|
15
15
|
oneinch: true;
|
|
16
16
|
paraswap: {
|
|
17
|
-
|
|
17
|
+
routerContract: string;
|
|
18
18
|
};
|
|
19
19
|
propellerswap: string;
|
|
20
20
|
openocean: string;
|
|
@@ -187,7 +187,7 @@ declare const base: Readonly<{
|
|
|
187
187
|
kyberswap: string;
|
|
188
188
|
oneinch: true;
|
|
189
189
|
paraswap: {
|
|
190
|
-
|
|
190
|
+
routerContract: string;
|
|
191
191
|
};
|
|
192
192
|
openocean: string;
|
|
193
193
|
zeroex: true;
|
|
@@ -1236,7 +1236,7 @@ declare const bsc: Readonly<{
|
|
|
1236
1236
|
kyberswap: string;
|
|
1237
1237
|
oneinch: true;
|
|
1238
1238
|
paraswap: {
|
|
1239
|
-
|
|
1239
|
+
routerContract: string;
|
|
1240
1240
|
};
|
|
1241
1241
|
propellerswap: string;
|
|
1242
1242
|
openocean: string;
|
|
@@ -1510,6 +1510,9 @@ declare const gnosis: Readonly<{
|
|
|
1510
1510
|
markets: {
|
|
1511
1511
|
openocean: string;
|
|
1512
1512
|
cowswap: string;
|
|
1513
|
+
paraswap: {
|
|
1514
|
+
routerContract: string;
|
|
1515
|
+
};
|
|
1513
1516
|
};
|
|
1514
1517
|
bridges: {};
|
|
1515
1518
|
oracles: {
|
|
@@ -1763,7 +1766,9 @@ declare const lisk: Readonly<{
|
|
|
1763
1766
|
sortIndex: 15;
|
|
1764
1767
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
1765
1768
|
safeReorgDistance: 90000;
|
|
1766
|
-
externalId: {
|
|
1769
|
+
externalId: {
|
|
1770
|
+
zerion: string;
|
|
1771
|
+
};
|
|
1767
1772
|
markets: {};
|
|
1768
1773
|
bridges: {};
|
|
1769
1774
|
oracles: {
|
|
@@ -2152,7 +2157,7 @@ declare const mainnet: Readonly<{
|
|
|
2152
2157
|
kyberswap: string;
|
|
2153
2158
|
oneinch: true;
|
|
2154
2159
|
paraswap: {
|
|
2155
|
-
|
|
2160
|
+
routerContract: string;
|
|
2156
2161
|
};
|
|
2157
2162
|
propellerswap: string;
|
|
2158
2163
|
openocean: string;
|
|
@@ -2692,7 +2697,7 @@ declare const optimism: Readonly<{
|
|
|
2692
2697
|
kyberswap: string;
|
|
2693
2698
|
oneinch: true;
|
|
2694
2699
|
paraswap: {
|
|
2695
|
-
|
|
2700
|
+
routerContract: string;
|
|
2696
2701
|
};
|
|
2697
2702
|
openocean: string;
|
|
2698
2703
|
zeroex: true;
|
|
@@ -3130,7 +3135,7 @@ declare const polygon: Readonly<{
|
|
|
3130
3135
|
kyberswap: string;
|
|
3131
3136
|
oneinch: true;
|
|
3132
3137
|
paraswap: {
|
|
3133
|
-
|
|
3138
|
+
routerContract: string;
|
|
3134
3139
|
};
|
|
3135
3140
|
propellerswap: string;
|
|
3136
3141
|
openocean: string;
|
|
@@ -3675,7 +3680,9 @@ declare const taiko: Readonly<{
|
|
|
3675
3680
|
sortIndex: 4;
|
|
3676
3681
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3677
3682
|
safeReorgDistance: 90000;
|
|
3678
|
-
externalId: {
|
|
3683
|
+
externalId: {
|
|
3684
|
+
zerion: string;
|
|
3685
|
+
};
|
|
3679
3686
|
markets: {};
|
|
3680
3687
|
bridges: {
|
|
3681
3688
|
rhinofi: string;
|
|
@@ -3922,7 +3929,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
3922
3929
|
markets: {
|
|
3923
3930
|
kyberswap: string;
|
|
3924
3931
|
paraswap: {
|
|
3925
|
-
|
|
3932
|
+
routerContract: string;
|
|
3926
3933
|
};
|
|
3927
3934
|
openocean: string;
|
|
3928
3935
|
};
|
|
@@ -4593,7 +4600,7 @@ interface Markets {
|
|
|
4593
4600
|
oneinch?: boolean;
|
|
4594
4601
|
openocean?: string;
|
|
4595
4602
|
paraswap?: {
|
|
4596
|
-
|
|
4603
|
+
routerContract: string;
|
|
4597
4604
|
};
|
|
4598
4605
|
propellerswap?: string;
|
|
4599
4606
|
usor?: any;
|
|
@@ -4699,7 +4706,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4699
4706
|
kyberswap: string;
|
|
4700
4707
|
oneinch: true;
|
|
4701
4708
|
paraswap: {
|
|
4702
|
-
|
|
4709
|
+
routerContract: string;
|
|
4703
4710
|
};
|
|
4704
4711
|
propellerswap: string;
|
|
4705
4712
|
openocean: string;
|
|
@@ -4867,7 +4874,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4867
4874
|
kyberswap: string;
|
|
4868
4875
|
oneinch: true;
|
|
4869
4876
|
paraswap: {
|
|
4870
|
-
|
|
4877
|
+
routerContract: string;
|
|
4871
4878
|
};
|
|
4872
4879
|
openocean: string;
|
|
4873
4880
|
zeroex: true;
|
|
@@ -5517,7 +5524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5517
5524
|
kyberswap: string;
|
|
5518
5525
|
oneinch: true;
|
|
5519
5526
|
paraswap: {
|
|
5520
|
-
|
|
5527
|
+
routerContract: string;
|
|
5521
5528
|
};
|
|
5522
5529
|
propellerswap: string;
|
|
5523
5530
|
openocean: string;
|
|
@@ -5794,7 +5801,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5794
5801
|
kyberswap: string;
|
|
5795
5802
|
oneinch: true;
|
|
5796
5803
|
paraswap: {
|
|
5797
|
-
|
|
5804
|
+
routerContract: string;
|
|
5798
5805
|
};
|
|
5799
5806
|
propellerswap: string;
|
|
5800
5807
|
openocean: string;
|
|
@@ -6081,7 +6088,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6081
6088
|
kyberswap: string;
|
|
6082
6089
|
oneinch: true;
|
|
6083
6090
|
paraswap: {
|
|
6084
|
-
|
|
6091
|
+
routerContract: string;
|
|
6085
6092
|
};
|
|
6086
6093
|
openocean: string;
|
|
6087
6094
|
zeroex: true;
|
|
@@ -6513,7 +6520,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6513
6520
|
kyberswap: string;
|
|
6514
6521
|
oneinch: true;
|
|
6515
6522
|
paraswap: {
|
|
6516
|
-
|
|
6523
|
+
routerContract: string;
|
|
6517
6524
|
};
|
|
6518
6525
|
propellerswap: string;
|
|
6519
6526
|
openocean: string;
|
|
@@ -6928,7 +6935,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6928
6935
|
markets: {
|
|
6929
6936
|
kyberswap: string;
|
|
6930
6937
|
paraswap: {
|
|
6931
|
-
|
|
6938
|
+
routerContract: string;
|
|
6932
6939
|
};
|
|
6933
6940
|
openocean: string;
|
|
6934
6941
|
};
|
|
@@ -7794,7 +7801,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7794
7801
|
sortIndex: 4;
|
|
7795
7802
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
7796
7803
|
safeReorgDistance: 90000;
|
|
7797
|
-
externalId: {
|
|
7804
|
+
externalId: {
|
|
7805
|
+
zerion: string;
|
|
7806
|
+
};
|
|
7798
7807
|
markets: {};
|
|
7799
7808
|
bridges: {
|
|
7800
7809
|
rhinofi: string;
|
|
@@ -8151,7 +8160,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8151
8160
|
sortIndex: 15;
|
|
8152
8161
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
8153
8162
|
safeReorgDistance: 90000;
|
|
8154
|
-
externalId: {
|
|
8163
|
+
externalId: {
|
|
8164
|
+
zerion: string;
|
|
8165
|
+
};
|
|
8155
8166
|
markets: {};
|
|
8156
8167
|
bridges: {};
|
|
8157
8168
|
oracles: {
|
|
@@ -8904,6 +8915,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8904
8915
|
markets: {
|
|
8905
8916
|
openocean: string;
|
|
8906
8917
|
cowswap: string;
|
|
8918
|
+
paraswap: {
|
|
8919
|
+
routerContract: string;
|
|
8920
|
+
};
|
|
8907
8921
|
};
|
|
8908
8922
|
bridges: {};
|
|
8909
8923
|
oracles: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ declare const arbitrum: Readonly<{
|
|
|
14
14
|
kyberswap: string;
|
|
15
15
|
oneinch: true;
|
|
16
16
|
paraswap: {
|
|
17
|
-
|
|
17
|
+
routerContract: string;
|
|
18
18
|
};
|
|
19
19
|
propellerswap: string;
|
|
20
20
|
openocean: string;
|
|
@@ -187,7 +187,7 @@ declare const base: Readonly<{
|
|
|
187
187
|
kyberswap: string;
|
|
188
188
|
oneinch: true;
|
|
189
189
|
paraswap: {
|
|
190
|
-
|
|
190
|
+
routerContract: string;
|
|
191
191
|
};
|
|
192
192
|
openocean: string;
|
|
193
193
|
zeroex: true;
|
|
@@ -1236,7 +1236,7 @@ declare const bsc: Readonly<{
|
|
|
1236
1236
|
kyberswap: string;
|
|
1237
1237
|
oneinch: true;
|
|
1238
1238
|
paraswap: {
|
|
1239
|
-
|
|
1239
|
+
routerContract: string;
|
|
1240
1240
|
};
|
|
1241
1241
|
propellerswap: string;
|
|
1242
1242
|
openocean: string;
|
|
@@ -1510,6 +1510,9 @@ declare const gnosis: Readonly<{
|
|
|
1510
1510
|
markets: {
|
|
1511
1511
|
openocean: string;
|
|
1512
1512
|
cowswap: string;
|
|
1513
|
+
paraswap: {
|
|
1514
|
+
routerContract: string;
|
|
1515
|
+
};
|
|
1513
1516
|
};
|
|
1514
1517
|
bridges: {};
|
|
1515
1518
|
oracles: {
|
|
@@ -1763,7 +1766,9 @@ declare const lisk: Readonly<{
|
|
|
1763
1766
|
sortIndex: 15;
|
|
1764
1767
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
1765
1768
|
safeReorgDistance: 90000;
|
|
1766
|
-
externalId: {
|
|
1769
|
+
externalId: {
|
|
1770
|
+
zerion: string;
|
|
1771
|
+
};
|
|
1767
1772
|
markets: {};
|
|
1768
1773
|
bridges: {};
|
|
1769
1774
|
oracles: {
|
|
@@ -2152,7 +2157,7 @@ declare const mainnet: Readonly<{
|
|
|
2152
2157
|
kyberswap: string;
|
|
2153
2158
|
oneinch: true;
|
|
2154
2159
|
paraswap: {
|
|
2155
|
-
|
|
2160
|
+
routerContract: string;
|
|
2156
2161
|
};
|
|
2157
2162
|
propellerswap: string;
|
|
2158
2163
|
openocean: string;
|
|
@@ -2692,7 +2697,7 @@ declare const optimism: Readonly<{
|
|
|
2692
2697
|
kyberswap: string;
|
|
2693
2698
|
oneinch: true;
|
|
2694
2699
|
paraswap: {
|
|
2695
|
-
|
|
2700
|
+
routerContract: string;
|
|
2696
2701
|
};
|
|
2697
2702
|
openocean: string;
|
|
2698
2703
|
zeroex: true;
|
|
@@ -3130,7 +3135,7 @@ declare const polygon: Readonly<{
|
|
|
3130
3135
|
kyberswap: string;
|
|
3131
3136
|
oneinch: true;
|
|
3132
3137
|
paraswap: {
|
|
3133
|
-
|
|
3138
|
+
routerContract: string;
|
|
3134
3139
|
};
|
|
3135
3140
|
propellerswap: string;
|
|
3136
3141
|
openocean: string;
|
|
@@ -3675,7 +3680,9 @@ declare const taiko: Readonly<{
|
|
|
3675
3680
|
sortIndex: 4;
|
|
3676
3681
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3677
3682
|
safeReorgDistance: 90000;
|
|
3678
|
-
externalId: {
|
|
3683
|
+
externalId: {
|
|
3684
|
+
zerion: string;
|
|
3685
|
+
};
|
|
3679
3686
|
markets: {};
|
|
3680
3687
|
bridges: {
|
|
3681
3688
|
rhinofi: string;
|
|
@@ -3922,7 +3929,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
3922
3929
|
markets: {
|
|
3923
3930
|
kyberswap: string;
|
|
3924
3931
|
paraswap: {
|
|
3925
|
-
|
|
3932
|
+
routerContract: string;
|
|
3926
3933
|
};
|
|
3927
3934
|
openocean: string;
|
|
3928
3935
|
};
|
|
@@ -4593,7 +4600,7 @@ interface Markets {
|
|
|
4593
4600
|
oneinch?: boolean;
|
|
4594
4601
|
openocean?: string;
|
|
4595
4602
|
paraswap?: {
|
|
4596
|
-
|
|
4603
|
+
routerContract: string;
|
|
4597
4604
|
};
|
|
4598
4605
|
propellerswap?: string;
|
|
4599
4606
|
usor?: any;
|
|
@@ -4699,7 +4706,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4699
4706
|
kyberswap: string;
|
|
4700
4707
|
oneinch: true;
|
|
4701
4708
|
paraswap: {
|
|
4702
|
-
|
|
4709
|
+
routerContract: string;
|
|
4703
4710
|
};
|
|
4704
4711
|
propellerswap: string;
|
|
4705
4712
|
openocean: string;
|
|
@@ -4867,7 +4874,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4867
4874
|
kyberswap: string;
|
|
4868
4875
|
oneinch: true;
|
|
4869
4876
|
paraswap: {
|
|
4870
|
-
|
|
4877
|
+
routerContract: string;
|
|
4871
4878
|
};
|
|
4872
4879
|
openocean: string;
|
|
4873
4880
|
zeroex: true;
|
|
@@ -5517,7 +5524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5517
5524
|
kyberswap: string;
|
|
5518
5525
|
oneinch: true;
|
|
5519
5526
|
paraswap: {
|
|
5520
|
-
|
|
5527
|
+
routerContract: string;
|
|
5521
5528
|
};
|
|
5522
5529
|
propellerswap: string;
|
|
5523
5530
|
openocean: string;
|
|
@@ -5794,7 +5801,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5794
5801
|
kyberswap: string;
|
|
5795
5802
|
oneinch: true;
|
|
5796
5803
|
paraswap: {
|
|
5797
|
-
|
|
5804
|
+
routerContract: string;
|
|
5798
5805
|
};
|
|
5799
5806
|
propellerswap: string;
|
|
5800
5807
|
openocean: string;
|
|
@@ -6081,7 +6088,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6081
6088
|
kyberswap: string;
|
|
6082
6089
|
oneinch: true;
|
|
6083
6090
|
paraswap: {
|
|
6084
|
-
|
|
6091
|
+
routerContract: string;
|
|
6085
6092
|
};
|
|
6086
6093
|
openocean: string;
|
|
6087
6094
|
zeroex: true;
|
|
@@ -6513,7 +6520,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6513
6520
|
kyberswap: string;
|
|
6514
6521
|
oneinch: true;
|
|
6515
6522
|
paraswap: {
|
|
6516
|
-
|
|
6523
|
+
routerContract: string;
|
|
6517
6524
|
};
|
|
6518
6525
|
propellerswap: string;
|
|
6519
6526
|
openocean: string;
|
|
@@ -6928,7 +6935,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6928
6935
|
markets: {
|
|
6929
6936
|
kyberswap: string;
|
|
6930
6937
|
paraswap: {
|
|
6931
|
-
|
|
6938
|
+
routerContract: string;
|
|
6932
6939
|
};
|
|
6933
6940
|
openocean: string;
|
|
6934
6941
|
};
|
|
@@ -7794,7 +7801,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7794
7801
|
sortIndex: 4;
|
|
7795
7802
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
7796
7803
|
safeReorgDistance: 90000;
|
|
7797
|
-
externalId: {
|
|
7804
|
+
externalId: {
|
|
7805
|
+
zerion: string;
|
|
7806
|
+
};
|
|
7798
7807
|
markets: {};
|
|
7799
7808
|
bridges: {
|
|
7800
7809
|
rhinofi: string;
|
|
@@ -8151,7 +8160,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8151
8160
|
sortIndex: 15;
|
|
8152
8161
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
8153
8162
|
safeReorgDistance: 90000;
|
|
8154
|
-
externalId: {
|
|
8163
|
+
externalId: {
|
|
8164
|
+
zerion: string;
|
|
8165
|
+
};
|
|
8155
8166
|
markets: {};
|
|
8156
8167
|
bridges: {};
|
|
8157
8168
|
oracles: {
|
|
@@ -8904,6 +8915,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8904
8915
|
markets: {
|
|
8905
8916
|
openocean: string;
|
|
8906
8917
|
cowswap: string;
|
|
8918
|
+
paraswap: {
|
|
8919
|
+
routerContract: string;
|
|
8920
|
+
};
|
|
8907
8921
|
};
|
|
8908
8922
|
bridges: {};
|
|
8909
8923
|
oracles: {
|