@subwallet/chain-list 0.2.123-beta.4-pr-641-abaf14e5 → 0.2.123-beta.5-pr-641-5497c607
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/bundle-subwallet-chain-list.js +230 -26
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/AssetRef.json +28 -0
- package/cjs/data/ChainAsset.json +125 -3
- package/cjs/data/ChainInfo.json +68 -22
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/AssetRef.json +28 -0
- package/data/ChainAsset.json +125 -3
- package/data/ChainInfo.json +68 -22
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1474,6 +1474,10 @@
|
|
|
1474
1474
|
"cardano-cip26-night-0691b2fecca1ac4f53cb6dfb00b7013e561d1f34403b957cbb5af1fa4e49474854": "/assets/chain-assets/cardano-cip26-night-0691b2fecca1ac4f53cb6dfb00b7013e561d1f34403b957cbb5af1fa4e49474854.png",
|
|
1475
1475
|
"energy_web_x-local-usdc": "/assets/chain-assets/energy_web_x-local-usdc.png",
|
|
1476
1476
|
"energy_web_x-local-stewt": "/assets/chain-assets/energy_web_x-local-stewt.png",
|
|
1477
|
+
"bifrost_network-native-bfc": "/assets/chain-assets/bifrost_network-native-bfc.png",
|
|
1478
|
+
"stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750": "/assets/chain-assets/stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750.png",
|
|
1479
|
+
"statemine-local-usdc": "/assets/chain-assets/statemine-local-usdc.png",
|
|
1480
|
+
"statemine-local-usdt": "/assets/chain-assets/statemine-local-usdt.png",
|
|
1477
1481
|
"paseo_assethub-native-pas": "/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1478
1482
|
"eth-ethereum": "/assets/multi-chain-assets/eth-ethereum.png",
|
|
1479
1483
|
"ibtc-interbtc": "/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
@@ -2043,6 +2047,13 @@
|
|
|
2043
2047
|
srcChain: "statemint",
|
|
2044
2048
|
destChain: "xode",
|
|
2045
2049
|
path: "XCM"
|
|
2050
|
+
},
|
|
2051
|
+
"statemint-LOCAL-USDt___statemine-LOCAL-USDT": {
|
|
2052
|
+
srcAsset: "statemint-LOCAL-USDt",
|
|
2053
|
+
destAsset: "statemine-LOCAL-USDT",
|
|
2054
|
+
srcChain: "statemint",
|
|
2055
|
+
destChain: "statemine",
|
|
2056
|
+
path: "XCM"
|
|
2046
2057
|
},
|
|
2047
2058
|
"bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
2048
2059
|
srcAsset: "bifrost-LOCAL-KSM",
|
|
@@ -2141,6 +2152,13 @@
|
|
|
2141
2152
|
srcChain: "statemint",
|
|
2142
2153
|
destChain: "energy_web_x",
|
|
2143
2154
|
path: "XCM"
|
|
2155
|
+
},
|
|
2156
|
+
"statemint-LOCAL-USDC___statemine-LOCAL-USDC": {
|
|
2157
|
+
srcAsset: "statemint-LOCAL-USDC",
|
|
2158
|
+
destAsset: "statemine-LOCAL-USDC",
|
|
2159
|
+
srcChain: "statemint",
|
|
2160
|
+
destChain: "statemine",
|
|
2161
|
+
path: "XCM"
|
|
2144
2162
|
},
|
|
2145
2163
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
2146
2164
|
srcAsset: "hydradx_main-LOCAL-USDC",
|
|
@@ -2561,6 +2579,20 @@
|
|
|
2561
2579
|
srcChain: "energy_web_x",
|
|
2562
2580
|
destChain: "statemint",
|
|
2563
2581
|
path: "XCM"
|
|
2582
|
+
},
|
|
2583
|
+
"statemine-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
2584
|
+
srcAsset: "statemine-LOCAL-USDC",
|
|
2585
|
+
destAsset: "statemint-LOCAL-USDC",
|
|
2586
|
+
srcChain: "statemine",
|
|
2587
|
+
destChain: "statemint",
|
|
2588
|
+
path: "XCM"
|
|
2589
|
+
},
|
|
2590
|
+
"statemine-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
2591
|
+
srcAsset: "statemine-LOCAL-USDT",
|
|
2592
|
+
destAsset: "statemint-LOCAL-USDt",
|
|
2593
|
+
srcChain: "statemine",
|
|
2594
|
+
destChain: "statemint",
|
|
2595
|
+
path: "XCM"
|
|
2564
2596
|
}
|
|
2565
2597
|
};
|
|
2566
2598
|
|
|
@@ -3775,9 +3807,9 @@
|
|
|
3775
3807
|
slug: "bifrost_testnet-NATIVE-BFC",
|
|
3776
3808
|
name: "Bifrost Testnet",
|
|
3777
3809
|
symbol: "BFC",
|
|
3778
|
-
decimals:
|
|
3810
|
+
decimals: 18,
|
|
3779
3811
|
priceId: null,
|
|
3780
|
-
minAmount: "
|
|
3812
|
+
minAmount: "0",
|
|
3781
3813
|
assetType: "NATIVE",
|
|
3782
3814
|
metadata: null,
|
|
3783
3815
|
multiChainAsset: null,
|
|
@@ -21231,7 +21263,7 @@
|
|
|
21231
21263
|
symbol: "HOLLAR",
|
|
21232
21264
|
decimals: 18,
|
|
21233
21265
|
priceId: "hydrated-dollar",
|
|
21234
|
-
minAmount: "
|
|
21266
|
+
minAmount: "20000000000000000",
|
|
21235
21267
|
assetType: "LOCAL",
|
|
21236
21268
|
metadata: {
|
|
21237
21269
|
assetId: "222",
|
|
@@ -22443,6 +22475,128 @@
|
|
|
22443
22475
|
multiChainAsset: null,
|
|
22444
22476
|
hasValue: true,
|
|
22445
22477
|
icon: "/assets/chain-assets/energy_web_x-local-stewt.png"
|
|
22478
|
+
},
|
|
22479
|
+
"bifrost_network-NATIVE-BFC": {
|
|
22480
|
+
originChain: "bifrost_network",
|
|
22481
|
+
slug: "bifrost_network-NATIVE-BFC",
|
|
22482
|
+
name: "Bifrost",
|
|
22483
|
+
symbol: "BFC",
|
|
22484
|
+
decimals: 18,
|
|
22485
|
+
priceId: "bifrost",
|
|
22486
|
+
minAmount: "0",
|
|
22487
|
+
assetType: "NATIVE",
|
|
22488
|
+
metadata: null,
|
|
22489
|
+
multiChainAsset: null,
|
|
22490
|
+
hasValue: true,
|
|
22491
|
+
icon: "/assets/chain-assets/bifrost_network-native-bfc.png"
|
|
22492
|
+
},
|
|
22493
|
+
"stable-ERC20-PYUSD0-0x99aF3EeA856556646C98c8B9b2548Fe815240750": {
|
|
22494
|
+
originChain: "stable",
|
|
22495
|
+
slug: "stable-ERC20-PYUSD0-0x99aF3EeA856556646C98c8B9b2548Fe815240750",
|
|
22496
|
+
name: "PayPal USD",
|
|
22497
|
+
symbol: "PYUSD0",
|
|
22498
|
+
decimals: 6,
|
|
22499
|
+
priceId: "paypal-usd",
|
|
22500
|
+
minAmount: "0",
|
|
22501
|
+
assetType: "ERC20",
|
|
22502
|
+
metadata: {
|
|
22503
|
+
contractAddress: "0x99aF3EeA856556646C98c8B9b2548Fe815240750"
|
|
22504
|
+
},
|
|
22505
|
+
multiChainAsset: null,
|
|
22506
|
+
hasValue: true,
|
|
22507
|
+
icon: "/assets/chain-assets/stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750.png"
|
|
22508
|
+
},
|
|
22509
|
+
"statemine-LOCAL-USDC": {
|
|
22510
|
+
originChain: "statemine",
|
|
22511
|
+
slug: "statemine-LOCAL-USDC",
|
|
22512
|
+
name: "USD Coin",
|
|
22513
|
+
symbol: "USDC",
|
|
22514
|
+
decimals: 6,
|
|
22515
|
+
priceId: "usd-coin",
|
|
22516
|
+
minAmount: "10000",
|
|
22517
|
+
assetType: "LOCAL",
|
|
22518
|
+
metadata: {
|
|
22519
|
+
isBridged: true,
|
|
22520
|
+
multilocation: {
|
|
22521
|
+
parents: 2,
|
|
22522
|
+
interior: {
|
|
22523
|
+
X4: [
|
|
22524
|
+
{
|
|
22525
|
+
GlobalConsensus: "Polkadot"
|
|
22526
|
+
},
|
|
22527
|
+
{
|
|
22528
|
+
Parachain: 1000
|
|
22529
|
+
},
|
|
22530
|
+
{
|
|
22531
|
+
PalletInstance: 50
|
|
22532
|
+
},
|
|
22533
|
+
{
|
|
22534
|
+
GeneralIndex: 1337
|
|
22535
|
+
}
|
|
22536
|
+
]
|
|
22537
|
+
}
|
|
22538
|
+
},
|
|
22539
|
+
paraSpellIdentifyV4: {
|
|
22540
|
+
location: {
|
|
22541
|
+
parents: 2,
|
|
22542
|
+
interior: {
|
|
22543
|
+
X4: [
|
|
22544
|
+
{
|
|
22545
|
+
GlobalConsensus: {
|
|
22546
|
+
polkadot: null
|
|
22547
|
+
}
|
|
22548
|
+
},
|
|
22549
|
+
{
|
|
22550
|
+
Parachain: 1000
|
|
22551
|
+
},
|
|
22552
|
+
{
|
|
22553
|
+
PalletInstance: 50
|
|
22554
|
+
},
|
|
22555
|
+
{
|
|
22556
|
+
GeneralIndex: 1337
|
|
22557
|
+
}
|
|
22558
|
+
]
|
|
22559
|
+
}
|
|
22560
|
+
}
|
|
22561
|
+
}
|
|
22562
|
+
},
|
|
22563
|
+
multiChainAsset: "USDC-USDCoin",
|
|
22564
|
+
hasValue: true,
|
|
22565
|
+
icon: "/assets/chain-assets/statemine-local-usdc.png"
|
|
22566
|
+
},
|
|
22567
|
+
"statemine-LOCAL-USDT": {
|
|
22568
|
+
originChain: "statemine",
|
|
22569
|
+
slug: "statemine-LOCAL-USDT",
|
|
22570
|
+
name: "Tether USD",
|
|
22571
|
+
symbol: "USDT",
|
|
22572
|
+
decimals: 6,
|
|
22573
|
+
priceId: "tether",
|
|
22574
|
+
minAmount: "100",
|
|
22575
|
+
assetType: "LOCAL",
|
|
22576
|
+
metadata: {
|
|
22577
|
+
assetId: "1984",
|
|
22578
|
+
paraSpellIdentifyV4: {
|
|
22579
|
+
location: {
|
|
22580
|
+
parents: 1,
|
|
22581
|
+
interior: {
|
|
22582
|
+
X3: [
|
|
22583
|
+
{
|
|
22584
|
+
Parachain: 1000
|
|
22585
|
+
},
|
|
22586
|
+
{
|
|
22587
|
+
PalletInstance: 50
|
|
22588
|
+
},
|
|
22589
|
+
{
|
|
22590
|
+
GeneralIndex: 1984
|
|
22591
|
+
}
|
|
22592
|
+
]
|
|
22593
|
+
}
|
|
22594
|
+
}
|
|
22595
|
+
}
|
|
22596
|
+
},
|
|
22597
|
+
multiChainAsset: "USDT-Tether",
|
|
22598
|
+
hasValue: true,
|
|
22599
|
+
icon: "/assets/chain-assets/statemine-local-usdt.png"
|
|
22446
22600
|
},
|
|
22447
22601
|
"paseo_assethub-NATIVE-PAS": {
|
|
22448
22602
|
originChain: "paseo_assethub",
|
|
@@ -22477,8 +22631,7 @@
|
|
|
22477
22631
|
Allnodes: "wss://polkadot-rpc.publicnode.com",
|
|
22478
22632
|
Onfinality: "wss://polkadot.api.onfinality.io/public-ws",
|
|
22479
22633
|
Helixstreet: "wss://rpc-polkadot.helixstreet.io",
|
|
22480
|
-
IBP2: "wss://polkadot.dotters.network"
|
|
22481
|
-
"Permanence DAO EU": "wss://polkadot.rpc.permanence.io"
|
|
22634
|
+
IBP2: "wss://polkadot.dotters.network"
|
|
22482
22635
|
},
|
|
22483
22636
|
evmInfo: null,
|
|
22484
22637
|
substrateInfo: {
|
|
@@ -22861,7 +23014,6 @@
|
|
|
22861
23014
|
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
22862
23015
|
Parity: "wss://polkadot-asset-hub-rpc.polkadot.io",
|
|
22863
23016
|
StakeWorld: "wss://dot-rpc.stakeworld.io/assethub",
|
|
22864
|
-
IBP1: "wss://sys.ibp.network/asset-hub-polkadot",
|
|
22865
23017
|
IBP2: "wss://asset-hub-polkadot.dotters.network",
|
|
22866
23018
|
OnFinality: "wss://statemint.api.onfinality.io/public-ws",
|
|
22867
23019
|
Radiumblock: "wss://statemint.public.curie.radiumblock.co/ws"
|
|
@@ -23216,7 +23368,7 @@
|
|
|
23216
23368
|
evmInfo: null,
|
|
23217
23369
|
substrateInfo: {
|
|
23218
23370
|
relaySlug: null,
|
|
23219
|
-
paraId:
|
|
23371
|
+
paraId: 2000,
|
|
23220
23372
|
genesisHash: "0xddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
|
|
23221
23373
|
addressPrefix: 5,
|
|
23222
23374
|
chainType: "PARACHAIN",
|
|
@@ -23788,18 +23940,29 @@
|
|
|
23788
23940
|
"Pilab #1": "wss://public-01.testnet.bifrostnetwork.com/wss",
|
|
23789
23941
|
"Pilab #2": "wss://public-02.testnet.bifrostnetwork.com/wss"
|
|
23790
23942
|
},
|
|
23791
|
-
evmInfo:
|
|
23943
|
+
evmInfo: {
|
|
23944
|
+
evmChainId: 49088,
|
|
23945
|
+
blockExplorer: "https://explorer.testnet.bifrostnetwork.com/",
|
|
23946
|
+
existentialDeposit: "0",
|
|
23947
|
+
symbol: "BFC",
|
|
23948
|
+
decimals: 18,
|
|
23949
|
+
supportSmartContract: [
|
|
23950
|
+
"ERC20",
|
|
23951
|
+
"ERC721"
|
|
23952
|
+
],
|
|
23953
|
+
abiExplorer: null
|
|
23954
|
+
},
|
|
23792
23955
|
substrateInfo: {
|
|
23793
|
-
relaySlug:
|
|
23794
|
-
paraId:
|
|
23795
|
-
genesisHash: "
|
|
23796
|
-
addressPrefix:
|
|
23797
|
-
chainType: "
|
|
23956
|
+
relaySlug: null,
|
|
23957
|
+
paraId: null,
|
|
23958
|
+
genesisHash: "0x15b34a3b7443c73fa1f687cce2d8e5981f6a2eaad54809a6b6af28e83d2adaff",
|
|
23959
|
+
addressPrefix: 42,
|
|
23960
|
+
chainType: "RELAYCHAIN",
|
|
23798
23961
|
crowdloanUrl: null,
|
|
23799
|
-
blockExplorer: "https://
|
|
23800
|
-
existentialDeposit: "
|
|
23962
|
+
blockExplorer: "https://explorer.testnet.bifrostnetwork.com/",
|
|
23963
|
+
existentialDeposit: "0",
|
|
23801
23964
|
symbol: "BFC",
|
|
23802
|
-
decimals:
|
|
23965
|
+
decimals: 18,
|
|
23803
23966
|
hasNativeNft: false,
|
|
23804
23967
|
supportStaking: true,
|
|
23805
23968
|
supportSmartContract: null,
|
|
@@ -25048,7 +25211,6 @@
|
|
|
25048
25211
|
chainStatus: "ACTIVE",
|
|
25049
25212
|
icon: "/assets/chains/kilt.png",
|
|
25050
25213
|
providers: {
|
|
25051
|
-
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
25052
25214
|
IBP1: "wss://kilt.ibp.network",
|
|
25053
25215
|
IBP2: "wss://kilt.dotters.network"
|
|
25054
25216
|
},
|
|
@@ -31080,9 +31242,7 @@
|
|
|
31080
31242
|
chainStatus: "ACTIVE",
|
|
31081
31243
|
icon: "/assets/chains/mythos.png",
|
|
31082
31244
|
providers: {
|
|
31083
|
-
Parity: "wss://polkadot-mythos-rpc.polkadot.io"
|
|
31084
|
-
Helikon: "wss://rpc.helikon.io/mythos",
|
|
31085
|
-
IBP1: "wss://mythos.ibp.network"
|
|
31245
|
+
Parity: "wss://polkadot-mythos-rpc.polkadot.io"
|
|
31086
31246
|
},
|
|
31087
31247
|
evmInfo: {
|
|
31088
31248
|
evmChainId: -1,
|
|
@@ -31189,8 +31349,6 @@
|
|
|
31189
31349
|
chainStatus: "ACTIVE",
|
|
31190
31350
|
icon: "/assets/chains/paseotest.png",
|
|
31191
31351
|
providers: {
|
|
31192
|
-
Amforc: "wss://paseo.rpc.amforc.com",
|
|
31193
|
-
Dwellir: "wss://paseo-rpc.dwellir.com",
|
|
31194
31352
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/paseo",
|
|
31195
31353
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/paseo"
|
|
31196
31354
|
},
|
|
@@ -31503,8 +31661,6 @@
|
|
|
31503
31661
|
icon: "/assets/chains/avail_mainnet.png",
|
|
31504
31662
|
providers: {
|
|
31505
31663
|
Ankr: "wss://mainnet.avail-rpc.com/",
|
|
31506
|
-
BrightlyStake: "wss://avail-us.brightlystake.com/",
|
|
31507
|
-
GlobalStake: "wss://rpc-avail.globalstake.io/",
|
|
31508
31664
|
BountyBlok: "wss://avail.rpc.bountyblok.io/"
|
|
31509
31665
|
},
|
|
31510
31666
|
evmInfo: null,
|
|
@@ -33432,7 +33588,6 @@
|
|
|
33432
33588
|
chainStatus: "ACTIVE",
|
|
33433
33589
|
icon: "/assets/chains/autonomys.png",
|
|
33434
33590
|
providers: {
|
|
33435
|
-
Subspace: "wss://rpc-1.mainnet.subspace.network/ws",
|
|
33436
33591
|
Foundation: "wss://rpc.mainnet.subspace.foundation/ws",
|
|
33437
33592
|
Labs: "wss://rpc-0.mainnet.autonomys.xyz/ws"
|
|
33438
33593
|
},
|
|
@@ -35734,6 +35889,52 @@
|
|
|
35734
35889
|
tonInfo: null,
|
|
35735
35890
|
cardanoInfo: null
|
|
35736
35891
|
};
|
|
35892
|
+
var bifrost_network$1 = {
|
|
35893
|
+
slug: "bifrost_network",
|
|
35894
|
+
name: "Bifrost Network",
|
|
35895
|
+
isTestnet: false,
|
|
35896
|
+
chainStatus: "ACTIVE",
|
|
35897
|
+
icon: "/assets/chains/bifrost_network.png",
|
|
35898
|
+
providers: {
|
|
35899
|
+
"Bifrostnetwork-01": "wss://public-01.mainnet.bifrostnetwork.com/wss",
|
|
35900
|
+
"Bifrostnetwork-02": "wss://public-02.mainnet.bifrostnetwork.com/wss"
|
|
35901
|
+
},
|
|
35902
|
+
evmInfo: {
|
|
35903
|
+
evmChainId: 3068,
|
|
35904
|
+
blockExplorer: "https://explorer.mainnet.bifrostnetwork.com/",
|
|
35905
|
+
existentialDeposit: "0",
|
|
35906
|
+
symbol: "BFC",
|
|
35907
|
+
decimals: 18,
|
|
35908
|
+
supportSmartContract: [
|
|
35909
|
+
"ERC20",
|
|
35910
|
+
"ERC721"
|
|
35911
|
+
],
|
|
35912
|
+
abiExplorer: null
|
|
35913
|
+
},
|
|
35914
|
+
substrateInfo: {
|
|
35915
|
+
relaySlug: null,
|
|
35916
|
+
paraId: null,
|
|
35917
|
+
genesisHash: "0x63e1e2390bf7758f2462ad22b950e7e191f3500226ba6f572346ac06ced516fe",
|
|
35918
|
+
addressPrefix: 42,
|
|
35919
|
+
chainType: "RELAYCHAIN",
|
|
35920
|
+
crowdloanUrl: null,
|
|
35921
|
+
blockExplorer: "https://explorer.mainnet.bifrostnetwork.com/",
|
|
35922
|
+
existentialDeposit: "0",
|
|
35923
|
+
symbol: "BFC",
|
|
35924
|
+
decimals: 18,
|
|
35925
|
+
hasNativeNft: null,
|
|
35926
|
+
supportStaking: null,
|
|
35927
|
+
supportSmartContract: null,
|
|
35928
|
+
crowdloanParaId: null,
|
|
35929
|
+
supportProxy: null,
|
|
35930
|
+
crowdloanFunds: [
|
|
35931
|
+
]
|
|
35932
|
+
},
|
|
35933
|
+
extraInfo: null,
|
|
35934
|
+
bitcoinInfo: null,
|
|
35935
|
+
tonInfo: null,
|
|
35936
|
+
cardanoInfo: null
|
|
35937
|
+
};
|
|
35737
35938
|
const _ChainInfoMap = {
|
|
35738
35939
|
polkadot: polkadot$1,
|
|
35739
35940
|
kusama: kusama$1,
|
|
@@ -36169,7 +36370,8 @@
|
|
|
36169
36370
|
acurast_mainnet: acurast_mainnet$1,
|
|
36170
36371
|
monad: monad$1,
|
|
36171
36372
|
stable: stable$1,
|
|
36172
|
-
mosaic: mosaic$1
|
|
36373
|
+
mosaic: mosaic$1,
|
|
36374
|
+
bifrost_network: bifrost_network$1
|
|
36173
36375
|
};
|
|
36174
36376
|
|
|
36175
36377
|
var polkadot = "/assets/chains/polkadot.png";
|
|
@@ -36547,6 +36749,7 @@
|
|
|
36547
36749
|
var monad = "/assets/chains/monad.png";
|
|
36548
36750
|
var stable = "/assets/chains/stable.png";
|
|
36549
36751
|
var mosaic = "/assets/chains/mosaic.png";
|
|
36752
|
+
var bifrost_network = "/assets/chains/bifrost_network.png";
|
|
36550
36753
|
const _ChainLogoMap = {
|
|
36551
36754
|
"default": "/assets/default.png",
|
|
36552
36755
|
polkadot: polkadot,
|
|
@@ -36926,6 +37129,7 @@
|
|
|
36926
37129
|
monad: monad,
|
|
36927
37130
|
stable: stable,
|
|
36928
37131
|
mosaic: mosaic,
|
|
37132
|
+
bifrost_network: bifrost_network,
|
|
36929
37133
|
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
36930
37134
|
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
|
|
36931
37135
|
};
|
|
@@ -1135,6 +1135,10 @@
|
|
|
1135
1135
|
"cardano-cip26-night-0691b2fecca1ac4f53cb6dfb00b7013e561d1f34403b957cbb5af1fa4e49474854": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/cardano-cip26-night-0691b2fecca1ac4f53cb6dfb00b7013e561d1f34403b957cbb5af1fa4e49474854.png",
|
|
1136
1136
|
"energy_web_x-local-usdc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-local-usdc.png",
|
|
1137
1137
|
"energy_web_x-local-stewt": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-local-stewt.png",
|
|
1138
|
+
"bifrost_network-native-bfc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_network-native-bfc.png",
|
|
1139
|
+
"stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750.png",
|
|
1140
|
+
"statemine-local-usdc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdc.png",
|
|
1141
|
+
"statemine-local-usdt": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdt.png",
|
|
1138
1142
|
"paseo_assethub-native-pas": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1139
1143
|
"eth-ethereum": "https://641-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1140
1144
|
"ibtc-interbtc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -440,6 +440,13 @@
|
|
|
440
440
|
"destChain": "xode",
|
|
441
441
|
"path": "XCM"
|
|
442
442
|
},
|
|
443
|
+
"statemint-LOCAL-USDt___statemine-LOCAL-USDT": {
|
|
444
|
+
"srcAsset": "statemint-LOCAL-USDt",
|
|
445
|
+
"destAsset": "statemine-LOCAL-USDT",
|
|
446
|
+
"srcChain": "statemint",
|
|
447
|
+
"destChain": "statemine",
|
|
448
|
+
"path": "XCM"
|
|
449
|
+
},
|
|
443
450
|
"bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
444
451
|
"srcAsset": "bifrost-LOCAL-KSM",
|
|
445
452
|
"destAsset": "kusama-NATIVE-KSM",
|
|
@@ -538,6 +545,13 @@
|
|
|
538
545
|
"destChain": "energy_web_x",
|
|
539
546
|
"path": "XCM"
|
|
540
547
|
},
|
|
548
|
+
"statemint-LOCAL-USDC___statemine-LOCAL-USDC": {
|
|
549
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
550
|
+
"destAsset": "statemine-LOCAL-USDC",
|
|
551
|
+
"srcChain": "statemint",
|
|
552
|
+
"destChain": "statemine",
|
|
553
|
+
"path": "XCM"
|
|
554
|
+
},
|
|
541
555
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
542
556
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
543
557
|
"destAsset": "statemint-LOCAL-USDC",
|
|
@@ -957,5 +971,19 @@
|
|
|
957
971
|
"srcChain": "energy_web_x",
|
|
958
972
|
"destChain": "statemint",
|
|
959
973
|
"path": "XCM"
|
|
974
|
+
},
|
|
975
|
+
"statemine-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
976
|
+
"srcAsset": "statemine-LOCAL-USDC",
|
|
977
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
978
|
+
"srcChain": "statemine",
|
|
979
|
+
"destChain": "statemint",
|
|
980
|
+
"path": "XCM"
|
|
981
|
+
},
|
|
982
|
+
"statemine-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
983
|
+
"srcAsset": "statemine-LOCAL-USDT",
|
|
984
|
+
"destAsset": "statemint-LOCAL-USDt",
|
|
985
|
+
"srcChain": "statemine",
|
|
986
|
+
"destChain": "statemint",
|
|
987
|
+
"path": "XCM"
|
|
960
988
|
}
|
|
961
989
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1209,9 +1209,9 @@
|
|
|
1209
1209
|
"slug": "bifrost_testnet-NATIVE-BFC",
|
|
1210
1210
|
"name": "Bifrost Testnet",
|
|
1211
1211
|
"symbol": "BFC",
|
|
1212
|
-
"decimals":
|
|
1212
|
+
"decimals": 18,
|
|
1213
1213
|
"priceId": null,
|
|
1214
|
-
"minAmount": "
|
|
1214
|
+
"minAmount": "0",
|
|
1215
1215
|
"assetType": "NATIVE",
|
|
1216
1216
|
"metadata": null,
|
|
1217
1217
|
"multiChainAsset": null,
|
|
@@ -18665,7 +18665,7 @@
|
|
|
18665
18665
|
"symbol": "HOLLAR",
|
|
18666
18666
|
"decimals": 18,
|
|
18667
18667
|
"priceId": "hydrated-dollar",
|
|
18668
|
-
"minAmount": "
|
|
18668
|
+
"minAmount": "20000000000000000",
|
|
18669
18669
|
"assetType": "LOCAL",
|
|
18670
18670
|
"metadata": {
|
|
18671
18671
|
"assetId": "222",
|
|
@@ -19878,6 +19878,128 @@
|
|
|
19878
19878
|
"hasValue": true,
|
|
19879
19879
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-local-stewt.png"
|
|
19880
19880
|
},
|
|
19881
|
+
"bifrost_network-NATIVE-BFC": {
|
|
19882
|
+
"originChain": "bifrost_network",
|
|
19883
|
+
"slug": "bifrost_network-NATIVE-BFC",
|
|
19884
|
+
"name": "Bifrost",
|
|
19885
|
+
"symbol": "BFC",
|
|
19886
|
+
"decimals": 18,
|
|
19887
|
+
"priceId": "bifrost",
|
|
19888
|
+
"minAmount": "0",
|
|
19889
|
+
"assetType": "NATIVE",
|
|
19890
|
+
"metadata": null,
|
|
19891
|
+
"multiChainAsset": null,
|
|
19892
|
+
"hasValue": true,
|
|
19893
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_network-native-bfc.png"
|
|
19894
|
+
},
|
|
19895
|
+
"stable-ERC20-PYUSD0-0x99aF3EeA856556646C98c8B9b2548Fe815240750": {
|
|
19896
|
+
"originChain": "stable",
|
|
19897
|
+
"slug": "stable-ERC20-PYUSD0-0x99aF3EeA856556646C98c8B9b2548Fe815240750",
|
|
19898
|
+
"name": "PayPal USD",
|
|
19899
|
+
"symbol": "PYUSD0",
|
|
19900
|
+
"decimals": 6,
|
|
19901
|
+
"priceId": "paypal-usd",
|
|
19902
|
+
"minAmount": "0",
|
|
19903
|
+
"assetType": "ERC20",
|
|
19904
|
+
"metadata": {
|
|
19905
|
+
"contractAddress": "0x99aF3EeA856556646C98c8B9b2548Fe815240750"
|
|
19906
|
+
},
|
|
19907
|
+
"multiChainAsset": null,
|
|
19908
|
+
"hasValue": true,
|
|
19909
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750.png"
|
|
19910
|
+
},
|
|
19911
|
+
"statemine-LOCAL-USDC": {
|
|
19912
|
+
"originChain": "statemine",
|
|
19913
|
+
"slug": "statemine-LOCAL-USDC",
|
|
19914
|
+
"name": "USD Coin",
|
|
19915
|
+
"symbol": "USDC",
|
|
19916
|
+
"decimals": 6,
|
|
19917
|
+
"priceId": "usd-coin",
|
|
19918
|
+
"minAmount": "10000",
|
|
19919
|
+
"assetType": "LOCAL",
|
|
19920
|
+
"metadata": {
|
|
19921
|
+
"isBridged": true,
|
|
19922
|
+
"multilocation": {
|
|
19923
|
+
"parents": 2,
|
|
19924
|
+
"interior": {
|
|
19925
|
+
"X4": [
|
|
19926
|
+
{
|
|
19927
|
+
"GlobalConsensus": "Polkadot"
|
|
19928
|
+
},
|
|
19929
|
+
{
|
|
19930
|
+
"Parachain": 1000
|
|
19931
|
+
},
|
|
19932
|
+
{
|
|
19933
|
+
"PalletInstance": 50
|
|
19934
|
+
},
|
|
19935
|
+
{
|
|
19936
|
+
"GeneralIndex": 1337
|
|
19937
|
+
}
|
|
19938
|
+
]
|
|
19939
|
+
}
|
|
19940
|
+
},
|
|
19941
|
+
"paraSpellIdentifyV4": {
|
|
19942
|
+
"location": {
|
|
19943
|
+
"parents": 2,
|
|
19944
|
+
"interior": {
|
|
19945
|
+
"X4": [
|
|
19946
|
+
{
|
|
19947
|
+
"GlobalConsensus": {
|
|
19948
|
+
"polkadot": null
|
|
19949
|
+
}
|
|
19950
|
+
},
|
|
19951
|
+
{
|
|
19952
|
+
"Parachain": 1000
|
|
19953
|
+
},
|
|
19954
|
+
{
|
|
19955
|
+
"PalletInstance": 50
|
|
19956
|
+
},
|
|
19957
|
+
{
|
|
19958
|
+
"GeneralIndex": 1337
|
|
19959
|
+
}
|
|
19960
|
+
]
|
|
19961
|
+
}
|
|
19962
|
+
}
|
|
19963
|
+
}
|
|
19964
|
+
},
|
|
19965
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
19966
|
+
"hasValue": true,
|
|
19967
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdc.png"
|
|
19968
|
+
},
|
|
19969
|
+
"statemine-LOCAL-USDT": {
|
|
19970
|
+
"originChain": "statemine",
|
|
19971
|
+
"slug": "statemine-LOCAL-USDT",
|
|
19972
|
+
"name": "Tether USD",
|
|
19973
|
+
"symbol": "USDT",
|
|
19974
|
+
"decimals": 6,
|
|
19975
|
+
"priceId": "tether",
|
|
19976
|
+
"minAmount": "100",
|
|
19977
|
+
"assetType": "LOCAL",
|
|
19978
|
+
"metadata": {
|
|
19979
|
+
"assetId": "1984",
|
|
19980
|
+
"paraSpellIdentifyV4": {
|
|
19981
|
+
"location": {
|
|
19982
|
+
"parents": 1,
|
|
19983
|
+
"interior": {
|
|
19984
|
+
"X3": [
|
|
19985
|
+
{
|
|
19986
|
+
"Parachain": 1000
|
|
19987
|
+
},
|
|
19988
|
+
{
|
|
19989
|
+
"PalletInstance": 50
|
|
19990
|
+
},
|
|
19991
|
+
{
|
|
19992
|
+
"GeneralIndex": 1984
|
|
19993
|
+
}
|
|
19994
|
+
]
|
|
19995
|
+
}
|
|
19996
|
+
}
|
|
19997
|
+
}
|
|
19998
|
+
},
|
|
19999
|
+
"multiChainAsset": "USDT-Tether",
|
|
20000
|
+
"hasValue": true,
|
|
20001
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdt.png"
|
|
20002
|
+
},
|
|
19881
20003
|
"paseo_assethub-NATIVE-PAS": {
|
|
19882
20004
|
"originChain": "paseo_assethub",
|
|
19883
20005
|
"slug": "paseo_assethub-NATIVE-PAS",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"Allnodes": "wss://polkadot-rpc.publicnode.com",
|
|
17
17
|
"Onfinality": "wss://polkadot.api.onfinality.io/public-ws",
|
|
18
18
|
"Helixstreet": "wss://rpc-polkadot.helixstreet.io",
|
|
19
|
-
"IBP2": "wss://polkadot.dotters.network"
|
|
20
|
-
"Permanence DAO EU": "wss://polkadot.rpc.permanence.io"
|
|
19
|
+
"IBP2": "wss://polkadot.dotters.network"
|
|
21
20
|
},
|
|
22
21
|
"evmInfo": null,
|
|
23
22
|
"substrateInfo": {
|
|
@@ -397,7 +396,6 @@
|
|
|
397
396
|
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
398
397
|
"Parity": "wss://polkadot-asset-hub-rpc.polkadot.io",
|
|
399
398
|
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub",
|
|
400
|
-
"IBP1": "wss://sys.ibp.network/asset-hub-polkadot",
|
|
401
399
|
"IBP2": "wss://asset-hub-polkadot.dotters.network",
|
|
402
400
|
"OnFinality": "wss://statemint.api.onfinality.io/public-ws",
|
|
403
401
|
"Radiumblock": "wss://statemint.public.curie.radiumblock.co/ws"
|
|
@@ -750,7 +748,7 @@
|
|
|
750
748
|
"evmInfo": null,
|
|
751
749
|
"substrateInfo": {
|
|
752
750
|
"relaySlug": null,
|
|
753
|
-
"paraId":
|
|
751
|
+
"paraId": 2000,
|
|
754
752
|
"genesisHash": "0xddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
|
|
755
753
|
"addressPrefix": 5,
|
|
756
754
|
"chainType": "PARACHAIN",
|
|
@@ -1316,18 +1314,29 @@
|
|
|
1316
1314
|
"Pilab #1": "wss://public-01.testnet.bifrostnetwork.com/wss",
|
|
1317
1315
|
"Pilab #2": "wss://public-02.testnet.bifrostnetwork.com/wss"
|
|
1318
1316
|
},
|
|
1319
|
-
"evmInfo":
|
|
1317
|
+
"evmInfo": {
|
|
1318
|
+
"evmChainId": 49088,
|
|
1319
|
+
"blockExplorer": "https://explorer.testnet.bifrostnetwork.com/",
|
|
1320
|
+
"existentialDeposit": "0",
|
|
1321
|
+
"symbol": "BFC",
|
|
1322
|
+
"decimals": 18,
|
|
1323
|
+
"supportSmartContract": [
|
|
1324
|
+
"ERC20",
|
|
1325
|
+
"ERC721"
|
|
1326
|
+
],
|
|
1327
|
+
"abiExplorer": null
|
|
1328
|
+
},
|
|
1320
1329
|
"substrateInfo": {
|
|
1321
|
-
"relaySlug":
|
|
1322
|
-
"paraId":
|
|
1323
|
-
"genesisHash": "
|
|
1324
|
-
"addressPrefix":
|
|
1325
|
-
"chainType": "
|
|
1330
|
+
"relaySlug": null,
|
|
1331
|
+
"paraId": null,
|
|
1332
|
+
"genesisHash": "0x15b34a3b7443c73fa1f687cce2d8e5981f6a2eaad54809a6b6af28e83d2adaff",
|
|
1333
|
+
"addressPrefix": 42,
|
|
1334
|
+
"chainType": "RELAYCHAIN",
|
|
1326
1335
|
"crowdloanUrl": null,
|
|
1327
|
-
"blockExplorer": "https://
|
|
1328
|
-
"existentialDeposit": "
|
|
1336
|
+
"blockExplorer": "https://explorer.testnet.bifrostnetwork.com/",
|
|
1337
|
+
"existentialDeposit": "0",
|
|
1329
1338
|
"symbol": "BFC",
|
|
1330
|
-
"decimals":
|
|
1339
|
+
"decimals": 18,
|
|
1331
1340
|
"hasNativeNft": false,
|
|
1332
1341
|
"supportStaking": true,
|
|
1333
1342
|
"supportSmartContract": null,
|
|
@@ -2562,7 +2571,6 @@
|
|
|
2562
2571
|
"chainStatus": "ACTIVE",
|
|
2563
2572
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/kilt.png",
|
|
2564
2573
|
"providers": {
|
|
2565
|
-
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2566
2574
|
"IBP1": "wss://kilt.ibp.network",
|
|
2567
2575
|
"IBP2": "wss://kilt.dotters.network"
|
|
2568
2576
|
},
|
|
@@ -8492,9 +8500,7 @@
|
|
|
8492
8500
|
"chainStatus": "ACTIVE",
|
|
8493
8501
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
8494
8502
|
"providers": {
|
|
8495
|
-
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8496
|
-
"Helikon": "wss://rpc.helikon.io/mythos",
|
|
8497
|
-
"IBP1": "wss://mythos.ibp.network"
|
|
8503
|
+
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8498
8504
|
},
|
|
8499
8505
|
"evmInfo": {
|
|
8500
8506
|
"evmChainId": -1,
|
|
@@ -8599,8 +8605,6 @@
|
|
|
8599
8605
|
"chainStatus": "ACTIVE",
|
|
8600
8606
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png",
|
|
8601
8607
|
"providers": {
|
|
8602
|
-
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8603
|
-
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
8604
8608
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/paseo",
|
|
8605
8609
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/paseo"
|
|
8606
8610
|
},
|
|
@@ -8909,8 +8913,6 @@
|
|
|
8909
8913
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
8910
8914
|
"providers": {
|
|
8911
8915
|
"Ankr": "wss://mainnet.avail-rpc.com/",
|
|
8912
|
-
"BrightlyStake": "wss://avail-us.brightlystake.com/",
|
|
8913
|
-
"GlobalStake": "wss://rpc-avail.globalstake.io/",
|
|
8914
8916
|
"BountyBlok": "wss://avail.rpc.bountyblok.io/"
|
|
8915
8917
|
},
|
|
8916
8918
|
"evmInfo": null,
|
|
@@ -10849,7 +10851,6 @@
|
|
|
10849
10851
|
"chainStatus": "ACTIVE",
|
|
10850
10852
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
10851
10853
|
"providers": {
|
|
10852
|
-
"Subspace": "wss://rpc-1.mainnet.subspace.network/ws",
|
|
10853
10854
|
"Foundation": "wss://rpc.mainnet.subspace.foundation/ws",
|
|
10854
10855
|
"Labs": "wss://rpc-0.mainnet.autonomys.xyz/ws"
|
|
10855
10856
|
},
|
|
@@ -13114,5 +13115,50 @@
|
|
|
13114
13115
|
"bitcoinInfo": null,
|
|
13115
13116
|
"tonInfo": null,
|
|
13116
13117
|
"cardanoInfo": null
|
|
13118
|
+
},
|
|
13119
|
+
"bifrost_network": {
|
|
13120
|
+
"slug": "bifrost_network",
|
|
13121
|
+
"name": "Bifrost Network",
|
|
13122
|
+
"isTestnet": false,
|
|
13123
|
+
"chainStatus": "ACTIVE",
|
|
13124
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/bifrost_network.png",
|
|
13125
|
+
"providers": {
|
|
13126
|
+
"Bifrostnetwork-01": "wss://public-01.mainnet.bifrostnetwork.com/wss",
|
|
13127
|
+
"Bifrostnetwork-02": "wss://public-02.mainnet.bifrostnetwork.com/wss"
|
|
13128
|
+
},
|
|
13129
|
+
"evmInfo": {
|
|
13130
|
+
"evmChainId": 3068,
|
|
13131
|
+
"blockExplorer": "https://explorer.mainnet.bifrostnetwork.com/",
|
|
13132
|
+
"existentialDeposit": "0",
|
|
13133
|
+
"symbol": "BFC",
|
|
13134
|
+
"decimals": 18,
|
|
13135
|
+
"supportSmartContract": [
|
|
13136
|
+
"ERC20",
|
|
13137
|
+
"ERC721"
|
|
13138
|
+
],
|
|
13139
|
+
"abiExplorer": null
|
|
13140
|
+
},
|
|
13141
|
+
"substrateInfo": {
|
|
13142
|
+
"relaySlug": null,
|
|
13143
|
+
"paraId": null,
|
|
13144
|
+
"genesisHash": "0x63e1e2390bf7758f2462ad22b950e7e191f3500226ba6f572346ac06ced516fe",
|
|
13145
|
+
"addressPrefix": 42,
|
|
13146
|
+
"chainType": "RELAYCHAIN",
|
|
13147
|
+
"crowdloanUrl": null,
|
|
13148
|
+
"blockExplorer": "https://explorer.mainnet.bifrostnetwork.com/",
|
|
13149
|
+
"existentialDeposit": "0",
|
|
13150
|
+
"symbol": "BFC",
|
|
13151
|
+
"decimals": 18,
|
|
13152
|
+
"hasNativeNft": null,
|
|
13153
|
+
"supportStaking": null,
|
|
13154
|
+
"supportSmartContract": null,
|
|
13155
|
+
"crowdloanParaId": null,
|
|
13156
|
+
"supportProxy": null,
|
|
13157
|
+
"crowdloanFunds": []
|
|
13158
|
+
},
|
|
13159
|
+
"extraInfo": null,
|
|
13160
|
+
"bitcoinInfo": null,
|
|
13161
|
+
"tonInfo": null,
|
|
13162
|
+
"cardanoInfo": null
|
|
13117
13163
|
}
|
|
13118
13164
|
}
|
|
@@ -377,6 +377,7 @@
|
|
|
377
377
|
"monad": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
378
378
|
"stable": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
379
379
|
"mosaic": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/mosaic.png",
|
|
380
|
+
"bifrost_network": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/bifrost_network.png",
|
|
380
381
|
"custom-Substrate-gosnetwork": "https://641-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
381
382
|
"custom-Substrate-gosspectral": "https://641-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
382
383
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -1135,6 +1135,10 @@
|
|
|
1135
1135
|
"cardano-cip26-night-0691b2fecca1ac4f53cb6dfb00b7013e561d1f34403b957cbb5af1fa4e49474854": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/cardano-cip26-night-0691b2fecca1ac4f53cb6dfb00b7013e561d1f34403b957cbb5af1fa4e49474854.png",
|
|
1136
1136
|
"energy_web_x-local-usdc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-local-usdc.png",
|
|
1137
1137
|
"energy_web_x-local-stewt": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-local-stewt.png",
|
|
1138
|
+
"bifrost_network-native-bfc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_network-native-bfc.png",
|
|
1139
|
+
"stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750.png",
|
|
1140
|
+
"statemine-local-usdc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdc.png",
|
|
1141
|
+
"statemine-local-usdt": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdt.png",
|
|
1138
1142
|
"paseo_assethub-native-pas": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1139
1143
|
"eth-ethereum": "https://641-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1140
1144
|
"ibtc-interbtc": "https://641-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -440,6 +440,13 @@
|
|
|
440
440
|
"destChain": "xode",
|
|
441
441
|
"path": "XCM"
|
|
442
442
|
},
|
|
443
|
+
"statemint-LOCAL-USDt___statemine-LOCAL-USDT": {
|
|
444
|
+
"srcAsset": "statemint-LOCAL-USDt",
|
|
445
|
+
"destAsset": "statemine-LOCAL-USDT",
|
|
446
|
+
"srcChain": "statemint",
|
|
447
|
+
"destChain": "statemine",
|
|
448
|
+
"path": "XCM"
|
|
449
|
+
},
|
|
443
450
|
"bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
444
451
|
"srcAsset": "bifrost-LOCAL-KSM",
|
|
445
452
|
"destAsset": "kusama-NATIVE-KSM",
|
|
@@ -538,6 +545,13 @@
|
|
|
538
545
|
"destChain": "energy_web_x",
|
|
539
546
|
"path": "XCM"
|
|
540
547
|
},
|
|
548
|
+
"statemint-LOCAL-USDC___statemine-LOCAL-USDC": {
|
|
549
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
550
|
+
"destAsset": "statemine-LOCAL-USDC",
|
|
551
|
+
"srcChain": "statemint",
|
|
552
|
+
"destChain": "statemine",
|
|
553
|
+
"path": "XCM"
|
|
554
|
+
},
|
|
541
555
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
542
556
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
543
557
|
"destAsset": "statemint-LOCAL-USDC",
|
|
@@ -957,5 +971,19 @@
|
|
|
957
971
|
"srcChain": "energy_web_x",
|
|
958
972
|
"destChain": "statemint",
|
|
959
973
|
"path": "XCM"
|
|
974
|
+
},
|
|
975
|
+
"statemine-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
976
|
+
"srcAsset": "statemine-LOCAL-USDC",
|
|
977
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
978
|
+
"srcChain": "statemine",
|
|
979
|
+
"destChain": "statemint",
|
|
980
|
+
"path": "XCM"
|
|
981
|
+
},
|
|
982
|
+
"statemine-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
983
|
+
"srcAsset": "statemine-LOCAL-USDT",
|
|
984
|
+
"destAsset": "statemint-LOCAL-USDt",
|
|
985
|
+
"srcChain": "statemine",
|
|
986
|
+
"destChain": "statemint",
|
|
987
|
+
"path": "XCM"
|
|
960
988
|
}
|
|
961
989
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -1209,9 +1209,9 @@
|
|
|
1209
1209
|
"slug": "bifrost_testnet-NATIVE-BFC",
|
|
1210
1210
|
"name": "Bifrost Testnet",
|
|
1211
1211
|
"symbol": "BFC",
|
|
1212
|
-
"decimals":
|
|
1212
|
+
"decimals": 18,
|
|
1213
1213
|
"priceId": null,
|
|
1214
|
-
"minAmount": "
|
|
1214
|
+
"minAmount": "0",
|
|
1215
1215
|
"assetType": "NATIVE",
|
|
1216
1216
|
"metadata": null,
|
|
1217
1217
|
"multiChainAsset": null,
|
|
@@ -18665,7 +18665,7 @@
|
|
|
18665
18665
|
"symbol": "HOLLAR",
|
|
18666
18666
|
"decimals": 18,
|
|
18667
18667
|
"priceId": "hydrated-dollar",
|
|
18668
|
-
"minAmount": "
|
|
18668
|
+
"minAmount": "20000000000000000",
|
|
18669
18669
|
"assetType": "LOCAL",
|
|
18670
18670
|
"metadata": {
|
|
18671
18671
|
"assetId": "222",
|
|
@@ -19878,6 +19878,128 @@
|
|
|
19878
19878
|
"hasValue": true,
|
|
19879
19879
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-local-stewt.png"
|
|
19880
19880
|
},
|
|
19881
|
+
"bifrost_network-NATIVE-BFC": {
|
|
19882
|
+
"originChain": "bifrost_network",
|
|
19883
|
+
"slug": "bifrost_network-NATIVE-BFC",
|
|
19884
|
+
"name": "Bifrost",
|
|
19885
|
+
"symbol": "BFC",
|
|
19886
|
+
"decimals": 18,
|
|
19887
|
+
"priceId": "bifrost",
|
|
19888
|
+
"minAmount": "0",
|
|
19889
|
+
"assetType": "NATIVE",
|
|
19890
|
+
"metadata": null,
|
|
19891
|
+
"multiChainAsset": null,
|
|
19892
|
+
"hasValue": true,
|
|
19893
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_network-native-bfc.png"
|
|
19894
|
+
},
|
|
19895
|
+
"stable-ERC20-PYUSD0-0x99aF3EeA856556646C98c8B9b2548Fe815240750": {
|
|
19896
|
+
"originChain": "stable",
|
|
19897
|
+
"slug": "stable-ERC20-PYUSD0-0x99aF3EeA856556646C98c8B9b2548Fe815240750",
|
|
19898
|
+
"name": "PayPal USD",
|
|
19899
|
+
"symbol": "PYUSD0",
|
|
19900
|
+
"decimals": 6,
|
|
19901
|
+
"priceId": "paypal-usd",
|
|
19902
|
+
"minAmount": "0",
|
|
19903
|
+
"assetType": "ERC20",
|
|
19904
|
+
"metadata": {
|
|
19905
|
+
"contractAddress": "0x99aF3EeA856556646C98c8B9b2548Fe815240750"
|
|
19906
|
+
},
|
|
19907
|
+
"multiChainAsset": null,
|
|
19908
|
+
"hasValue": true,
|
|
19909
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-pyusd0-0x99af3eea856556646c98c8b9b2548fe815240750.png"
|
|
19910
|
+
},
|
|
19911
|
+
"statemine-LOCAL-USDC": {
|
|
19912
|
+
"originChain": "statemine",
|
|
19913
|
+
"slug": "statemine-LOCAL-USDC",
|
|
19914
|
+
"name": "USD Coin",
|
|
19915
|
+
"symbol": "USDC",
|
|
19916
|
+
"decimals": 6,
|
|
19917
|
+
"priceId": "usd-coin",
|
|
19918
|
+
"minAmount": "10000",
|
|
19919
|
+
"assetType": "LOCAL",
|
|
19920
|
+
"metadata": {
|
|
19921
|
+
"isBridged": true,
|
|
19922
|
+
"multilocation": {
|
|
19923
|
+
"parents": 2,
|
|
19924
|
+
"interior": {
|
|
19925
|
+
"X4": [
|
|
19926
|
+
{
|
|
19927
|
+
"GlobalConsensus": "Polkadot"
|
|
19928
|
+
},
|
|
19929
|
+
{
|
|
19930
|
+
"Parachain": 1000
|
|
19931
|
+
},
|
|
19932
|
+
{
|
|
19933
|
+
"PalletInstance": 50
|
|
19934
|
+
},
|
|
19935
|
+
{
|
|
19936
|
+
"GeneralIndex": 1337
|
|
19937
|
+
}
|
|
19938
|
+
]
|
|
19939
|
+
}
|
|
19940
|
+
},
|
|
19941
|
+
"paraSpellIdentifyV4": {
|
|
19942
|
+
"location": {
|
|
19943
|
+
"parents": 2,
|
|
19944
|
+
"interior": {
|
|
19945
|
+
"X4": [
|
|
19946
|
+
{
|
|
19947
|
+
"GlobalConsensus": {
|
|
19948
|
+
"polkadot": null
|
|
19949
|
+
}
|
|
19950
|
+
},
|
|
19951
|
+
{
|
|
19952
|
+
"Parachain": 1000
|
|
19953
|
+
},
|
|
19954
|
+
{
|
|
19955
|
+
"PalletInstance": 50
|
|
19956
|
+
},
|
|
19957
|
+
{
|
|
19958
|
+
"GeneralIndex": 1337
|
|
19959
|
+
}
|
|
19960
|
+
]
|
|
19961
|
+
}
|
|
19962
|
+
}
|
|
19963
|
+
}
|
|
19964
|
+
},
|
|
19965
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
19966
|
+
"hasValue": true,
|
|
19967
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdc.png"
|
|
19968
|
+
},
|
|
19969
|
+
"statemine-LOCAL-USDT": {
|
|
19970
|
+
"originChain": "statemine",
|
|
19971
|
+
"slug": "statemine-LOCAL-USDT",
|
|
19972
|
+
"name": "Tether USD",
|
|
19973
|
+
"symbol": "USDT",
|
|
19974
|
+
"decimals": 6,
|
|
19975
|
+
"priceId": "tether",
|
|
19976
|
+
"minAmount": "100",
|
|
19977
|
+
"assetType": "LOCAL",
|
|
19978
|
+
"metadata": {
|
|
19979
|
+
"assetId": "1984",
|
|
19980
|
+
"paraSpellIdentifyV4": {
|
|
19981
|
+
"location": {
|
|
19982
|
+
"parents": 1,
|
|
19983
|
+
"interior": {
|
|
19984
|
+
"X3": [
|
|
19985
|
+
{
|
|
19986
|
+
"Parachain": 1000
|
|
19987
|
+
},
|
|
19988
|
+
{
|
|
19989
|
+
"PalletInstance": 50
|
|
19990
|
+
},
|
|
19991
|
+
{
|
|
19992
|
+
"GeneralIndex": 1984
|
|
19993
|
+
}
|
|
19994
|
+
]
|
|
19995
|
+
}
|
|
19996
|
+
}
|
|
19997
|
+
}
|
|
19998
|
+
},
|
|
19999
|
+
"multiChainAsset": "USDT-Tether",
|
|
20000
|
+
"hasValue": true,
|
|
20001
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-local-usdt.png"
|
|
20002
|
+
},
|
|
19881
20003
|
"paseo_assethub-NATIVE-PAS": {
|
|
19882
20004
|
"originChain": "paseo_assethub",
|
|
19883
20005
|
"slug": "paseo_assethub-NATIVE-PAS",
|
package/data/ChainInfo.json
CHANGED
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"Allnodes": "wss://polkadot-rpc.publicnode.com",
|
|
17
17
|
"Onfinality": "wss://polkadot.api.onfinality.io/public-ws",
|
|
18
18
|
"Helixstreet": "wss://rpc-polkadot.helixstreet.io",
|
|
19
|
-
"IBP2": "wss://polkadot.dotters.network"
|
|
20
|
-
"Permanence DAO EU": "wss://polkadot.rpc.permanence.io"
|
|
19
|
+
"IBP2": "wss://polkadot.dotters.network"
|
|
21
20
|
},
|
|
22
21
|
"evmInfo": null,
|
|
23
22
|
"substrateInfo": {
|
|
@@ -397,7 +396,6 @@
|
|
|
397
396
|
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
398
397
|
"Parity": "wss://polkadot-asset-hub-rpc.polkadot.io",
|
|
399
398
|
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub",
|
|
400
|
-
"IBP1": "wss://sys.ibp.network/asset-hub-polkadot",
|
|
401
399
|
"IBP2": "wss://asset-hub-polkadot.dotters.network",
|
|
402
400
|
"OnFinality": "wss://statemint.api.onfinality.io/public-ws",
|
|
403
401
|
"Radiumblock": "wss://statemint.public.curie.radiumblock.co/ws"
|
|
@@ -750,7 +748,7 @@
|
|
|
750
748
|
"evmInfo": null,
|
|
751
749
|
"substrateInfo": {
|
|
752
750
|
"relaySlug": null,
|
|
753
|
-
"paraId":
|
|
751
|
+
"paraId": 2000,
|
|
754
752
|
"genesisHash": "0xddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
|
|
755
753
|
"addressPrefix": 5,
|
|
756
754
|
"chainType": "PARACHAIN",
|
|
@@ -1316,18 +1314,29 @@
|
|
|
1316
1314
|
"Pilab #1": "wss://public-01.testnet.bifrostnetwork.com/wss",
|
|
1317
1315
|
"Pilab #2": "wss://public-02.testnet.bifrostnetwork.com/wss"
|
|
1318
1316
|
},
|
|
1319
|
-
"evmInfo":
|
|
1317
|
+
"evmInfo": {
|
|
1318
|
+
"evmChainId": 49088,
|
|
1319
|
+
"blockExplorer": "https://explorer.testnet.bifrostnetwork.com/",
|
|
1320
|
+
"existentialDeposit": "0",
|
|
1321
|
+
"symbol": "BFC",
|
|
1322
|
+
"decimals": 18,
|
|
1323
|
+
"supportSmartContract": [
|
|
1324
|
+
"ERC20",
|
|
1325
|
+
"ERC721"
|
|
1326
|
+
],
|
|
1327
|
+
"abiExplorer": null
|
|
1328
|
+
},
|
|
1320
1329
|
"substrateInfo": {
|
|
1321
|
-
"relaySlug":
|
|
1322
|
-
"paraId":
|
|
1323
|
-
"genesisHash": "
|
|
1324
|
-
"addressPrefix":
|
|
1325
|
-
"chainType": "
|
|
1330
|
+
"relaySlug": null,
|
|
1331
|
+
"paraId": null,
|
|
1332
|
+
"genesisHash": "0x15b34a3b7443c73fa1f687cce2d8e5981f6a2eaad54809a6b6af28e83d2adaff",
|
|
1333
|
+
"addressPrefix": 42,
|
|
1334
|
+
"chainType": "RELAYCHAIN",
|
|
1326
1335
|
"crowdloanUrl": null,
|
|
1327
|
-
"blockExplorer": "https://
|
|
1328
|
-
"existentialDeposit": "
|
|
1336
|
+
"blockExplorer": "https://explorer.testnet.bifrostnetwork.com/",
|
|
1337
|
+
"existentialDeposit": "0",
|
|
1329
1338
|
"symbol": "BFC",
|
|
1330
|
-
"decimals":
|
|
1339
|
+
"decimals": 18,
|
|
1331
1340
|
"hasNativeNft": false,
|
|
1332
1341
|
"supportStaking": true,
|
|
1333
1342
|
"supportSmartContract": null,
|
|
@@ -2562,7 +2571,6 @@
|
|
|
2562
2571
|
"chainStatus": "ACTIVE",
|
|
2563
2572
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/kilt.png",
|
|
2564
2573
|
"providers": {
|
|
2565
|
-
"KILT Protocol": "wss://spiritnet.kilt.io/",
|
|
2566
2574
|
"IBP1": "wss://kilt.ibp.network",
|
|
2567
2575
|
"IBP2": "wss://kilt.dotters.network"
|
|
2568
2576
|
},
|
|
@@ -8492,9 +8500,7 @@
|
|
|
8492
8500
|
"chainStatus": "ACTIVE",
|
|
8493
8501
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
8494
8502
|
"providers": {
|
|
8495
|
-
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8496
|
-
"Helikon": "wss://rpc.helikon.io/mythos",
|
|
8497
|
-
"IBP1": "wss://mythos.ibp.network"
|
|
8503
|
+
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
8498
8504
|
},
|
|
8499
8505
|
"evmInfo": {
|
|
8500
8506
|
"evmChainId": -1,
|
|
@@ -8599,8 +8605,6 @@
|
|
|
8599
8605
|
"chainStatus": "ACTIVE",
|
|
8600
8606
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png",
|
|
8601
8607
|
"providers": {
|
|
8602
|
-
"Amforc": "wss://paseo.rpc.amforc.com",
|
|
8603
|
-
"Dwellir": "wss://paseo-rpc.dwellir.com",
|
|
8604
8608
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/paseo",
|
|
8605
8609
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/paseo"
|
|
8606
8610
|
},
|
|
@@ -8909,8 +8913,6 @@
|
|
|
8909
8913
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/avail_mainnet.png",
|
|
8910
8914
|
"providers": {
|
|
8911
8915
|
"Ankr": "wss://mainnet.avail-rpc.com/",
|
|
8912
|
-
"BrightlyStake": "wss://avail-us.brightlystake.com/",
|
|
8913
|
-
"GlobalStake": "wss://rpc-avail.globalstake.io/",
|
|
8914
8916
|
"BountyBlok": "wss://avail.rpc.bountyblok.io/"
|
|
8915
8917
|
},
|
|
8916
8918
|
"evmInfo": null,
|
|
@@ -10849,7 +10851,6 @@
|
|
|
10849
10851
|
"chainStatus": "ACTIVE",
|
|
10850
10852
|
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
10851
10853
|
"providers": {
|
|
10852
|
-
"Subspace": "wss://rpc-1.mainnet.subspace.network/ws",
|
|
10853
10854
|
"Foundation": "wss://rpc.mainnet.subspace.foundation/ws",
|
|
10854
10855
|
"Labs": "wss://rpc-0.mainnet.autonomys.xyz/ws"
|
|
10855
10856
|
},
|
|
@@ -13114,5 +13115,50 @@
|
|
|
13114
13115
|
"bitcoinInfo": null,
|
|
13115
13116
|
"tonInfo": null,
|
|
13116
13117
|
"cardanoInfo": null
|
|
13118
|
+
},
|
|
13119
|
+
"bifrost_network": {
|
|
13120
|
+
"slug": "bifrost_network",
|
|
13121
|
+
"name": "Bifrost Network",
|
|
13122
|
+
"isTestnet": false,
|
|
13123
|
+
"chainStatus": "ACTIVE",
|
|
13124
|
+
"icon": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/bifrost_network.png",
|
|
13125
|
+
"providers": {
|
|
13126
|
+
"Bifrostnetwork-01": "wss://public-01.mainnet.bifrostnetwork.com/wss",
|
|
13127
|
+
"Bifrostnetwork-02": "wss://public-02.mainnet.bifrostnetwork.com/wss"
|
|
13128
|
+
},
|
|
13129
|
+
"evmInfo": {
|
|
13130
|
+
"evmChainId": 3068,
|
|
13131
|
+
"blockExplorer": "https://explorer.mainnet.bifrostnetwork.com/",
|
|
13132
|
+
"existentialDeposit": "0",
|
|
13133
|
+
"symbol": "BFC",
|
|
13134
|
+
"decimals": 18,
|
|
13135
|
+
"supportSmartContract": [
|
|
13136
|
+
"ERC20",
|
|
13137
|
+
"ERC721"
|
|
13138
|
+
],
|
|
13139
|
+
"abiExplorer": null
|
|
13140
|
+
},
|
|
13141
|
+
"substrateInfo": {
|
|
13142
|
+
"relaySlug": null,
|
|
13143
|
+
"paraId": null,
|
|
13144
|
+
"genesisHash": "0x63e1e2390bf7758f2462ad22b950e7e191f3500226ba6f572346ac06ced516fe",
|
|
13145
|
+
"addressPrefix": 42,
|
|
13146
|
+
"chainType": "RELAYCHAIN",
|
|
13147
|
+
"crowdloanUrl": null,
|
|
13148
|
+
"blockExplorer": "https://explorer.mainnet.bifrostnetwork.com/",
|
|
13149
|
+
"existentialDeposit": "0",
|
|
13150
|
+
"symbol": "BFC",
|
|
13151
|
+
"decimals": 18,
|
|
13152
|
+
"hasNativeNft": null,
|
|
13153
|
+
"supportStaking": null,
|
|
13154
|
+
"supportSmartContract": null,
|
|
13155
|
+
"crowdloanParaId": null,
|
|
13156
|
+
"supportProxy": null,
|
|
13157
|
+
"crowdloanFunds": []
|
|
13158
|
+
},
|
|
13159
|
+
"extraInfo": null,
|
|
13160
|
+
"bitcoinInfo": null,
|
|
13161
|
+
"tonInfo": null,
|
|
13162
|
+
"cardanoInfo": null
|
|
13117
13163
|
}
|
|
13118
13164
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -377,6 +377,7 @@
|
|
|
377
377
|
"monad": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
378
378
|
"stable": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
379
379
|
"mosaic": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/mosaic.png",
|
|
380
|
+
"bifrost_network": "https://641-merge.sw-chain-list-assets.pages.dev/assets/chains/bifrost_network.png",
|
|
380
381
|
"custom-Substrate-gosnetwork": "https://641-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
381
382
|
"custom-Substrate-gosspectral": "https://641-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
382
383
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.123-beta.
|
|
10
|
+
version: '0.2.123-beta.5'
|
|
11
11
|
};
|