@subwallet/chain-list 0.2.73-beta.5 → 0.2.73-beta.7
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 +177 -2
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/AssetRef.json +28 -0
- package/cjs/data/ChainAsset.json +53 -1
- package/cjs/data/ChainInfo.json +83 -0
- package/cjs/data/ChainLogoMap.json +3 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/AssetRef.json +28 -0
- package/data/ChainAsset.json +53 -1
- package/data/ChainInfo.json +83 -0
- package/data/ChainLogoMap.json +3 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -696,6 +696,8 @@
|
|
|
696
696
|
"boolbeta_testnet-native-tbol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/boolbeta_testnet-native-tbol.png",
|
|
697
697
|
"rollux_testnet-native-tsys": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rollux_testnet-native-tsys.png",
|
|
698
698
|
"syscoin_evm_testnet-native-tsys": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png",
|
|
699
|
+
"aura-native-aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png",
|
|
700
|
+
"unique_evm-native-unq": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png",
|
|
699
701
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
700
702
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
701
703
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -2446,6 +2448,20 @@
|
|
|
2446
2448
|
srcChain: "hydradx_main",
|
|
2447
2449
|
destChain: "hydradx_main",
|
|
2448
2450
|
path: "SWAP"
|
|
2451
|
+
},
|
|
2452
|
+
"mythos-NATIVE-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
2453
|
+
srcAsset: "mythos-NATIVE-MYTH",
|
|
2454
|
+
destAsset: "hydradx_main-LOCAL-MYTH",
|
|
2455
|
+
srcChain: "mythos",
|
|
2456
|
+
destChain: "hydradx_main",
|
|
2457
|
+
path: "XCM"
|
|
2458
|
+
},
|
|
2459
|
+
"mythos-NATIVE-MYTH___statemint-LOCAL-MYTH": {
|
|
2460
|
+
srcAsset: "mythos-NATIVE-MYTH",
|
|
2461
|
+
destAsset: "statemint-LOCAL-MYTH",
|
|
2462
|
+
srcChain: "mythos",
|
|
2463
|
+
destChain: "statemint",
|
|
2464
|
+
path: "XCM"
|
|
2449
2465
|
},
|
|
2450
2466
|
"statemint-LOCAL-BEEFY___hydradx_main-LOCAL-BEEFY": {
|
|
2451
2467
|
srcAsset: "statemint-LOCAL-BEEFY",
|
|
@@ -2530,6 +2546,13 @@
|
|
|
2530
2546
|
srcChain: "statemint",
|
|
2531
2547
|
destChain: "ethereum",
|
|
2532
2548
|
path: "XCM"
|
|
2549
|
+
},
|
|
2550
|
+
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
2551
|
+
srcAsset: "statemint-LOCAL-MYTH",
|
|
2552
|
+
destAsset: "mythos-NATIVE-MYTH",
|
|
2553
|
+
srcChain: "statemint",
|
|
2554
|
+
destChain: "mythos",
|
|
2555
|
+
path: "XCM"
|
|
2533
2556
|
},
|
|
2534
2557
|
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
2535
2558
|
srcAsset: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
@@ -2600,6 +2623,13 @@
|
|
|
2600
2623
|
srcChain: "ethereum",
|
|
2601
2624
|
destChain: "statemint",
|
|
2602
2625
|
path: "XCM"
|
|
2626
|
+
},
|
|
2627
|
+
"hydradx_main-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
2628
|
+
srcAsset: "hydradx_main-LOCAL-MYTH",
|
|
2629
|
+
destAsset: "mythos-NATIVE-MYTH",
|
|
2630
|
+
srcChain: "hydradx_main",
|
|
2631
|
+
destChain: "mythos",
|
|
2632
|
+
path: "XCM"
|
|
2603
2633
|
}
|
|
2604
2634
|
};
|
|
2605
2635
|
|
|
@@ -13860,7 +13890,17 @@
|
|
|
13860
13890
|
minAmount: "21367521367521400",
|
|
13861
13891
|
assetType: "LOCAL",
|
|
13862
13892
|
metadata: {
|
|
13863
|
-
assetId: "30"
|
|
13893
|
+
assetId: "30",
|
|
13894
|
+
multilocation: {
|
|
13895
|
+
parents: 1,
|
|
13896
|
+
interior: {
|
|
13897
|
+
X1: [
|
|
13898
|
+
{
|
|
13899
|
+
Parachain: 3369
|
|
13900
|
+
}
|
|
13901
|
+
]
|
|
13902
|
+
}
|
|
13903
|
+
}
|
|
13864
13904
|
},
|
|
13865
13905
|
multiChainAsset: "MYTH-Mythos",
|
|
13866
13906
|
hasValue: true,
|
|
@@ -14157,6 +14197,48 @@
|
|
|
14157
14197
|
multiChainAsset: "TSYS-TestSyscoin",
|
|
14158
14198
|
hasValue: false,
|
|
14159
14199
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png"
|
|
14200
|
+
},
|
|
14201
|
+
"aura-NATIVE-AURA": {
|
|
14202
|
+
originChain: "aura",
|
|
14203
|
+
slug: "aura-NATIVE-AURA",
|
|
14204
|
+
name: "Aura Network",
|
|
14205
|
+
symbol: "AURA",
|
|
14206
|
+
decimals: 18,
|
|
14207
|
+
priceId: "aura-network",
|
|
14208
|
+
minAmount: "0",
|
|
14209
|
+
assetType: "NATIVE",
|
|
14210
|
+
metadata: null,
|
|
14211
|
+
multiChainAsset: null,
|
|
14212
|
+
hasValue: true,
|
|
14213
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png"
|
|
14214
|
+
},
|
|
14215
|
+
"bifrost_local_testnet-NATIVE-BNC": {
|
|
14216
|
+
originChain: "bifrost_local_testnet",
|
|
14217
|
+
slug: "bifrost_local_testnet-NATIVE-BNC",
|
|
14218
|
+
name: "Bifrost Polkadot Local Testnet",
|
|
14219
|
+
symbol: "BNC",
|
|
14220
|
+
decimals: 12,
|
|
14221
|
+
priceId: null,
|
|
14222
|
+
minAmount: "10000000000",
|
|
14223
|
+
assetType: "NATIVE",
|
|
14224
|
+
metadata: null,
|
|
14225
|
+
multiChainAsset: null,
|
|
14226
|
+
hasValue: false,
|
|
14227
|
+
icon: null
|
|
14228
|
+
},
|
|
14229
|
+
"unique_evm-NATIVE-UNQ": {
|
|
14230
|
+
originChain: "unique_evm",
|
|
14231
|
+
slug: "unique_evm-NATIVE-UNQ",
|
|
14232
|
+
name: "Unique Network",
|
|
14233
|
+
symbol: "UNQ",
|
|
14234
|
+
decimals: 18,
|
|
14235
|
+
priceId: "unique-network",
|
|
14236
|
+
minAmount: "0",
|
|
14237
|
+
assetType: "NATIVE",
|
|
14238
|
+
metadata: null,
|
|
14239
|
+
multiChainAsset: "UNQ-UniqueNetwork",
|
|
14240
|
+
hasValue: true,
|
|
14241
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png"
|
|
14160
14242
|
}
|
|
14161
14243
|
};
|
|
14162
14244
|
|
|
@@ -23391,6 +23473,90 @@
|
|
|
23391
23473
|
extraInfo: null,
|
|
23392
23474
|
bitcoinInfo: null
|
|
23393
23475
|
};
|
|
23476
|
+
var aura$1 = {
|
|
23477
|
+
slug: "aura",
|
|
23478
|
+
name: "Aura Network",
|
|
23479
|
+
isTestnet: false,
|
|
23480
|
+
chainStatus: "ACTIVE",
|
|
23481
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
23482
|
+
providers: {
|
|
23483
|
+
"Aura Network": "https://jsonrpc.aura.network"
|
|
23484
|
+
},
|
|
23485
|
+
evmInfo: {
|
|
23486
|
+
evmChainId: 6322,
|
|
23487
|
+
blockExplorer: "https://aurascan.io",
|
|
23488
|
+
existentialDeposit: "0",
|
|
23489
|
+
symbol: "AURA",
|
|
23490
|
+
decimals: 18,
|
|
23491
|
+
supportSmartContract: [
|
|
23492
|
+
"ERC20",
|
|
23493
|
+
"ERC721"
|
|
23494
|
+
],
|
|
23495
|
+
abiExplorer: null
|
|
23496
|
+
},
|
|
23497
|
+
substrateInfo: null,
|
|
23498
|
+
extraInfo: null,
|
|
23499
|
+
bitcoinInfo: null
|
|
23500
|
+
};
|
|
23501
|
+
var bifrost_local_testnet$1 = {
|
|
23502
|
+
slug: "bifrost_local_testnet",
|
|
23503
|
+
name: "Bifrost Polkadot Local Testnet",
|
|
23504
|
+
isTestnet: true,
|
|
23505
|
+
chainStatus: "ACTIVE",
|
|
23506
|
+
icon: null,
|
|
23507
|
+
providers: {
|
|
23508
|
+
Bifrost: "wss://bifrost-polkadot-rpc.devnet.liebi.com/ws"
|
|
23509
|
+
},
|
|
23510
|
+
evmInfo: null,
|
|
23511
|
+
substrateInfo: {
|
|
23512
|
+
relaySlug: null,
|
|
23513
|
+
paraId: 2001,
|
|
23514
|
+
genesisHash: "0x1c5fb64bfc67f15ac392a2f24af548d435c6fd5181eea1879dcb8d9735d2d217",
|
|
23515
|
+
addressPrefix: 6,
|
|
23516
|
+
chainType: "PARACHAIN",
|
|
23517
|
+
crowdloanUrl: null,
|
|
23518
|
+
blockExplorer: null,
|
|
23519
|
+
existentialDeposit: "10000000000",
|
|
23520
|
+
symbol: "BNC",
|
|
23521
|
+
decimals: 12,
|
|
23522
|
+
hasNativeNft: null,
|
|
23523
|
+
supportStaking: null,
|
|
23524
|
+
supportSmartContract: null,
|
|
23525
|
+
crowdloanParaId: null,
|
|
23526
|
+
crowdloanFunds: [
|
|
23527
|
+
]
|
|
23528
|
+
},
|
|
23529
|
+
extraInfo: null,
|
|
23530
|
+
bitcoinInfo: null
|
|
23531
|
+
};
|
|
23532
|
+
var unique_evm$1 = {
|
|
23533
|
+
slug: "unique_evm",
|
|
23534
|
+
name: "Unique - EVM",
|
|
23535
|
+
isTestnet: true,
|
|
23536
|
+
chainStatus: "ACTIVE",
|
|
23537
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
23538
|
+
providers: {
|
|
23539
|
+
Unique: "https://rpc.unique.network",
|
|
23540
|
+
Asia: "https://asia-rpc.unique.network",
|
|
23541
|
+
EU: "https://eu-rpc.unique.network",
|
|
23542
|
+
US: "https://us-rpc.unique.network"
|
|
23543
|
+
},
|
|
23544
|
+
evmInfo: {
|
|
23545
|
+
evmChainId: 8880,
|
|
23546
|
+
blockExplorer: "https://uniquescan.io/unique",
|
|
23547
|
+
existentialDeposit: "0",
|
|
23548
|
+
symbol: "UNQ",
|
|
23549
|
+
decimals: 18,
|
|
23550
|
+
supportSmartContract: [
|
|
23551
|
+
"ERC20",
|
|
23552
|
+
"ERC721"
|
|
23553
|
+
],
|
|
23554
|
+
abiExplorer: null
|
|
23555
|
+
},
|
|
23556
|
+
substrateInfo: null,
|
|
23557
|
+
extraInfo: null,
|
|
23558
|
+
bitcoinInfo: null
|
|
23559
|
+
};
|
|
23394
23560
|
const _ChainInfoMap = {
|
|
23395
23561
|
polkadot: polkadot$1,
|
|
23396
23562
|
kusama: kusama$1,
|
|
@@ -23685,7 +23851,10 @@
|
|
|
23685
23851
|
boolAlpha: boolAlpha$1,
|
|
23686
23852
|
boolBeta_testnet: boolBeta_testnet$1,
|
|
23687
23853
|
rollux_testnet: rollux_testnet$1,
|
|
23688
|
-
syscoin_evm_testnet: syscoin_evm_testnet$1
|
|
23854
|
+
syscoin_evm_testnet: syscoin_evm_testnet$1,
|
|
23855
|
+
aura: aura$1,
|
|
23856
|
+
bifrost_local_testnet: bifrost_local_testnet$1,
|
|
23857
|
+
unique_evm: unique_evm$1
|
|
23689
23858
|
};
|
|
23690
23859
|
|
|
23691
23860
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -23950,6 +24119,9 @@
|
|
|
23950
24119
|
var boolBeta_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolbeta_testnet.png";
|
|
23951
24120
|
var rollux_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_testnet.png";
|
|
23952
24121
|
var syscoin_evm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png";
|
|
24122
|
+
var aura = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png";
|
|
24123
|
+
var bifrost_local_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
24124
|
+
var unique_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png";
|
|
23953
24125
|
const _ChainLogoMap = {
|
|
23954
24126
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
23955
24127
|
polkadot: polkadot,
|
|
@@ -24215,6 +24387,9 @@
|
|
|
24215
24387
|
boolBeta_testnet: boolBeta_testnet,
|
|
24216
24388
|
rollux_testnet: rollux_testnet,
|
|
24217
24389
|
syscoin_evm_testnet: syscoin_evm_testnet,
|
|
24390
|
+
aura: aura,
|
|
24391
|
+
bifrost_local_testnet: bifrost_local_testnet,
|
|
24392
|
+
unique_evm: unique_evm,
|
|
24218
24393
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
24219
24394
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
24220
24395
|
};
|
|
@@ -688,6 +688,8 @@
|
|
|
688
688
|
"boolbeta_testnet-native-tbol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/boolbeta_testnet-native-tbol.png",
|
|
689
689
|
"rollux_testnet-native-tsys": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rollux_testnet-native-tsys.png",
|
|
690
690
|
"syscoin_evm_testnet-native-tsys": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png",
|
|
691
|
+
"aura-native-aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png",
|
|
692
|
+
"unique_evm-native-unq": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png",
|
|
691
693
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
692
694
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
693
695
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -1662,6 +1662,20 @@
|
|
|
1662
1662
|
"destChain": "hydradx_main",
|
|
1663
1663
|
"path": "SWAP"
|
|
1664
1664
|
},
|
|
1665
|
+
"mythos-NATIVE-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
1666
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
1667
|
+
"destAsset": "hydradx_main-LOCAL-MYTH",
|
|
1668
|
+
"srcChain": "mythos",
|
|
1669
|
+
"destChain": "hydradx_main",
|
|
1670
|
+
"path": "XCM"
|
|
1671
|
+
},
|
|
1672
|
+
"mythos-NATIVE-MYTH___statemint-LOCAL-MYTH": {
|
|
1673
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
1674
|
+
"destAsset": "statemint-LOCAL-MYTH",
|
|
1675
|
+
"srcChain": "mythos",
|
|
1676
|
+
"destChain": "statemint",
|
|
1677
|
+
"path": "XCM"
|
|
1678
|
+
},
|
|
1665
1679
|
"statemint-LOCAL-BEEFY___hydradx_main-LOCAL-BEEFY": {
|
|
1666
1680
|
"srcAsset": "statemint-LOCAL-BEEFY",
|
|
1667
1681
|
"destAsset": "hydradx_main-LOCAL-BEEFY",
|
|
@@ -1746,6 +1760,13 @@
|
|
|
1746
1760
|
"destChain": "ethereum",
|
|
1747
1761
|
"path": "XCM"
|
|
1748
1762
|
},
|
|
1763
|
+
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1764
|
+
"srcAsset": "statemint-LOCAL-MYTH",
|
|
1765
|
+
"destAsset": "mythos-NATIVE-MYTH",
|
|
1766
|
+
"srcChain": "statemint",
|
|
1767
|
+
"destChain": "mythos",
|
|
1768
|
+
"path": "XCM"
|
|
1769
|
+
},
|
|
1749
1770
|
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
1750
1771
|
"srcAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
1751
1772
|
"destAsset": "statemint-LOCAL-MYTH",
|
|
@@ -1815,5 +1836,12 @@
|
|
|
1815
1836
|
"srcChain": "ethereum",
|
|
1816
1837
|
"destChain": "statemint",
|
|
1817
1838
|
"path": "XCM"
|
|
1839
|
+
},
|
|
1840
|
+
"hydradx_main-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1841
|
+
"srcAsset": "hydradx_main-LOCAL-MYTH",
|
|
1842
|
+
"destAsset": "mythos-NATIVE-MYTH",
|
|
1843
|
+
"srcChain": "hydradx_main",
|
|
1844
|
+
"destChain": "mythos",
|
|
1845
|
+
"path": "XCM"
|
|
1818
1846
|
}
|
|
1819
1847
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11255,7 +11255,17 @@
|
|
|
11255
11255
|
"minAmount": "21367521367521400",
|
|
11256
11256
|
"assetType": "LOCAL",
|
|
11257
11257
|
"metadata": {
|
|
11258
|
-
"assetId": "30"
|
|
11258
|
+
"assetId": "30",
|
|
11259
|
+
"multilocation": {
|
|
11260
|
+
"parents": 1,
|
|
11261
|
+
"interior": {
|
|
11262
|
+
"X1": [
|
|
11263
|
+
{
|
|
11264
|
+
"Parachain": 3369
|
|
11265
|
+
}
|
|
11266
|
+
]
|
|
11267
|
+
}
|
|
11268
|
+
}
|
|
11259
11269
|
},
|
|
11260
11270
|
"multiChainAsset": "MYTH-Mythos",
|
|
11261
11271
|
"hasValue": true,
|
|
@@ -11552,5 +11562,47 @@
|
|
|
11552
11562
|
"multiChainAsset": "TSYS-TestSyscoin",
|
|
11553
11563
|
"hasValue": false,
|
|
11554
11564
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png"
|
|
11565
|
+
},
|
|
11566
|
+
"aura-NATIVE-AURA": {
|
|
11567
|
+
"originChain": "aura",
|
|
11568
|
+
"slug": "aura-NATIVE-AURA",
|
|
11569
|
+
"name": "Aura Network",
|
|
11570
|
+
"symbol": "AURA",
|
|
11571
|
+
"decimals": 18,
|
|
11572
|
+
"priceId": "aura-network",
|
|
11573
|
+
"minAmount": "0",
|
|
11574
|
+
"assetType": "NATIVE",
|
|
11575
|
+
"metadata": null,
|
|
11576
|
+
"multiChainAsset": null,
|
|
11577
|
+
"hasValue": true,
|
|
11578
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png"
|
|
11579
|
+
},
|
|
11580
|
+
"bifrost_local_testnet-NATIVE-BNC": {
|
|
11581
|
+
"originChain": "bifrost_local_testnet",
|
|
11582
|
+
"slug": "bifrost_local_testnet-NATIVE-BNC",
|
|
11583
|
+
"name": "Bifrost Polkadot Local Testnet",
|
|
11584
|
+
"symbol": "BNC",
|
|
11585
|
+
"decimals": 12,
|
|
11586
|
+
"priceId": null,
|
|
11587
|
+
"minAmount": "10000000000",
|
|
11588
|
+
"assetType": "NATIVE",
|
|
11589
|
+
"metadata": null,
|
|
11590
|
+
"multiChainAsset": null,
|
|
11591
|
+
"hasValue": false,
|
|
11592
|
+
"icon": null
|
|
11593
|
+
},
|
|
11594
|
+
"unique_evm-NATIVE-UNQ": {
|
|
11595
|
+
"originChain": "unique_evm",
|
|
11596
|
+
"slug": "unique_evm-NATIVE-UNQ",
|
|
11597
|
+
"name": "Unique Network",
|
|
11598
|
+
"symbol": "UNQ",
|
|
11599
|
+
"decimals": 18,
|
|
11600
|
+
"priceId": "unique-network",
|
|
11601
|
+
"minAmount": "0",
|
|
11602
|
+
"assetType": "NATIVE",
|
|
11603
|
+
"metadata": null,
|
|
11604
|
+
"multiChainAsset": "UNQ-UniqueNetwork",
|
|
11605
|
+
"hasValue": true,
|
|
11606
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png"
|
|
11555
11607
|
}
|
|
11556
11608
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9082,5 +9082,88 @@
|
|
|
9082
9082
|
"substrateInfo": null,
|
|
9083
9083
|
"extraInfo": null,
|
|
9084
9084
|
"bitcoinInfo": null
|
|
9085
|
+
},
|
|
9086
|
+
"aura": {
|
|
9087
|
+
"slug": "aura",
|
|
9088
|
+
"name": "Aura Network",
|
|
9089
|
+
"isTestnet": false,
|
|
9090
|
+
"chainStatus": "ACTIVE",
|
|
9091
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
9092
|
+
"providers": {
|
|
9093
|
+
"Aura Network": "https://jsonrpc.aura.network"
|
|
9094
|
+
},
|
|
9095
|
+
"evmInfo": {
|
|
9096
|
+
"evmChainId": 6322,
|
|
9097
|
+
"blockExplorer": "https://aurascan.io",
|
|
9098
|
+
"existentialDeposit": "0",
|
|
9099
|
+
"symbol": "AURA",
|
|
9100
|
+
"decimals": 18,
|
|
9101
|
+
"supportSmartContract": [
|
|
9102
|
+
"ERC20",
|
|
9103
|
+
"ERC721"
|
|
9104
|
+
],
|
|
9105
|
+
"abiExplorer": null
|
|
9106
|
+
},
|
|
9107
|
+
"substrateInfo": null,
|
|
9108
|
+
"extraInfo": null,
|
|
9109
|
+
"bitcoinInfo": null
|
|
9110
|
+
},
|
|
9111
|
+
"bifrost_local_testnet": {
|
|
9112
|
+
"slug": "bifrost_local_testnet",
|
|
9113
|
+
"name": "Bifrost Polkadot Local Testnet",
|
|
9114
|
+
"isTestnet": true,
|
|
9115
|
+
"chainStatus": "ACTIVE",
|
|
9116
|
+
"icon": null,
|
|
9117
|
+
"providers": {
|
|
9118
|
+
"Bifrost": "wss://bifrost-polkadot-rpc.devnet.liebi.com/ws"
|
|
9119
|
+
},
|
|
9120
|
+
"evmInfo": null,
|
|
9121
|
+
"substrateInfo": {
|
|
9122
|
+
"relaySlug": null,
|
|
9123
|
+
"paraId": 2001,
|
|
9124
|
+
"genesisHash": "0x1c5fb64bfc67f15ac392a2f24af548d435c6fd5181eea1879dcb8d9735d2d217",
|
|
9125
|
+
"addressPrefix": 6,
|
|
9126
|
+
"chainType": "PARACHAIN",
|
|
9127
|
+
"crowdloanUrl": null,
|
|
9128
|
+
"blockExplorer": null,
|
|
9129
|
+
"existentialDeposit": "10000000000",
|
|
9130
|
+
"symbol": "BNC",
|
|
9131
|
+
"decimals": 12,
|
|
9132
|
+
"hasNativeNft": null,
|
|
9133
|
+
"supportStaking": null,
|
|
9134
|
+
"supportSmartContract": null,
|
|
9135
|
+
"crowdloanParaId": null,
|
|
9136
|
+
"crowdloanFunds": []
|
|
9137
|
+
},
|
|
9138
|
+
"extraInfo": null,
|
|
9139
|
+
"bitcoinInfo": null
|
|
9140
|
+
},
|
|
9141
|
+
"unique_evm": {
|
|
9142
|
+
"slug": "unique_evm",
|
|
9143
|
+
"name": "Unique - EVM",
|
|
9144
|
+
"isTestnet": true,
|
|
9145
|
+
"chainStatus": "ACTIVE",
|
|
9146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
9147
|
+
"providers": {
|
|
9148
|
+
"Unique": "https://rpc.unique.network",
|
|
9149
|
+
"Asia": "https://asia-rpc.unique.network",
|
|
9150
|
+
"EU": "https://eu-rpc.unique.network",
|
|
9151
|
+
"US": "https://us-rpc.unique.network"
|
|
9152
|
+
},
|
|
9153
|
+
"evmInfo": {
|
|
9154
|
+
"evmChainId": 8880,
|
|
9155
|
+
"blockExplorer": "https://uniquescan.io/unique",
|
|
9156
|
+
"existentialDeposit": "0",
|
|
9157
|
+
"symbol": "UNQ",
|
|
9158
|
+
"decimals": 18,
|
|
9159
|
+
"supportSmartContract": [
|
|
9160
|
+
"ERC20",
|
|
9161
|
+
"ERC721"
|
|
9162
|
+
],
|
|
9163
|
+
"abiExplorer": null
|
|
9164
|
+
},
|
|
9165
|
+
"substrateInfo": null,
|
|
9166
|
+
"extraInfo": null,
|
|
9167
|
+
"bitcoinInfo": null
|
|
9085
9168
|
}
|
|
9086
9169
|
}
|
|
@@ -263,6 +263,9 @@
|
|
|
263
263
|
"boolBeta_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolbeta_testnet.png",
|
|
264
264
|
"rollux_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_testnet.png",
|
|
265
265
|
"syscoin_evm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png",
|
|
266
|
+
"aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
267
|
+
"bifrost_local_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
268
|
+
"unique_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
266
269
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
267
270
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
268
271
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -688,6 +688,8 @@
|
|
|
688
688
|
"boolbeta_testnet-native-tbol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/boolbeta_testnet-native-tbol.png",
|
|
689
689
|
"rollux_testnet-native-tsys": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rollux_testnet-native-tsys.png",
|
|
690
690
|
"syscoin_evm_testnet-native-tsys": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png",
|
|
691
|
+
"aura-native-aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png",
|
|
692
|
+
"unique_evm-native-unq": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png",
|
|
691
693
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
692
694
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
693
695
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -1662,6 +1662,20 @@
|
|
|
1662
1662
|
"destChain": "hydradx_main",
|
|
1663
1663
|
"path": "SWAP"
|
|
1664
1664
|
},
|
|
1665
|
+
"mythos-NATIVE-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
1666
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
1667
|
+
"destAsset": "hydradx_main-LOCAL-MYTH",
|
|
1668
|
+
"srcChain": "mythos",
|
|
1669
|
+
"destChain": "hydradx_main",
|
|
1670
|
+
"path": "XCM"
|
|
1671
|
+
},
|
|
1672
|
+
"mythos-NATIVE-MYTH___statemint-LOCAL-MYTH": {
|
|
1673
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
1674
|
+
"destAsset": "statemint-LOCAL-MYTH",
|
|
1675
|
+
"srcChain": "mythos",
|
|
1676
|
+
"destChain": "statemint",
|
|
1677
|
+
"path": "XCM"
|
|
1678
|
+
},
|
|
1665
1679
|
"statemint-LOCAL-BEEFY___hydradx_main-LOCAL-BEEFY": {
|
|
1666
1680
|
"srcAsset": "statemint-LOCAL-BEEFY",
|
|
1667
1681
|
"destAsset": "hydradx_main-LOCAL-BEEFY",
|
|
@@ -1746,6 +1760,13 @@
|
|
|
1746
1760
|
"destChain": "ethereum",
|
|
1747
1761
|
"path": "XCM"
|
|
1748
1762
|
},
|
|
1763
|
+
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1764
|
+
"srcAsset": "statemint-LOCAL-MYTH",
|
|
1765
|
+
"destAsset": "mythos-NATIVE-MYTH",
|
|
1766
|
+
"srcChain": "statemint",
|
|
1767
|
+
"destChain": "mythos",
|
|
1768
|
+
"path": "XCM"
|
|
1769
|
+
},
|
|
1749
1770
|
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
1750
1771
|
"srcAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
1751
1772
|
"destAsset": "statemint-LOCAL-MYTH",
|
|
@@ -1815,5 +1836,12 @@
|
|
|
1815
1836
|
"srcChain": "ethereum",
|
|
1816
1837
|
"destChain": "statemint",
|
|
1817
1838
|
"path": "XCM"
|
|
1839
|
+
},
|
|
1840
|
+
"hydradx_main-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1841
|
+
"srcAsset": "hydradx_main-LOCAL-MYTH",
|
|
1842
|
+
"destAsset": "mythos-NATIVE-MYTH",
|
|
1843
|
+
"srcChain": "hydradx_main",
|
|
1844
|
+
"destChain": "mythos",
|
|
1845
|
+
"path": "XCM"
|
|
1818
1846
|
}
|
|
1819
1847
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -11255,7 +11255,17 @@
|
|
|
11255
11255
|
"minAmount": "21367521367521400",
|
|
11256
11256
|
"assetType": "LOCAL",
|
|
11257
11257
|
"metadata": {
|
|
11258
|
-
"assetId": "30"
|
|
11258
|
+
"assetId": "30",
|
|
11259
|
+
"multilocation": {
|
|
11260
|
+
"parents": 1,
|
|
11261
|
+
"interior": {
|
|
11262
|
+
"X1": [
|
|
11263
|
+
{
|
|
11264
|
+
"Parachain": 3369
|
|
11265
|
+
}
|
|
11266
|
+
]
|
|
11267
|
+
}
|
|
11268
|
+
}
|
|
11259
11269
|
},
|
|
11260
11270
|
"multiChainAsset": "MYTH-Mythos",
|
|
11261
11271
|
"hasValue": true,
|
|
@@ -11552,5 +11562,47 @@
|
|
|
11552
11562
|
"multiChainAsset": "TSYS-TestSyscoin",
|
|
11553
11563
|
"hasValue": false,
|
|
11554
11564
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png"
|
|
11565
|
+
},
|
|
11566
|
+
"aura-NATIVE-AURA": {
|
|
11567
|
+
"originChain": "aura",
|
|
11568
|
+
"slug": "aura-NATIVE-AURA",
|
|
11569
|
+
"name": "Aura Network",
|
|
11570
|
+
"symbol": "AURA",
|
|
11571
|
+
"decimals": 18,
|
|
11572
|
+
"priceId": "aura-network",
|
|
11573
|
+
"minAmount": "0",
|
|
11574
|
+
"assetType": "NATIVE",
|
|
11575
|
+
"metadata": null,
|
|
11576
|
+
"multiChainAsset": null,
|
|
11577
|
+
"hasValue": true,
|
|
11578
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png"
|
|
11579
|
+
},
|
|
11580
|
+
"bifrost_local_testnet-NATIVE-BNC": {
|
|
11581
|
+
"originChain": "bifrost_local_testnet",
|
|
11582
|
+
"slug": "bifrost_local_testnet-NATIVE-BNC",
|
|
11583
|
+
"name": "Bifrost Polkadot Local Testnet",
|
|
11584
|
+
"symbol": "BNC",
|
|
11585
|
+
"decimals": 12,
|
|
11586
|
+
"priceId": null,
|
|
11587
|
+
"minAmount": "10000000000",
|
|
11588
|
+
"assetType": "NATIVE",
|
|
11589
|
+
"metadata": null,
|
|
11590
|
+
"multiChainAsset": null,
|
|
11591
|
+
"hasValue": false,
|
|
11592
|
+
"icon": null
|
|
11593
|
+
},
|
|
11594
|
+
"unique_evm-NATIVE-UNQ": {
|
|
11595
|
+
"originChain": "unique_evm",
|
|
11596
|
+
"slug": "unique_evm-NATIVE-UNQ",
|
|
11597
|
+
"name": "Unique Network",
|
|
11598
|
+
"symbol": "UNQ",
|
|
11599
|
+
"decimals": 18,
|
|
11600
|
+
"priceId": "unique-network",
|
|
11601
|
+
"minAmount": "0",
|
|
11602
|
+
"assetType": "NATIVE",
|
|
11603
|
+
"metadata": null,
|
|
11604
|
+
"multiChainAsset": "UNQ-UniqueNetwork",
|
|
11605
|
+
"hasValue": true,
|
|
11606
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png"
|
|
11555
11607
|
}
|
|
11556
11608
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9082,5 +9082,88 @@
|
|
|
9082
9082
|
"substrateInfo": null,
|
|
9083
9083
|
"extraInfo": null,
|
|
9084
9084
|
"bitcoinInfo": null
|
|
9085
|
+
},
|
|
9086
|
+
"aura": {
|
|
9087
|
+
"slug": "aura",
|
|
9088
|
+
"name": "Aura Network",
|
|
9089
|
+
"isTestnet": false,
|
|
9090
|
+
"chainStatus": "ACTIVE",
|
|
9091
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
9092
|
+
"providers": {
|
|
9093
|
+
"Aura Network": "https://jsonrpc.aura.network"
|
|
9094
|
+
},
|
|
9095
|
+
"evmInfo": {
|
|
9096
|
+
"evmChainId": 6322,
|
|
9097
|
+
"blockExplorer": "https://aurascan.io",
|
|
9098
|
+
"existentialDeposit": "0",
|
|
9099
|
+
"symbol": "AURA",
|
|
9100
|
+
"decimals": 18,
|
|
9101
|
+
"supportSmartContract": [
|
|
9102
|
+
"ERC20",
|
|
9103
|
+
"ERC721"
|
|
9104
|
+
],
|
|
9105
|
+
"abiExplorer": null
|
|
9106
|
+
},
|
|
9107
|
+
"substrateInfo": null,
|
|
9108
|
+
"extraInfo": null,
|
|
9109
|
+
"bitcoinInfo": null
|
|
9110
|
+
},
|
|
9111
|
+
"bifrost_local_testnet": {
|
|
9112
|
+
"slug": "bifrost_local_testnet",
|
|
9113
|
+
"name": "Bifrost Polkadot Local Testnet",
|
|
9114
|
+
"isTestnet": true,
|
|
9115
|
+
"chainStatus": "ACTIVE",
|
|
9116
|
+
"icon": null,
|
|
9117
|
+
"providers": {
|
|
9118
|
+
"Bifrost": "wss://bifrost-polkadot-rpc.devnet.liebi.com/ws"
|
|
9119
|
+
},
|
|
9120
|
+
"evmInfo": null,
|
|
9121
|
+
"substrateInfo": {
|
|
9122
|
+
"relaySlug": null,
|
|
9123
|
+
"paraId": 2001,
|
|
9124
|
+
"genesisHash": "0x1c5fb64bfc67f15ac392a2f24af548d435c6fd5181eea1879dcb8d9735d2d217",
|
|
9125
|
+
"addressPrefix": 6,
|
|
9126
|
+
"chainType": "PARACHAIN",
|
|
9127
|
+
"crowdloanUrl": null,
|
|
9128
|
+
"blockExplorer": null,
|
|
9129
|
+
"existentialDeposit": "10000000000",
|
|
9130
|
+
"symbol": "BNC",
|
|
9131
|
+
"decimals": 12,
|
|
9132
|
+
"hasNativeNft": null,
|
|
9133
|
+
"supportStaking": null,
|
|
9134
|
+
"supportSmartContract": null,
|
|
9135
|
+
"crowdloanParaId": null,
|
|
9136
|
+
"crowdloanFunds": []
|
|
9137
|
+
},
|
|
9138
|
+
"extraInfo": null,
|
|
9139
|
+
"bitcoinInfo": null
|
|
9140
|
+
},
|
|
9141
|
+
"unique_evm": {
|
|
9142
|
+
"slug": "unique_evm",
|
|
9143
|
+
"name": "Unique - EVM",
|
|
9144
|
+
"isTestnet": true,
|
|
9145
|
+
"chainStatus": "ACTIVE",
|
|
9146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
9147
|
+
"providers": {
|
|
9148
|
+
"Unique": "https://rpc.unique.network",
|
|
9149
|
+
"Asia": "https://asia-rpc.unique.network",
|
|
9150
|
+
"EU": "https://eu-rpc.unique.network",
|
|
9151
|
+
"US": "https://us-rpc.unique.network"
|
|
9152
|
+
},
|
|
9153
|
+
"evmInfo": {
|
|
9154
|
+
"evmChainId": 8880,
|
|
9155
|
+
"blockExplorer": "https://uniquescan.io/unique",
|
|
9156
|
+
"existentialDeposit": "0",
|
|
9157
|
+
"symbol": "UNQ",
|
|
9158
|
+
"decimals": 18,
|
|
9159
|
+
"supportSmartContract": [
|
|
9160
|
+
"ERC20",
|
|
9161
|
+
"ERC721"
|
|
9162
|
+
],
|
|
9163
|
+
"abiExplorer": null
|
|
9164
|
+
},
|
|
9165
|
+
"substrateInfo": null,
|
|
9166
|
+
"extraInfo": null,
|
|
9167
|
+
"bitcoinInfo": null
|
|
9085
9168
|
}
|
|
9086
9169
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -263,6 +263,9 @@
|
|
|
263
263
|
"boolBeta_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolbeta_testnet.png",
|
|
264
264
|
"rollux_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_testnet.png",
|
|
265
265
|
"syscoin_evm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png",
|
|
266
|
+
"aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
267
|
+
"bifrost_local_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
268
|
+
"unique_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
266
269
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
267
270
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
268
271
|
}
|
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.73-beta.
|
|
10
|
+
version: '0.2.73-beta.7'
|
|
11
11
|
};
|