@gfxlabs/oku-chains 1.1.199 → 1.1.200
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 +123 -40
- package/dist/index-mjs.js +123 -40
- package/dist/index.js +123 -40
- package/dist/types/browser.d.ts +124 -49
- package/dist/types/index-mjs.d.ts +124 -49
- package/dist/types/index.d.ts +124 -49
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -45,16 +45,19 @@
|
|
|
45
45
|
stargate: {
|
|
46
46
|
endpointID: 30110,
|
|
47
47
|
blockConfirmations: 20,
|
|
48
|
-
|
|
48
|
+
tokens: [
|
|
49
49
|
{
|
|
50
|
+
name: "ETH",
|
|
50
51
|
id: 13,
|
|
51
52
|
address: "0xA45B5130f36CDcA45667738e2a258AB09f4A5f7F",
|
|
52
53
|
},
|
|
53
54
|
{
|
|
55
|
+
name: "USDC",
|
|
54
56
|
id: 1,
|
|
55
57
|
address: "0xe8CDF27AcD73a434D661C84887215F7598e7d0d3",
|
|
56
58
|
},
|
|
57
59
|
{
|
|
60
|
+
name: "USDT",
|
|
58
61
|
id: 2,
|
|
59
62
|
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
60
63
|
},
|
|
@@ -341,12 +344,14 @@
|
|
|
341
344
|
stargate: {
|
|
342
345
|
endpointID: 30184,
|
|
343
346
|
blockConfirmations: 20,
|
|
344
|
-
|
|
347
|
+
tokens: [
|
|
345
348
|
{
|
|
349
|
+
name: "ETH",
|
|
346
350
|
id: 13,
|
|
347
351
|
address: "0xdc181Bd607330aeeBEF6ea62e03e5e1Fb4B6F7C7",
|
|
348
352
|
},
|
|
349
353
|
{
|
|
354
|
+
name: "USDC",
|
|
350
355
|
id: 1,
|
|
351
356
|
address: "0x27a16dc786820B16E5c9028b75B99F6f604b5d26",
|
|
352
357
|
},
|
|
@@ -826,11 +831,17 @@
|
|
|
826
831
|
stargate: {
|
|
827
832
|
endpointID: 30102,
|
|
828
833
|
blockConfirmations: 20,
|
|
829
|
-
|
|
834
|
+
tokens: [
|
|
835
|
+
{
|
|
836
|
+
name: "USDC",
|
|
837
|
+
id: 1,
|
|
838
|
+
address: "0x962Bd449E630b0d928f308Ce63f1A21F02576057"
|
|
839
|
+
},
|
|
830
840
|
{
|
|
841
|
+
name: "USDT",
|
|
831
842
|
id: 2,
|
|
832
843
|
address: "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
833
|
-
}
|
|
844
|
+
}
|
|
834
845
|
],
|
|
835
846
|
},
|
|
836
847
|
wanbridge: {
|
|
@@ -1328,17 +1339,19 @@
|
|
|
1328
1339
|
stargate: {
|
|
1329
1340
|
endpointID: 30145,
|
|
1330
1341
|
blockConfirmations: 20,
|
|
1331
|
-
|
|
1342
|
+
tokens: [
|
|
1332
1343
|
{
|
|
1344
|
+
name: "USDC",
|
|
1333
1345
|
id: 1,
|
|
1334
|
-
address: "0xB1EeAD6959cb5bB9B20417d6689922523B2B86C3"
|
|
1346
|
+
address: "0xB1EeAD6959cb5bB9B20417d6689922523B2B86C3"
|
|
1335
1347
|
},
|
|
1336
1348
|
{
|
|
1349
|
+
name: "ETH",
|
|
1337
1350
|
id: 13,
|
|
1338
|
-
address: "0xe9aBA835f813ca05E50A6C0ce65D0D74390F7dE7"
|
|
1339
|
-
}
|
|
1340
|
-
]
|
|
1341
|
-
}
|
|
1351
|
+
address: "0xe9aBA835f813ca05E50A6C0ce65D0D74390F7dE7"
|
|
1352
|
+
}
|
|
1353
|
+
]
|
|
1354
|
+
}
|
|
1342
1355
|
},
|
|
1343
1356
|
oracles: {
|
|
1344
1357
|
cmc: {
|
|
@@ -1440,10 +1453,23 @@
|
|
|
1440
1453
|
stargate: {
|
|
1441
1454
|
endpointID: 30361,
|
|
1442
1455
|
blockConfirmations: 20,
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1456
|
+
tokens: [
|
|
1457
|
+
{
|
|
1458
|
+
name: "ETH",
|
|
1459
|
+
type: "OFT",
|
|
1460
|
+
id: 13,
|
|
1461
|
+
address: "0x88853D410299BCBfE5fCC9Eef93c03115E908279"
|
|
1462
|
+
}, {
|
|
1463
|
+
name: "USDC",
|
|
1464
|
+
type: "OFT",
|
|
1465
|
+
id: 1,
|
|
1466
|
+
address: "0xbbA60da06c2c5424f03f7434542280FCAd453d10"
|
|
1467
|
+
}, {
|
|
1468
|
+
name: "USDT",
|
|
1469
|
+
type: "OFT",
|
|
1470
|
+
id: 2,
|
|
1471
|
+
address: "0x549943e04f40284185054145c6E4e9568C1D3241"
|
|
1472
|
+
}
|
|
1447
1473
|
],
|
|
1448
1474
|
},
|
|
1449
1475
|
},
|
|
@@ -1529,16 +1555,24 @@
|
|
|
1529
1555
|
stargate: {
|
|
1530
1556
|
endpointID: 30329,
|
|
1531
1557
|
blockConfirmations: 20,
|
|
1532
|
-
|
|
1558
|
+
tokens: [
|
|
1533
1559
|
{
|
|
1560
|
+
name: "ETH",
|
|
1561
|
+
type: "POOL",
|
|
1534
1562
|
id: 13,
|
|
1535
1563
|
address: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
|
|
1536
|
-
},
|
|
1564
|
+
}, {
|
|
1565
|
+
name: "USDC",
|
|
1566
|
+
type: "OFT",
|
|
1567
|
+
id: 1,
|
|
1568
|
+
address: "0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
|
|
1569
|
+
}, {
|
|
1570
|
+
name: "USDT",
|
|
1571
|
+
type: "OFT",
|
|
1572
|
+
id: 2,
|
|
1573
|
+
address: "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
1574
|
+
}
|
|
1537
1575
|
],
|
|
1538
|
-
assets: [
|
|
1539
|
-
"0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
|
|
1540
|
-
"0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398"
|
|
1541
|
-
]
|
|
1542
1576
|
},
|
|
1543
1577
|
},
|
|
1544
1578
|
morpho: {},
|
|
@@ -1633,15 +1667,23 @@
|
|
|
1633
1667
|
stargate: {
|
|
1634
1668
|
endpointID: 30309,
|
|
1635
1669
|
blockConfirmations: 20,
|
|
1636
|
-
|
|
1670
|
+
tokens: [
|
|
1637
1671
|
{
|
|
1638
|
-
|
|
1672
|
+
name: "ETH",
|
|
1673
|
+
type: "POOL",
|
|
1639
1674
|
id: 13,
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1675
|
+
address: "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
|
|
1676
|
+
}, {
|
|
1677
|
+
name: "USDC",
|
|
1678
|
+
type: "OFT",
|
|
1679
|
+
id: 1,
|
|
1680
|
+
address: "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1681
|
+
}, {
|
|
1682
|
+
name: "USDT",
|
|
1683
|
+
type: "OFT",
|
|
1684
|
+
id: 2,
|
|
1685
|
+
address: "0x06D538690AF257Da524f25D0CD52fD85b1c2173E",
|
|
1686
|
+
}
|
|
1645
1687
|
],
|
|
1646
1688
|
},
|
|
1647
1689
|
},
|
|
@@ -1747,8 +1789,10 @@
|
|
|
1747
1789
|
stargate: {
|
|
1748
1790
|
endpointID: 30183,
|
|
1749
1791
|
blockConfirmations: 20,
|
|
1750
|
-
|
|
1792
|
+
tokens: [
|
|
1751
1793
|
{
|
|
1794
|
+
name: "ETH",
|
|
1795
|
+
type: "POOL",
|
|
1752
1796
|
id: 13,
|
|
1753
1797
|
address: "0x81F6138153d473E8c5EcebD3DC8Cd4903506B075",
|
|
1754
1798
|
},
|
|
@@ -1978,24 +2022,30 @@
|
|
|
1978
2022
|
stargate: {
|
|
1979
2023
|
endpointID: 30101,
|
|
1980
2024
|
blockConfirmations: 15,
|
|
1981
|
-
|
|
2025
|
+
tokens: [
|
|
1982
2026
|
{
|
|
2027
|
+
name: "ETH",
|
|
2028
|
+
type: "POOL",
|
|
1983
2029
|
id: 13,
|
|
1984
2030
|
address: "0x77b2043768d28E9C9aB44E1aBfC95944bcE57931",
|
|
1985
2031
|
},
|
|
1986
2032
|
{
|
|
2033
|
+
name: "USDC",
|
|
1987
2034
|
id: 1,
|
|
1988
2035
|
address: "0xc026395860Db2d07ee33e05fE50ed7bD583189C7",
|
|
1989
2036
|
},
|
|
1990
2037
|
{
|
|
2038
|
+
name: "USDT",
|
|
1991
2039
|
id: 2,
|
|
1992
2040
|
address: "0x933597a323Eb81cAe705C5bC29985172fd5A3973",
|
|
1993
2041
|
},
|
|
1994
2042
|
{
|
|
2043
|
+
name: "METIS",
|
|
1995
2044
|
id: 17,
|
|
1996
2045
|
address: "0xcDafB1b2dB43f366E48e6F614b8DCCBFeeFEEcD3",
|
|
1997
2046
|
},
|
|
1998
2047
|
{
|
|
2048
|
+
name: "mETH",
|
|
1999
2049
|
id: 22,
|
|
2000
2050
|
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
2001
2051
|
},
|
|
@@ -2368,20 +2418,24 @@
|
|
|
2368
2418
|
stargate: {
|
|
2369
2419
|
endpointID: 30181,
|
|
2370
2420
|
blockConfirmations: 20,
|
|
2371
|
-
|
|
2421
|
+
tokens: [
|
|
2372
2422
|
{
|
|
2423
|
+
name: "ETH",
|
|
2373
2424
|
id: 13,
|
|
2374
2425
|
address: "0x4c1d3Fc3fC3c177c3b633427c2F769276c547463",
|
|
2375
2426
|
},
|
|
2376
2427
|
{
|
|
2428
|
+
name: "USDC",
|
|
2377
2429
|
id: 1,
|
|
2378
2430
|
address: "0xAc290Ad4e0c891FDc295ca4F0a6214cf6dC6acDC",
|
|
2379
2431
|
},
|
|
2380
2432
|
{
|
|
2433
|
+
name: "USDT",
|
|
2381
2434
|
id: 2,
|
|
2382
2435
|
address: "0xB715B85682B731dB9D5063187C450095c91C57FC",
|
|
2383
2436
|
},
|
|
2384
2437
|
{
|
|
2438
|
+
name: "mETH",
|
|
2385
2439
|
id: 22,
|
|
2386
2440
|
address: "0xF7628d84a2BbD9bb9c8E686AC95BB5d55169F3F1",
|
|
2387
2441
|
},
|
|
@@ -2695,16 +2749,19 @@
|
|
|
2695
2749
|
stargate: {
|
|
2696
2750
|
endpointID: 30111,
|
|
2697
2751
|
blockConfirmations: 20,
|
|
2698
|
-
|
|
2752
|
+
tokens: [
|
|
2699
2753
|
{
|
|
2754
|
+
name: "ETH",
|
|
2700
2755
|
id: 13,
|
|
2701
2756
|
address: "0xe8CDF27AcD73a434D661C84887215F7598e7d0d3",
|
|
2702
2757
|
},
|
|
2703
2758
|
{
|
|
2759
|
+
name: "USDC",
|
|
2704
2760
|
id: 1,
|
|
2705
2761
|
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
2706
2762
|
},
|
|
2707
2763
|
{
|
|
2764
|
+
name: "USDT",
|
|
2708
2765
|
id: 2,
|
|
2709
2766
|
address: "0x19cFCE47eD54a88614648DC3f19A5980097007dD",
|
|
2710
2767
|
},
|
|
@@ -2985,12 +3042,14 @@
|
|
|
2985
3042
|
stargate: {
|
|
2986
3043
|
endpointID: 30109,
|
|
2987
3044
|
blockConfirmations: 512,
|
|
2988
|
-
|
|
3045
|
+
tokens: [
|
|
2989
3046
|
{
|
|
3047
|
+
name: "USDC",
|
|
2990
3048
|
id: 1,
|
|
2991
3049
|
address: "0x9Aa02D4Fae7F58b8E8f34c66E756cC734DAc7fe4",
|
|
2992
3050
|
},
|
|
2993
3051
|
{
|
|
3052
|
+
name: "USDT",
|
|
2994
3053
|
id: 2,
|
|
2995
3054
|
address: "0xd47b03ee6d86Cf251ee7860FB2ACf9f91B9fD4d7",
|
|
2996
3055
|
},
|
|
@@ -3327,10 +3386,23 @@
|
|
|
3327
3386
|
stargate: {
|
|
3328
3387
|
endpointID: 30333,
|
|
3329
3388
|
blockConfirmations: 20,
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3389
|
+
tokens: [
|
|
3390
|
+
{
|
|
3391
|
+
name: "ETH",
|
|
3392
|
+
type: "OFT",
|
|
3393
|
+
id: 13,
|
|
3394
|
+
address: "0x45f1A95A4D3f3836523F5c83673c797f4d4d263B"
|
|
3395
|
+
}, {
|
|
3396
|
+
name: "USDC",
|
|
3397
|
+
type: "OFT",
|
|
3398
|
+
id: 1,
|
|
3399
|
+
address: "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398"
|
|
3400
|
+
}, {
|
|
3401
|
+
name: "USDT",
|
|
3402
|
+
type: "OFT",
|
|
3403
|
+
id: 2,
|
|
3404
|
+
address: "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6"
|
|
3405
|
+
}
|
|
3334
3406
|
]
|
|
3335
3407
|
}
|
|
3336
3408
|
},
|
|
@@ -3550,12 +3622,14 @@
|
|
|
3550
3622
|
stargate: {
|
|
3551
3623
|
endpointID: 30214,
|
|
3552
3624
|
blockConfirmations: 20,
|
|
3553
|
-
|
|
3625
|
+
tokens: [
|
|
3554
3626
|
{
|
|
3627
|
+
name: "ETH",
|
|
3555
3628
|
id: 13,
|
|
3556
3629
|
address: "0xC2b638Cb5042c1B3c5d5C969361fB50569840583",
|
|
3557
3630
|
},
|
|
3558
3631
|
{
|
|
3632
|
+
name: "USDC",
|
|
3559
3633
|
id: 1,
|
|
3560
3634
|
address: "0x3Fc69CC4A842838bCDC9499178740226062b14E4",
|
|
3561
3635
|
},
|
|
@@ -3667,16 +3741,20 @@
|
|
|
3667
3741
|
stargate: {
|
|
3668
3742
|
endpointID: 30280,
|
|
3669
3743
|
blockConfirmations: 20,
|
|
3670
|
-
|
|
3744
|
+
tokens: [
|
|
3671
3745
|
{
|
|
3746
|
+
name: "ETH",
|
|
3747
|
+
type: "OFT",
|
|
3672
3748
|
id: 13,
|
|
3673
3749
|
address: "0x5c386D85b1B82FD9Db681b9176C8a4248bb6345B",
|
|
3674
3750
|
},
|
|
3675
3751
|
{
|
|
3752
|
+
name: "USDC",
|
|
3676
3753
|
id: 1,
|
|
3677
3754
|
address: "0x45d417612e177672958dC0537C45a8f8d754Ac2E",
|
|
3678
3755
|
},
|
|
3679
3756
|
{
|
|
3757
|
+
name: "USDT",
|
|
3680
3758
|
id: 2,
|
|
3681
3759
|
address: "0x0dB9afb4C33be43a0a0e396Fd1383B4ea97aB10a",
|
|
3682
3760
|
},
|
|
@@ -3794,8 +3872,9 @@
|
|
|
3794
3872
|
stargate: {
|
|
3795
3873
|
endpointID: 30332,
|
|
3796
3874
|
blockConfirmations: 20,
|
|
3797
|
-
|
|
3875
|
+
tokens: [
|
|
3798
3876
|
{
|
|
3877
|
+
name: "USDC",
|
|
3799
3878
|
id: 1,
|
|
3800
3879
|
address: "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9"
|
|
3801
3880
|
}
|
|
@@ -3890,12 +3969,16 @@
|
|
|
3890
3969
|
stargate: {
|
|
3891
3970
|
endpointID: 30290,
|
|
3892
3971
|
blockConfirmations: 20,
|
|
3893
|
-
|
|
3972
|
+
tokens: [
|
|
3894
3973
|
{
|
|
3974
|
+
name: "USDC",
|
|
3975
|
+
type: "OFT",
|
|
3895
3976
|
id: 1,
|
|
3896
3977
|
address: "0x77C71633C34C3784ede189d74223122422492a0f",
|
|
3897
3978
|
},
|
|
3898
3979
|
{
|
|
3980
|
+
name: "USDT",
|
|
3981
|
+
type: "OFT",
|
|
3899
3982
|
id: 2,
|
|
3900
3983
|
address: "0x1C10CC06DC6D35970d1D53B2A23c76ef370d4135",
|
|
3901
3984
|
},
|