@subwallet/chain-list 0.2.73-beta.4 → 0.2.73-beta.6
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 +137 -8
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/AssetRef.json +28 -0
- package/cjs/data/ChainAsset.json +41 -3
- package/cjs/data/ChainInfo.json +55 -0
- package/cjs/data/ChainLogoMap.json +3 -1
- package/cjs/data/MultiChainAsset.json +3 -3
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/AssetRef.json +28 -0
- package/data/ChainAsset.json +41 -3
- package/data/ChainInfo.json +55 -0
- package/data/ChainLogoMap.json +3 -1
- package/data/MultiChainAsset.json +3 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -696,6 +696,7 @@
|
|
|
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",
|
|
699
700
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
700
701
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
701
702
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -2446,6 +2447,20 @@
|
|
|
2446
2447
|
srcChain: "hydradx_main",
|
|
2447
2448
|
destChain: "hydradx_main",
|
|
2448
2449
|
path: "SWAP"
|
|
2450
|
+
},
|
|
2451
|
+
"mythos-NATIVE-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
2452
|
+
srcAsset: "mythos-NATIVE-MYTH",
|
|
2453
|
+
destAsset: "hydradx_main-LOCAL-MYTH",
|
|
2454
|
+
srcChain: "mythos",
|
|
2455
|
+
destChain: "hydradx_main",
|
|
2456
|
+
path: "XCM"
|
|
2457
|
+
},
|
|
2458
|
+
"mythos-NATIVE-MYTH___statemint-LOCAL-MYTH": {
|
|
2459
|
+
srcAsset: "mythos-NATIVE-MYTH",
|
|
2460
|
+
destAsset: "statemint-LOCAL-MYTH",
|
|
2461
|
+
srcChain: "mythos",
|
|
2462
|
+
destChain: "statemint",
|
|
2463
|
+
path: "XCM"
|
|
2449
2464
|
},
|
|
2450
2465
|
"statemint-LOCAL-BEEFY___hydradx_main-LOCAL-BEEFY": {
|
|
2451
2466
|
srcAsset: "statemint-LOCAL-BEEFY",
|
|
@@ -2530,6 +2545,13 @@
|
|
|
2530
2545
|
srcChain: "statemint",
|
|
2531
2546
|
destChain: "ethereum",
|
|
2532
2547
|
path: "XCM"
|
|
2548
|
+
},
|
|
2549
|
+
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
2550
|
+
srcAsset: "statemint-LOCAL-MYTH",
|
|
2551
|
+
destAsset: "mythos-NATIVE-MYTH",
|
|
2552
|
+
srcChain: "statemint",
|
|
2553
|
+
destChain: "mythos",
|
|
2554
|
+
path: "XCM"
|
|
2533
2555
|
},
|
|
2534
2556
|
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
2535
2557
|
srcAsset: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
@@ -2600,6 +2622,13 @@
|
|
|
2600
2622
|
srcChain: "ethereum",
|
|
2601
2623
|
destChain: "statemint",
|
|
2602
2624
|
path: "XCM"
|
|
2625
|
+
},
|
|
2626
|
+
"hydradx_main-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
2627
|
+
srcAsset: "hydradx_main-LOCAL-MYTH",
|
|
2628
|
+
destAsset: "mythos-NATIVE-MYTH",
|
|
2629
|
+
srcChain: "hydradx_main",
|
|
2630
|
+
destChain: "mythos",
|
|
2631
|
+
path: "XCM"
|
|
2603
2632
|
}
|
|
2604
2633
|
};
|
|
2605
2634
|
|
|
@@ -13860,7 +13889,17 @@
|
|
|
13860
13889
|
minAmount: "21367521367521400",
|
|
13861
13890
|
assetType: "LOCAL",
|
|
13862
13891
|
metadata: {
|
|
13863
|
-
assetId: "30"
|
|
13892
|
+
assetId: "30",
|
|
13893
|
+
multilocation: {
|
|
13894
|
+
parents: 1,
|
|
13895
|
+
interior: {
|
|
13896
|
+
X1: [
|
|
13897
|
+
{
|
|
13898
|
+
Parachain: 3369
|
|
13899
|
+
}
|
|
13900
|
+
]
|
|
13901
|
+
}
|
|
13902
|
+
}
|
|
13864
13903
|
},
|
|
13865
13904
|
multiChainAsset: "MYTH-Mythos",
|
|
13866
13905
|
hasValue: true,
|
|
@@ -14140,7 +14179,7 @@
|
|
|
14140
14179
|
minAmount: "0",
|
|
14141
14180
|
assetType: "NATIVE",
|
|
14142
14181
|
metadata: null,
|
|
14143
|
-
multiChainAsset: "
|
|
14182
|
+
multiChainAsset: "TSYS-TestSyscoin",
|
|
14144
14183
|
hasValue: false,
|
|
14145
14184
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rollux_testnet-native-tsys.png"
|
|
14146
14185
|
},
|
|
@@ -14154,9 +14193,37 @@
|
|
|
14154
14193
|
minAmount: "0",
|
|
14155
14194
|
assetType: "NATIVE",
|
|
14156
14195
|
metadata: null,
|
|
14157
|
-
multiChainAsset: "
|
|
14196
|
+
multiChainAsset: "TSYS-TestSyscoin",
|
|
14158
14197
|
hasValue: false,
|
|
14159
14198
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/syscoin_evm_testnet-native-tsys.png"
|
|
14199
|
+
},
|
|
14200
|
+
"aura-NATIVE-AURA": {
|
|
14201
|
+
originChain: "aura",
|
|
14202
|
+
slug: "aura-NATIVE-AURA",
|
|
14203
|
+
name: "Aura Network",
|
|
14204
|
+
symbol: "AURA",
|
|
14205
|
+
decimals: 18,
|
|
14206
|
+
priceId: "aura-network",
|
|
14207
|
+
minAmount: "0",
|
|
14208
|
+
assetType: "NATIVE",
|
|
14209
|
+
metadata: null,
|
|
14210
|
+
multiChainAsset: null,
|
|
14211
|
+
hasValue: true,
|
|
14212
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png"
|
|
14213
|
+
},
|
|
14214
|
+
"bifrost_local_testnet-NATIVE-BNC": {
|
|
14215
|
+
originChain: "bifrost_local_testnet",
|
|
14216
|
+
slug: "bifrost_local_testnet-NATIVE-BNC",
|
|
14217
|
+
name: "Bifrost Polkadot Local Testnet",
|
|
14218
|
+
symbol: "BNC",
|
|
14219
|
+
decimals: 12,
|
|
14220
|
+
priceId: null,
|
|
14221
|
+
minAmount: "10000000000",
|
|
14222
|
+
assetType: "NATIVE",
|
|
14223
|
+
metadata: null,
|
|
14224
|
+
multiChainAsset: null,
|
|
14225
|
+
hasValue: false,
|
|
14226
|
+
icon: null
|
|
14160
14227
|
}
|
|
14161
14228
|
};
|
|
14162
14229
|
|
|
@@ -23391,6 +23458,62 @@
|
|
|
23391
23458
|
extraInfo: null,
|
|
23392
23459
|
bitcoinInfo: null
|
|
23393
23460
|
};
|
|
23461
|
+
var aura$1 = {
|
|
23462
|
+
slug: "aura",
|
|
23463
|
+
name: "Aura Network",
|
|
23464
|
+
isTestnet: false,
|
|
23465
|
+
chainStatus: "ACTIVE",
|
|
23466
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
23467
|
+
providers: {
|
|
23468
|
+
"Aura Network": "https://jsonrpc.aura.network"
|
|
23469
|
+
},
|
|
23470
|
+
evmInfo: {
|
|
23471
|
+
evmChainId: 6322,
|
|
23472
|
+
blockExplorer: "https://aurascan.io",
|
|
23473
|
+
existentialDeposit: "0",
|
|
23474
|
+
symbol: "AURA",
|
|
23475
|
+
decimals: 18,
|
|
23476
|
+
supportSmartContract: [
|
|
23477
|
+
"ERC20",
|
|
23478
|
+
"ERC721"
|
|
23479
|
+
],
|
|
23480
|
+
abiExplorer: null
|
|
23481
|
+
},
|
|
23482
|
+
substrateInfo: null,
|
|
23483
|
+
extraInfo: null,
|
|
23484
|
+
bitcoinInfo: null
|
|
23485
|
+
};
|
|
23486
|
+
var bifrost_local_testnet$1 = {
|
|
23487
|
+
slug: "bifrost_local_testnet",
|
|
23488
|
+
name: "Bifrost Polkadot Local Testnet",
|
|
23489
|
+
isTestnet: true,
|
|
23490
|
+
chainStatus: "ACTIVE",
|
|
23491
|
+
icon: null,
|
|
23492
|
+
providers: {
|
|
23493
|
+
Bifrost: "wss://bifrost-polkadot-rpc.devnet.liebi.com/ws"
|
|
23494
|
+
},
|
|
23495
|
+
evmInfo: null,
|
|
23496
|
+
substrateInfo: {
|
|
23497
|
+
relaySlug: null,
|
|
23498
|
+
paraId: 2001,
|
|
23499
|
+
genesisHash: "0x1c5fb64bfc67f15ac392a2f24af548d435c6fd5181eea1879dcb8d9735d2d217",
|
|
23500
|
+
addressPrefix: 6,
|
|
23501
|
+
chainType: "PARACHAIN",
|
|
23502
|
+
crowdloanUrl: null,
|
|
23503
|
+
blockExplorer: null,
|
|
23504
|
+
existentialDeposit: "10000000000",
|
|
23505
|
+
symbol: "BNC",
|
|
23506
|
+
decimals: 12,
|
|
23507
|
+
hasNativeNft: null,
|
|
23508
|
+
supportStaking: null,
|
|
23509
|
+
supportSmartContract: null,
|
|
23510
|
+
crowdloanParaId: null,
|
|
23511
|
+
crowdloanFunds: [
|
|
23512
|
+
]
|
|
23513
|
+
},
|
|
23514
|
+
extraInfo: null,
|
|
23515
|
+
bitcoinInfo: null
|
|
23516
|
+
};
|
|
23394
23517
|
const _ChainInfoMap = {
|
|
23395
23518
|
polkadot: polkadot$1,
|
|
23396
23519
|
kusama: kusama$1,
|
|
@@ -23685,7 +23808,9 @@
|
|
|
23685
23808
|
boolAlpha: boolAlpha$1,
|
|
23686
23809
|
boolBeta_testnet: boolBeta_testnet$1,
|
|
23687
23810
|
rollux_testnet: rollux_testnet$1,
|
|
23688
|
-
syscoin_evm_testnet: syscoin_evm_testnet$1
|
|
23811
|
+
syscoin_evm_testnet: syscoin_evm_testnet$1,
|
|
23812
|
+
aura: aura$1,
|
|
23813
|
+
bifrost_local_testnet: bifrost_local_testnet$1
|
|
23689
23814
|
};
|
|
23690
23815
|
|
|
23691
23816
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -23700,7 +23825,7 @@
|
|
|
23700
23825
|
var statemint = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png";
|
|
23701
23826
|
var acala = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala.png";
|
|
23702
23827
|
var polygon = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png";
|
|
23703
|
-
var arbitrum_one = "https://
|
|
23828
|
+
var arbitrum_one = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/arbitrum_one.png";
|
|
23704
23829
|
var optimism = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png";
|
|
23705
23830
|
var tomochain = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png";
|
|
23706
23831
|
var alephTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alephtest.png";
|
|
@@ -23950,6 +24075,8 @@
|
|
|
23950
24075
|
var boolBeta_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/boolbeta_testnet.png";
|
|
23951
24076
|
var rollux_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rollux_testnet.png";
|
|
23952
24077
|
var syscoin_evm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png";
|
|
24078
|
+
var aura = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png";
|
|
24079
|
+
var bifrost_local_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
23953
24080
|
const _ChainLogoMap = {
|
|
23954
24081
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
23955
24082
|
polkadot: polkadot,
|
|
@@ -24215,6 +24342,8 @@
|
|
|
24215
24342
|
boolBeta_testnet: boolBeta_testnet,
|
|
24216
24343
|
rollux_testnet: rollux_testnet,
|
|
24217
24344
|
syscoin_evm_testnet: syscoin_evm_testnet,
|
|
24345
|
+
aura: aura,
|
|
24346
|
+
bifrost_local_testnet: bifrost_local_testnet,
|
|
24218
24347
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
24219
24348
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
24220
24349
|
};
|
|
@@ -24940,11 +25069,11 @@
|
|
|
24940
25069
|
hasValue: true,
|
|
24941
25070
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/sys-syscoin.png"
|
|
24942
25071
|
},
|
|
24943
|
-
"
|
|
24944
|
-
slug: "
|
|
25072
|
+
"TSYS-TestSyscoin": {
|
|
25073
|
+
slug: "TSYS-TestSyscoin",
|
|
24945
25074
|
originChainAsset: "syscoin_evm_testnet-NATIVE-TSYS",
|
|
24946
25075
|
name: "Test Syscoin",
|
|
24947
|
-
symbol: "
|
|
25076
|
+
symbol: "TSYS",
|
|
24948
25077
|
priceId: null,
|
|
24949
25078
|
hasValue: false,
|
|
24950
25079
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png"
|
|
@@ -688,6 +688,7 @@
|
|
|
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",
|
|
691
692
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
692
693
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
693
694
|
"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,
|
|
@@ -11535,7 +11545,7 @@
|
|
|
11535
11545
|
"minAmount": "0",
|
|
11536
11546
|
"assetType": "NATIVE",
|
|
11537
11547
|
"metadata": null,
|
|
11538
|
-
"multiChainAsset": "
|
|
11548
|
+
"multiChainAsset": "TSYS-TestSyscoin",
|
|
11539
11549
|
"hasValue": false,
|
|
11540
11550
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rollux_testnet-native-tsys.png"
|
|
11541
11551
|
},
|
|
@@ -11549,8 +11559,36 @@
|
|
|
11549
11559
|
"minAmount": "0",
|
|
11550
11560
|
"assetType": "NATIVE",
|
|
11551
11561
|
"metadata": null,
|
|
11552
|
-
"multiChainAsset": "
|
|
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
|
|
11555
11593
|
}
|
|
11556
11594
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9082,5 +9082,60 @@
|
|
|
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
|
|
9085
9140
|
}
|
|
9086
9141
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"statemint": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
13
13
|
"acala": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala.png",
|
|
14
14
|
"polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
15
|
-
"arbitrum_one": "https://
|
|
15
|
+
"arbitrum_one": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/arbitrum_one.png",
|
|
16
16
|
"optimism": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
17
17
|
"tomochain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
18
18
|
"alephTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alephtest.png",
|
|
@@ -263,6 +263,8 @@
|
|
|
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",
|
|
266
268
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
267
269
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
268
270
|
}
|
|
@@ -719,11 +719,11 @@
|
|
|
719
719
|
"hasValue": true,
|
|
720
720
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/sys-syscoin.png"
|
|
721
721
|
},
|
|
722
|
-
"
|
|
723
|
-
"slug": "
|
|
722
|
+
"TSYS-TestSyscoin": {
|
|
723
|
+
"slug": "TSYS-TestSyscoin",
|
|
724
724
|
"originChainAsset": "syscoin_evm_testnet-NATIVE-TSYS",
|
|
725
725
|
"name": "Test Syscoin",
|
|
726
|
-
"symbol": "
|
|
726
|
+
"symbol": "TSYS",
|
|
727
727
|
"priceId": null,
|
|
728
728
|
"hasValue": false,
|
|
729
729
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png"
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -688,6 +688,7 @@
|
|
|
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",
|
|
691
692
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
692
693
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
693
694
|
"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,
|
|
@@ -11535,7 +11545,7 @@
|
|
|
11535
11545
|
"minAmount": "0",
|
|
11536
11546
|
"assetType": "NATIVE",
|
|
11537
11547
|
"metadata": null,
|
|
11538
|
-
"multiChainAsset": "
|
|
11548
|
+
"multiChainAsset": "TSYS-TestSyscoin",
|
|
11539
11549
|
"hasValue": false,
|
|
11540
11550
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rollux_testnet-native-tsys.png"
|
|
11541
11551
|
},
|
|
@@ -11549,8 +11559,36 @@
|
|
|
11549
11559
|
"minAmount": "0",
|
|
11550
11560
|
"assetType": "NATIVE",
|
|
11551
11561
|
"metadata": null,
|
|
11552
|
-
"multiChainAsset": "
|
|
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
|
|
11555
11593
|
}
|
|
11556
11594
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9082,5 +9082,60 @@
|
|
|
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
|
|
9085
9140
|
}
|
|
9086
9141
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"statemint": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
13
13
|
"acala": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/acala.png",
|
|
14
14
|
"polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
15
|
-
"arbitrum_one": "https://
|
|
15
|
+
"arbitrum_one": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/arbitrum_one.png",
|
|
16
16
|
"optimism": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
17
17
|
"tomochain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tomochain.png",
|
|
18
18
|
"alephTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/alephtest.png",
|
|
@@ -263,6 +263,8 @@
|
|
|
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",
|
|
266
268
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
267
269
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
268
270
|
}
|
|
@@ -719,11 +719,11 @@
|
|
|
719
719
|
"hasValue": true,
|
|
720
720
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/sys-syscoin.png"
|
|
721
721
|
},
|
|
722
|
-
"
|
|
723
|
-
"slug": "
|
|
722
|
+
"TSYS-TestSyscoin": {
|
|
723
|
+
"slug": "TSYS-TestSyscoin",
|
|
724
724
|
"originChainAsset": "syscoin_evm_testnet-NATIVE-TSYS",
|
|
725
725
|
"name": "Test Syscoin",
|
|
726
|
-
"symbol": "
|
|
726
|
+
"symbol": "TSYS",
|
|
727
727
|
"priceId": null,
|
|
728
728
|
"hasValue": false,
|
|
729
729
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tsys-testsyscoin.png"
|
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.6'
|
|
11
11
|
};
|