@gfxlabs/oku-chains 1.1.246 → 1.1.247
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 +35 -1
- package/dist/index-mjs.js +35 -1
- package/dist/index.js +35 -1
- package/dist/types/browser.d.ts +64 -14
- package/dist/types/index-mjs.d.ts +64 -14
- package/dist/types/index.d.ts +64 -14
- 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,17 @@
|
|
|
1220
1238
|
tenderly: "true",
|
|
1221
1239
|
},
|
|
1222
1240
|
markets: {},
|
|
1223
|
-
bridges: {
|
|
1241
|
+
bridges: {
|
|
1242
|
+
stargate: {
|
|
1243
|
+
endpointID: 30292,
|
|
1244
|
+
tokens: [{
|
|
1245
|
+
name: "WXTZ",
|
|
1246
|
+
type: "OFT",
|
|
1247
|
+
id: 20,
|
|
1248
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
1249
|
+
}]
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1224
1252
|
oracles: {},
|
|
1225
1253
|
morpho: {},
|
|
1226
1254
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -2258,6 +2286,12 @@
|
|
|
2258
2286
|
id: 22,
|
|
2259
2287
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2260
2288
|
},
|
|
2289
|
+
{
|
|
2290
|
+
name: "WXTZ",
|
|
2291
|
+
type: "OFT",
|
|
2292
|
+
id: 20,
|
|
2293
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2294
|
+
}
|
|
2261
2295
|
],
|
|
2262
2296
|
},
|
|
2263
2297
|
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,17 @@ const etherlink = makeConfig({
|
|
|
1217
1235
|
tenderly: "true",
|
|
1218
1236
|
},
|
|
1219
1237
|
markets: {},
|
|
1220
|
-
bridges: {
|
|
1238
|
+
bridges: {
|
|
1239
|
+
stargate: {
|
|
1240
|
+
endpointID: 30292,
|
|
1241
|
+
tokens: [{
|
|
1242
|
+
name: "WXTZ",
|
|
1243
|
+
type: "OFT",
|
|
1244
|
+
id: 20,
|
|
1245
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
1246
|
+
}]
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1221
1249
|
oracles: {},
|
|
1222
1250
|
morpho: {},
|
|
1223
1251
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -2255,6 +2283,12 @@ const mainnet = makeConfig({
|
|
|
2255
2283
|
id: 22,
|
|
2256
2284
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2257
2285
|
},
|
|
2286
|
+
{
|
|
2287
|
+
name: "WXTZ",
|
|
2288
|
+
type: "OFT",
|
|
2289
|
+
id: 20,
|
|
2290
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2291
|
+
}
|
|
2258
2292
|
],
|
|
2259
2293
|
},
|
|
2260
2294
|
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,17 @@ const etherlink = makeConfig({
|
|
|
1219
1237
|
tenderly: "true",
|
|
1220
1238
|
},
|
|
1221
1239
|
markets: {},
|
|
1222
|
-
bridges: {
|
|
1240
|
+
bridges: {
|
|
1241
|
+
stargate: {
|
|
1242
|
+
endpointID: 30292,
|
|
1243
|
+
tokens: [{
|
|
1244
|
+
name: "WXTZ",
|
|
1245
|
+
type: "OFT",
|
|
1246
|
+
id: 20,
|
|
1247
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
1248
|
+
}]
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1223
1251
|
oracles: {},
|
|
1224
1252
|
morpho: {},
|
|
1225
1253
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -2257,6 +2285,12 @@ const mainnet = makeConfig({
|
|
|
2257
2285
|
id: 22,
|
|
2258
2286
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2259
2287
|
},
|
|
2288
|
+
{
|
|
2289
|
+
name: "WXTZ",
|
|
2290
|
+
type: "OFT",
|
|
2291
|
+
id: 20,
|
|
2292
|
+
address: "0xc9B53AB2679f573e480d01e0f49e2B5CFB7a3EAb"
|
|
2293
|
+
}
|
|
2260
2294
|
],
|
|
2261
2295
|
},
|
|
2262
2296
|
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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
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";
|
|
@@ -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";
|