@gfxlabs/oku-chains 1.1.246 → 1.1.248
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 +42 -2
- package/dist/index-mjs.js +42 -2
- package/dist/index.js +42 -2
- package/dist/types/browser.d.ts +66 -16
- package/dist/types/index-mjs.d.ts +66 -16
- package/dist/types/index.d.ts +66 -16
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -64,6 +64,12 @@
|
|
|
64
64
|
id: 2,
|
|
65
65
|
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
66
66
|
},
|
|
67
|
+
{
|
|
68
|
+
name: "WXTZ",
|
|
69
|
+
type: "OFT",
|
|
70
|
+
id: 20,
|
|
71
|
+
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D"
|
|
72
|
+
}
|
|
67
73
|
],
|
|
68
74
|
},
|
|
69
75
|
wanbridge: {
|
|
@@ -362,6 +368,12 @@
|
|
|
362
368
|
id: 1,
|
|
363
369
|
address: "0x27a16dc786820B16E5c9028b75B99F6f604b5d26",
|
|
364
370
|
},
|
|
371
|
+
{
|
|
372
|
+
name: "WXTZ",
|
|
373
|
+
type: "OFT",
|
|
374
|
+
id: 20,
|
|
375
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
376
|
+
}
|
|
365
377
|
],
|
|
366
378
|
},
|
|
367
379
|
wanbridge: {
|
|
@@ -858,6 +870,12 @@
|
|
|
858
870
|
name: "USDT",
|
|
859
871
|
id: 2,
|
|
860
872
|
address: "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
name: "WXTZ",
|
|
876
|
+
type: "OFT",
|
|
877
|
+
id: 20,
|
|
878
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
861
879
|
}
|
|
862
880
|
],
|
|
863
881
|
},
|
|
@@ -1220,7 +1238,19 @@
|
|
|
1220
1238
|
tenderly: "true",
|
|
1221
1239
|
},
|
|
1222
1240
|
markets: {},
|
|
1223
|
-
bridges: {
|
|
1241
|
+
bridges: {
|
|
1242
|
+
stargate: {
|
|
1243
|
+
endpointID: 30292,
|
|
1244
|
+
tokens: [
|
|
1245
|
+
{
|
|
1246
|
+
name: "WXTZ",
|
|
1247
|
+
type: "OFT",
|
|
1248
|
+
id: 20,
|
|
1249
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
1250
|
+
},
|
|
1251
|
+
],
|
|
1252
|
+
},
|
|
1253
|
+
},
|
|
1224
1254
|
oracles: {},
|
|
1225
1255
|
morpho: {},
|
|
1226
1256
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -1264,7 +1294,11 @@
|
|
|
1264
1294
|
"0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9",
|
|
1265
1295
|
"0x2C03058C8AFC06713be23e58D2febC8337dbfE6A",
|
|
1266
1296
|
],
|
|
1267
|
-
watchlist: [
|
|
1297
|
+
watchlist: [
|
|
1298
|
+
"0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74",
|
|
1299
|
+
"0xd03b92a27947bb08dd269107d4df00f8ab53fc28",
|
|
1300
|
+
"0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e",
|
|
1301
|
+
],
|
|
1268
1302
|
internalName: "etherlink",
|
|
1269
1303
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png",
|
|
1270
1304
|
contracts: {
|
|
@@ -2258,6 +2292,12 @@
|
|
|
2258
2292
|
id: 22,
|
|
2259
2293
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2260
2294
|
},
|
|
2295
|
+
{
|
|
2296
|
+
name: "WXTZ",
|
|
2297
|
+
type: "OFT",
|
|
2298
|
+
id: 20,
|
|
2299
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2300
|
+
}
|
|
2261
2301
|
],
|
|
2262
2302
|
},
|
|
2263
2303
|
wanbridge: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -61,6 +61,12 @@ const arbitrum = makeConfig({
|
|
|
61
61
|
id: 2,
|
|
62
62
|
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
name: "WXTZ",
|
|
66
|
+
type: "OFT",
|
|
67
|
+
id: 20,
|
|
68
|
+
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D"
|
|
69
|
+
}
|
|
64
70
|
],
|
|
65
71
|
},
|
|
66
72
|
wanbridge: {
|
|
@@ -359,6 +365,12 @@ const base = makeConfig({
|
|
|
359
365
|
id: 1,
|
|
360
366
|
address: "0x27a16dc786820B16E5c9028b75B99F6f604b5d26",
|
|
361
367
|
},
|
|
368
|
+
{
|
|
369
|
+
name: "WXTZ",
|
|
370
|
+
type: "OFT",
|
|
371
|
+
id: 20,
|
|
372
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
373
|
+
}
|
|
362
374
|
],
|
|
363
375
|
},
|
|
364
376
|
wanbridge: {
|
|
@@ -855,6 +867,12 @@ const bsc = makeConfig({
|
|
|
855
867
|
name: "USDT",
|
|
856
868
|
id: 2,
|
|
857
869
|
address: "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
name: "WXTZ",
|
|
873
|
+
type: "OFT",
|
|
874
|
+
id: 20,
|
|
875
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
858
876
|
}
|
|
859
877
|
],
|
|
860
878
|
},
|
|
@@ -1217,7 +1235,19 @@ const etherlink = makeConfig({
|
|
|
1217
1235
|
tenderly: "true",
|
|
1218
1236
|
},
|
|
1219
1237
|
markets: {},
|
|
1220
|
-
bridges: {
|
|
1238
|
+
bridges: {
|
|
1239
|
+
stargate: {
|
|
1240
|
+
endpointID: 30292,
|
|
1241
|
+
tokens: [
|
|
1242
|
+
{
|
|
1243
|
+
name: "WXTZ",
|
|
1244
|
+
type: "OFT",
|
|
1245
|
+
id: 20,
|
|
1246
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
1247
|
+
},
|
|
1248
|
+
],
|
|
1249
|
+
},
|
|
1250
|
+
},
|
|
1221
1251
|
oracles: {},
|
|
1222
1252
|
morpho: {},
|
|
1223
1253
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -1261,7 +1291,11 @@ const etherlink = makeConfig({
|
|
|
1261
1291
|
"0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9",
|
|
1262
1292
|
"0x2C03058C8AFC06713be23e58D2febC8337dbfE6A",
|
|
1263
1293
|
],
|
|
1264
|
-
watchlist: [
|
|
1294
|
+
watchlist: [
|
|
1295
|
+
"0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74",
|
|
1296
|
+
"0xd03b92a27947bb08dd269107d4df00f8ab53fc28",
|
|
1297
|
+
"0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e",
|
|
1298
|
+
],
|
|
1265
1299
|
internalName: "etherlink",
|
|
1266
1300
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png",
|
|
1267
1301
|
contracts: {
|
|
@@ -2255,6 +2289,12 @@ const mainnet = makeConfig({
|
|
|
2255
2289
|
id: 22,
|
|
2256
2290
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2257
2291
|
},
|
|
2292
|
+
{
|
|
2293
|
+
name: "WXTZ",
|
|
2294
|
+
type: "OFT",
|
|
2295
|
+
id: 20,
|
|
2296
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2297
|
+
}
|
|
2258
2298
|
],
|
|
2259
2299
|
},
|
|
2260
2300
|
wanbridge: {
|
package/dist/index.js
CHANGED
|
@@ -63,6 +63,12 @@ const arbitrum = makeConfig({
|
|
|
63
63
|
id: 2,
|
|
64
64
|
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
name: "WXTZ",
|
|
68
|
+
type: "OFT",
|
|
69
|
+
id: 20,
|
|
70
|
+
address: "0x7424f00845777A06E21F0bd8873f814A8A814B2D"
|
|
71
|
+
}
|
|
66
72
|
],
|
|
67
73
|
},
|
|
68
74
|
wanbridge: {
|
|
@@ -361,6 +367,12 @@ const base = makeConfig({
|
|
|
361
367
|
id: 1,
|
|
362
368
|
address: "0x27a16dc786820B16E5c9028b75B99F6f604b5d26",
|
|
363
369
|
},
|
|
370
|
+
{
|
|
371
|
+
name: "WXTZ",
|
|
372
|
+
type: "OFT",
|
|
373
|
+
id: 20,
|
|
374
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
375
|
+
}
|
|
364
376
|
],
|
|
365
377
|
},
|
|
366
378
|
wanbridge: {
|
|
@@ -857,6 +869,12 @@ const bsc = makeConfig({
|
|
|
857
869
|
name: "USDT",
|
|
858
870
|
id: 2,
|
|
859
871
|
address: "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
name: "WXTZ",
|
|
875
|
+
type: "OFT",
|
|
876
|
+
id: 20,
|
|
877
|
+
address: "0x91F9cc2649ac70a071602cadE9b0C1A5868af51D"
|
|
860
878
|
}
|
|
861
879
|
],
|
|
862
880
|
},
|
|
@@ -1219,7 +1237,19 @@ const etherlink = makeConfig({
|
|
|
1219
1237
|
tenderly: "true",
|
|
1220
1238
|
},
|
|
1221
1239
|
markets: {},
|
|
1222
|
-
bridges: {
|
|
1240
|
+
bridges: {
|
|
1241
|
+
stargate: {
|
|
1242
|
+
endpointID: 30292,
|
|
1243
|
+
tokens: [
|
|
1244
|
+
{
|
|
1245
|
+
name: "WXTZ",
|
|
1246
|
+
type: "OFT",
|
|
1247
|
+
id: 20,
|
|
1248
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb",
|
|
1249
|
+
},
|
|
1250
|
+
],
|
|
1251
|
+
},
|
|
1252
|
+
},
|
|
1223
1253
|
oracles: {},
|
|
1224
1254
|
morpho: {},
|
|
1225
1255
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -1263,7 +1293,11 @@ const etherlink = makeConfig({
|
|
|
1263
1293
|
"0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9",
|
|
1264
1294
|
"0x2C03058C8AFC06713be23e58D2febC8337dbfE6A",
|
|
1265
1295
|
],
|
|
1266
|
-
watchlist: [
|
|
1296
|
+
watchlist: [
|
|
1297
|
+
"0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74",
|
|
1298
|
+
"0xd03b92a27947bb08dd269107d4df00f8ab53fc28",
|
|
1299
|
+
"0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e",
|
|
1300
|
+
],
|
|
1267
1301
|
internalName: "etherlink",
|
|
1268
1302
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png",
|
|
1269
1303
|
contracts: {
|
|
@@ -2257,6 +2291,12 @@ const mainnet = makeConfig({
|
|
|
2257
2291
|
id: 22,
|
|
2258
2292
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2259
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
name: "WXTZ",
|
|
2296
|
+
type: "OFT",
|
|
2297
|
+
id: 20,
|
|
2298
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2299
|
+
}
|
|
2260
2300
|
],
|
|
2261
2301
|
},
|
|
2262
2302
|
wanbridge: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -38,11 +38,16 @@ declare const arbitrum: Readonly<{
|
|
|
38
38
|
stargate: {
|
|
39
39
|
endpointID: number;
|
|
40
40
|
blockConfirmations: number;
|
|
41
|
-
tokens: {
|
|
41
|
+
tokens: ({
|
|
42
42
|
name: string;
|
|
43
43
|
id: number;
|
|
44
44
|
address: string;
|
|
45
|
-
}
|
|
45
|
+
} | {
|
|
46
|
+
name: string;
|
|
47
|
+
type: string;
|
|
48
|
+
id: number;
|
|
49
|
+
address: string;
|
|
50
|
+
})[];
|
|
46
51
|
};
|
|
47
52
|
wanbridge: {
|
|
48
53
|
requiredConfirmations: number;
|
|
@@ -225,11 +230,16 @@ declare const base: Readonly<{
|
|
|
225
230
|
stargate: {
|
|
226
231
|
endpointID: number;
|
|
227
232
|
blockConfirmations: number;
|
|
228
|
-
tokens: {
|
|
233
|
+
tokens: ({
|
|
229
234
|
name: string;
|
|
230
235
|
id: number;
|
|
231
236
|
address: string;
|
|
232
|
-
}
|
|
237
|
+
} | {
|
|
238
|
+
name: string;
|
|
239
|
+
type: string;
|
|
240
|
+
id: number;
|
|
241
|
+
address: string;
|
|
242
|
+
})[];
|
|
233
243
|
};
|
|
234
244
|
wanbridge: {
|
|
235
245
|
requiredConfirmations: number;
|
|
@@ -1570,11 +1580,16 @@ declare const bsc: Readonly<{
|
|
|
1570
1580
|
stargate: {
|
|
1571
1581
|
endpointID: number;
|
|
1572
1582
|
blockConfirmations: number;
|
|
1573
|
-
tokens: {
|
|
1583
|
+
tokens: ({
|
|
1574
1584
|
name: string;
|
|
1575
1585
|
id: number;
|
|
1576
1586
|
address: string;
|
|
1577
|
-
}
|
|
1587
|
+
} | {
|
|
1588
|
+
name: string;
|
|
1589
|
+
type: string;
|
|
1590
|
+
id: number;
|
|
1591
|
+
address: string;
|
|
1592
|
+
})[];
|
|
1578
1593
|
};
|
|
1579
1594
|
wanbridge: {
|
|
1580
1595
|
requiredConfirmations: number;
|
|
@@ -2754,7 +2769,17 @@ declare const etherlink: Readonly<{
|
|
|
2754
2769
|
tenderly: string;
|
|
2755
2770
|
};
|
|
2756
2771
|
markets: {};
|
|
2757
|
-
bridges: {
|
|
2772
|
+
bridges: {
|
|
2773
|
+
stargate: {
|
|
2774
|
+
endpointID: number;
|
|
2775
|
+
tokens: {
|
|
2776
|
+
name: string;
|
|
2777
|
+
type: string;
|
|
2778
|
+
id: number;
|
|
2779
|
+
address: string;
|
|
2780
|
+
}[];
|
|
2781
|
+
};
|
|
2782
|
+
};
|
|
2758
2783
|
oracles: {};
|
|
2759
2784
|
morpho: {};
|
|
2760
2785
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -2798,7 +2823,7 @@ declare const etherlink: Readonly<{
|
|
|
2798
2823
|
address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9";
|
|
2799
2824
|
})[];
|
|
2800
2825
|
stables: ("0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9" | "0x2C03058C8AFC06713be23e58D2febC8337dbfE6A")[];
|
|
2801
|
-
watchlist:
|
|
2826
|
+
watchlist: ("0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74" | "0xd03b92a27947bb08dd269107d4df00f8ab53fc28" | "0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e")[];
|
|
2802
2827
|
internalName: "etherlink";
|
|
2803
2828
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png";
|
|
2804
2829
|
contracts: {
|
|
@@ -8291,11 +8316,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8291
8316
|
stargate: {
|
|
8292
8317
|
endpointID: number;
|
|
8293
8318
|
blockConfirmations: number;
|
|
8294
|
-
tokens: {
|
|
8319
|
+
tokens: ({
|
|
8295
8320
|
name: string;
|
|
8296
8321
|
id: number;
|
|
8297
8322
|
address: string;
|
|
8298
|
-
}
|
|
8323
|
+
} | {
|
|
8324
|
+
name: string;
|
|
8325
|
+
type: string;
|
|
8326
|
+
id: number;
|
|
8327
|
+
address: string;
|
|
8328
|
+
})[];
|
|
8299
8329
|
};
|
|
8300
8330
|
wanbridge: {
|
|
8301
8331
|
requiredConfirmations: number;
|
|
@@ -8473,11 +8503,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8473
8503
|
stargate: {
|
|
8474
8504
|
endpointID: number;
|
|
8475
8505
|
blockConfirmations: number;
|
|
8476
|
-
tokens: {
|
|
8506
|
+
tokens: ({
|
|
8477
8507
|
name: string;
|
|
8478
8508
|
id: number;
|
|
8479
8509
|
address: string;
|
|
8480
|
-
}
|
|
8510
|
+
} | {
|
|
8511
|
+
name: string;
|
|
8512
|
+
type: string;
|
|
8513
|
+
id: number;
|
|
8514
|
+
address: string;
|
|
8515
|
+
})[];
|
|
8481
8516
|
};
|
|
8482
8517
|
wanbridge: {
|
|
8483
8518
|
requiredConfirmations: number;
|
|
@@ -9402,11 +9437,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9402
9437
|
stargate: {
|
|
9403
9438
|
endpointID: number;
|
|
9404
9439
|
blockConfirmations: number;
|
|
9405
|
-
tokens: {
|
|
9440
|
+
tokens: ({
|
|
9406
9441
|
name: string;
|
|
9407
9442
|
id: number;
|
|
9408
9443
|
address: string;
|
|
9409
|
-
}
|
|
9444
|
+
} | {
|
|
9445
|
+
name: string;
|
|
9446
|
+
type: string;
|
|
9447
|
+
id: number;
|
|
9448
|
+
address: string;
|
|
9449
|
+
})[];
|
|
9410
9450
|
};
|
|
9411
9451
|
wanbridge: {
|
|
9412
9452
|
requiredConfirmations: number;
|
|
@@ -16086,7 +16126,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16086
16126
|
tenderly: string;
|
|
16087
16127
|
};
|
|
16088
16128
|
markets: {};
|
|
16089
|
-
bridges: {
|
|
16129
|
+
bridges: {
|
|
16130
|
+
stargate: {
|
|
16131
|
+
endpointID: number;
|
|
16132
|
+
tokens: {
|
|
16133
|
+
name: string;
|
|
16134
|
+
type: string;
|
|
16135
|
+
id: number;
|
|
16136
|
+
address: string;
|
|
16137
|
+
}[];
|
|
16138
|
+
};
|
|
16139
|
+
};
|
|
16090
16140
|
oracles: {};
|
|
16091
16141
|
morpho: {};
|
|
16092
16142
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -16130,7 +16180,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16130
16180
|
address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9";
|
|
16131
16181
|
})[];
|
|
16132
16182
|
stables: ("0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9" | "0x2C03058C8AFC06713be23e58D2febC8337dbfE6A")[];
|
|
16133
|
-
watchlist:
|
|
16183
|
+
watchlist: ("0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74" | "0xd03b92a27947bb08dd269107d4df00f8ab53fc28" | "0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e")[];
|
|
16134
16184
|
internalName: "etherlink";
|
|
16135
16185
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png";
|
|
16136
16186
|
contracts: {
|
|
@@ -38,11 +38,16 @@ declare const arbitrum: Readonly<{
|
|
|
38
38
|
stargate: {
|
|
39
39
|
endpointID: number;
|
|
40
40
|
blockConfirmations: number;
|
|
41
|
-
tokens: {
|
|
41
|
+
tokens: ({
|
|
42
42
|
name: string;
|
|
43
43
|
id: number;
|
|
44
44
|
address: string;
|
|
45
|
-
}
|
|
45
|
+
} | {
|
|
46
|
+
name: string;
|
|
47
|
+
type: string;
|
|
48
|
+
id: number;
|
|
49
|
+
address: string;
|
|
50
|
+
})[];
|
|
46
51
|
};
|
|
47
52
|
wanbridge: {
|
|
48
53
|
requiredConfirmations: number;
|
|
@@ -225,11 +230,16 @@ declare const base: Readonly<{
|
|
|
225
230
|
stargate: {
|
|
226
231
|
endpointID: number;
|
|
227
232
|
blockConfirmations: number;
|
|
228
|
-
tokens: {
|
|
233
|
+
tokens: ({
|
|
229
234
|
name: string;
|
|
230
235
|
id: number;
|
|
231
236
|
address: string;
|
|
232
|
-
}
|
|
237
|
+
} | {
|
|
238
|
+
name: string;
|
|
239
|
+
type: string;
|
|
240
|
+
id: number;
|
|
241
|
+
address: string;
|
|
242
|
+
})[];
|
|
233
243
|
};
|
|
234
244
|
wanbridge: {
|
|
235
245
|
requiredConfirmations: number;
|
|
@@ -1570,11 +1580,16 @@ declare const bsc: Readonly<{
|
|
|
1570
1580
|
stargate: {
|
|
1571
1581
|
endpointID: number;
|
|
1572
1582
|
blockConfirmations: number;
|
|
1573
|
-
tokens: {
|
|
1583
|
+
tokens: ({
|
|
1574
1584
|
name: string;
|
|
1575
1585
|
id: number;
|
|
1576
1586
|
address: string;
|
|
1577
|
-
}
|
|
1587
|
+
} | {
|
|
1588
|
+
name: string;
|
|
1589
|
+
type: string;
|
|
1590
|
+
id: number;
|
|
1591
|
+
address: string;
|
|
1592
|
+
})[];
|
|
1578
1593
|
};
|
|
1579
1594
|
wanbridge: {
|
|
1580
1595
|
requiredConfirmations: number;
|
|
@@ -2754,7 +2769,17 @@ declare const etherlink: Readonly<{
|
|
|
2754
2769
|
tenderly: string;
|
|
2755
2770
|
};
|
|
2756
2771
|
markets: {};
|
|
2757
|
-
bridges: {
|
|
2772
|
+
bridges: {
|
|
2773
|
+
stargate: {
|
|
2774
|
+
endpointID: number;
|
|
2775
|
+
tokens: {
|
|
2776
|
+
name: string;
|
|
2777
|
+
type: string;
|
|
2778
|
+
id: number;
|
|
2779
|
+
address: string;
|
|
2780
|
+
}[];
|
|
2781
|
+
};
|
|
2782
|
+
};
|
|
2758
2783
|
oracles: {};
|
|
2759
2784
|
morpho: {};
|
|
2760
2785
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -2798,7 +2823,7 @@ declare const etherlink: Readonly<{
|
|
|
2798
2823
|
address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9";
|
|
2799
2824
|
})[];
|
|
2800
2825
|
stables: ("0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9" | "0x2C03058C8AFC06713be23e58D2febC8337dbfE6A")[];
|
|
2801
|
-
watchlist:
|
|
2826
|
+
watchlist: ("0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74" | "0xd03b92a27947bb08dd269107d4df00f8ab53fc28" | "0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e")[];
|
|
2802
2827
|
internalName: "etherlink";
|
|
2803
2828
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png";
|
|
2804
2829
|
contracts: {
|
|
@@ -8291,11 +8316,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8291
8316
|
stargate: {
|
|
8292
8317
|
endpointID: number;
|
|
8293
8318
|
blockConfirmations: number;
|
|
8294
|
-
tokens: {
|
|
8319
|
+
tokens: ({
|
|
8295
8320
|
name: string;
|
|
8296
8321
|
id: number;
|
|
8297
8322
|
address: string;
|
|
8298
|
-
}
|
|
8323
|
+
} | {
|
|
8324
|
+
name: string;
|
|
8325
|
+
type: string;
|
|
8326
|
+
id: number;
|
|
8327
|
+
address: string;
|
|
8328
|
+
})[];
|
|
8299
8329
|
};
|
|
8300
8330
|
wanbridge: {
|
|
8301
8331
|
requiredConfirmations: number;
|
|
@@ -8473,11 +8503,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8473
8503
|
stargate: {
|
|
8474
8504
|
endpointID: number;
|
|
8475
8505
|
blockConfirmations: number;
|
|
8476
|
-
tokens: {
|
|
8506
|
+
tokens: ({
|
|
8477
8507
|
name: string;
|
|
8478
8508
|
id: number;
|
|
8479
8509
|
address: string;
|
|
8480
|
-
}
|
|
8510
|
+
} | {
|
|
8511
|
+
name: string;
|
|
8512
|
+
type: string;
|
|
8513
|
+
id: number;
|
|
8514
|
+
address: string;
|
|
8515
|
+
})[];
|
|
8481
8516
|
};
|
|
8482
8517
|
wanbridge: {
|
|
8483
8518
|
requiredConfirmations: number;
|
|
@@ -9402,11 +9437,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9402
9437
|
stargate: {
|
|
9403
9438
|
endpointID: number;
|
|
9404
9439
|
blockConfirmations: number;
|
|
9405
|
-
tokens: {
|
|
9440
|
+
tokens: ({
|
|
9406
9441
|
name: string;
|
|
9407
9442
|
id: number;
|
|
9408
9443
|
address: string;
|
|
9409
|
-
}
|
|
9444
|
+
} | {
|
|
9445
|
+
name: string;
|
|
9446
|
+
type: string;
|
|
9447
|
+
id: number;
|
|
9448
|
+
address: string;
|
|
9449
|
+
})[];
|
|
9410
9450
|
};
|
|
9411
9451
|
wanbridge: {
|
|
9412
9452
|
requiredConfirmations: number;
|
|
@@ -16086,7 +16126,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16086
16126
|
tenderly: string;
|
|
16087
16127
|
};
|
|
16088
16128
|
markets: {};
|
|
16089
|
-
bridges: {
|
|
16129
|
+
bridges: {
|
|
16130
|
+
stargate: {
|
|
16131
|
+
endpointID: number;
|
|
16132
|
+
tokens: {
|
|
16133
|
+
name: string;
|
|
16134
|
+
type: string;
|
|
16135
|
+
id: number;
|
|
16136
|
+
address: string;
|
|
16137
|
+
}[];
|
|
16138
|
+
};
|
|
16139
|
+
};
|
|
16090
16140
|
oracles: {};
|
|
16091
16141
|
morpho: {};
|
|
16092
16142
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -16130,7 +16180,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16130
16180
|
address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9";
|
|
16131
16181
|
})[];
|
|
16132
16182
|
stables: ("0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9" | "0x2C03058C8AFC06713be23e58D2febC8337dbfE6A")[];
|
|
16133
|
-
watchlist:
|
|
16183
|
+
watchlist: ("0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74" | "0xd03b92a27947bb08dd269107d4df00f8ab53fc28" | "0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e")[];
|
|
16134
16184
|
internalName: "etherlink";
|
|
16135
16185
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png";
|
|
16136
16186
|
contracts: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -38,11 +38,16 @@ declare const arbitrum: Readonly<{
|
|
|
38
38
|
stargate: {
|
|
39
39
|
endpointID: number;
|
|
40
40
|
blockConfirmations: number;
|
|
41
|
-
tokens: {
|
|
41
|
+
tokens: ({
|
|
42
42
|
name: string;
|
|
43
43
|
id: number;
|
|
44
44
|
address: string;
|
|
45
|
-
}
|
|
45
|
+
} | {
|
|
46
|
+
name: string;
|
|
47
|
+
type: string;
|
|
48
|
+
id: number;
|
|
49
|
+
address: string;
|
|
50
|
+
})[];
|
|
46
51
|
};
|
|
47
52
|
wanbridge: {
|
|
48
53
|
requiredConfirmations: number;
|
|
@@ -225,11 +230,16 @@ declare const base: Readonly<{
|
|
|
225
230
|
stargate: {
|
|
226
231
|
endpointID: number;
|
|
227
232
|
blockConfirmations: number;
|
|
228
|
-
tokens: {
|
|
233
|
+
tokens: ({
|
|
229
234
|
name: string;
|
|
230
235
|
id: number;
|
|
231
236
|
address: string;
|
|
232
|
-
}
|
|
237
|
+
} | {
|
|
238
|
+
name: string;
|
|
239
|
+
type: string;
|
|
240
|
+
id: number;
|
|
241
|
+
address: string;
|
|
242
|
+
})[];
|
|
233
243
|
};
|
|
234
244
|
wanbridge: {
|
|
235
245
|
requiredConfirmations: number;
|
|
@@ -1570,11 +1580,16 @@ declare const bsc: Readonly<{
|
|
|
1570
1580
|
stargate: {
|
|
1571
1581
|
endpointID: number;
|
|
1572
1582
|
blockConfirmations: number;
|
|
1573
|
-
tokens: {
|
|
1583
|
+
tokens: ({
|
|
1574
1584
|
name: string;
|
|
1575
1585
|
id: number;
|
|
1576
1586
|
address: string;
|
|
1577
|
-
}
|
|
1587
|
+
} | {
|
|
1588
|
+
name: string;
|
|
1589
|
+
type: string;
|
|
1590
|
+
id: number;
|
|
1591
|
+
address: string;
|
|
1592
|
+
})[];
|
|
1578
1593
|
};
|
|
1579
1594
|
wanbridge: {
|
|
1580
1595
|
requiredConfirmations: number;
|
|
@@ -2754,7 +2769,17 @@ declare const etherlink: Readonly<{
|
|
|
2754
2769
|
tenderly: string;
|
|
2755
2770
|
};
|
|
2756
2771
|
markets: {};
|
|
2757
|
-
bridges: {
|
|
2772
|
+
bridges: {
|
|
2773
|
+
stargate: {
|
|
2774
|
+
endpointID: number;
|
|
2775
|
+
tokens: {
|
|
2776
|
+
name: string;
|
|
2777
|
+
type: string;
|
|
2778
|
+
id: number;
|
|
2779
|
+
address: string;
|
|
2780
|
+
}[];
|
|
2781
|
+
};
|
|
2782
|
+
};
|
|
2758
2783
|
oracles: {};
|
|
2759
2784
|
morpho: {};
|
|
2760
2785
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -2798,7 +2823,7 @@ declare const etherlink: Readonly<{
|
|
|
2798
2823
|
address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9";
|
|
2799
2824
|
})[];
|
|
2800
2825
|
stables: ("0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9" | "0x2C03058C8AFC06713be23e58D2febC8337dbfE6A")[];
|
|
2801
|
-
watchlist:
|
|
2826
|
+
watchlist: ("0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74" | "0xd03b92a27947bb08dd269107d4df00f8ab53fc28" | "0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e")[];
|
|
2802
2827
|
internalName: "etherlink";
|
|
2803
2828
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png";
|
|
2804
2829
|
contracts: {
|
|
@@ -8291,11 +8316,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8291
8316
|
stargate: {
|
|
8292
8317
|
endpointID: number;
|
|
8293
8318
|
blockConfirmations: number;
|
|
8294
|
-
tokens: {
|
|
8319
|
+
tokens: ({
|
|
8295
8320
|
name: string;
|
|
8296
8321
|
id: number;
|
|
8297
8322
|
address: string;
|
|
8298
|
-
}
|
|
8323
|
+
} | {
|
|
8324
|
+
name: string;
|
|
8325
|
+
type: string;
|
|
8326
|
+
id: number;
|
|
8327
|
+
address: string;
|
|
8328
|
+
})[];
|
|
8299
8329
|
};
|
|
8300
8330
|
wanbridge: {
|
|
8301
8331
|
requiredConfirmations: number;
|
|
@@ -8473,11 +8503,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8473
8503
|
stargate: {
|
|
8474
8504
|
endpointID: number;
|
|
8475
8505
|
blockConfirmations: number;
|
|
8476
|
-
tokens: {
|
|
8506
|
+
tokens: ({
|
|
8477
8507
|
name: string;
|
|
8478
8508
|
id: number;
|
|
8479
8509
|
address: string;
|
|
8480
|
-
}
|
|
8510
|
+
} | {
|
|
8511
|
+
name: string;
|
|
8512
|
+
type: string;
|
|
8513
|
+
id: number;
|
|
8514
|
+
address: string;
|
|
8515
|
+
})[];
|
|
8481
8516
|
};
|
|
8482
8517
|
wanbridge: {
|
|
8483
8518
|
requiredConfirmations: number;
|
|
@@ -9402,11 +9437,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9402
9437
|
stargate: {
|
|
9403
9438
|
endpointID: number;
|
|
9404
9439
|
blockConfirmations: number;
|
|
9405
|
-
tokens: {
|
|
9440
|
+
tokens: ({
|
|
9406
9441
|
name: string;
|
|
9407
9442
|
id: number;
|
|
9408
9443
|
address: string;
|
|
9409
|
-
}
|
|
9444
|
+
} | {
|
|
9445
|
+
name: string;
|
|
9446
|
+
type: string;
|
|
9447
|
+
id: number;
|
|
9448
|
+
address: string;
|
|
9449
|
+
})[];
|
|
9410
9450
|
};
|
|
9411
9451
|
wanbridge: {
|
|
9412
9452
|
requiredConfirmations: number;
|
|
@@ -16086,7 +16126,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16086
16126
|
tenderly: string;
|
|
16087
16127
|
};
|
|
16088
16128
|
markets: {};
|
|
16089
|
-
bridges: {
|
|
16129
|
+
bridges: {
|
|
16130
|
+
stargate: {
|
|
16131
|
+
endpointID: number;
|
|
16132
|
+
tokens: {
|
|
16133
|
+
name: string;
|
|
16134
|
+
type: string;
|
|
16135
|
+
id: number;
|
|
16136
|
+
address: string;
|
|
16137
|
+
}[];
|
|
16138
|
+
};
|
|
16139
|
+
};
|
|
16090
16140
|
oracles: {};
|
|
16091
16141
|
morpho: {};
|
|
16092
16142
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -16130,7 +16180,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16130
16180
|
address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9";
|
|
16131
16181
|
})[];
|
|
16132
16182
|
stables: ("0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9" | "0x2C03058C8AFC06713be23e58D2febC8337dbfE6A")[];
|
|
16133
|
-
watchlist:
|
|
16183
|
+
watchlist: ("0x659fe227a739d7961f3c7bbc090ea9bfafcc2a74" | "0xd03b92a27947bb08dd269107d4df00f8ab53fc28" | "0x2a5120e8b04e7f2d3fbbbd82afb4cd70de0f5d0e")[];
|
|
16134
16184
|
internalName: "etherlink";
|
|
16135
16185
|
nativeLogoUrl: "https://assets.oku.trade/natives/xtz.png";
|
|
16136
16186
|
contracts: {
|