@subwallet/chain-list 0.2.128 → 0.2.129-beta.0-pr-702-ccde52eb
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 +143 -3
- package/cjs/data/AssetLogoMap.json +1296 -1293
- package/cjs/data/ChainAsset.json +1190 -1148
- package/cjs/data/ChainInfo.json +464 -378
- package/cjs/data/ChainLogoMap.json +384 -381
- package/cjs/data/MultiChainAsset.json +140 -140
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1296 -1293
- package/data/ChainAsset.json +1190 -1148
- package/data/ChainInfo.json +464 -378
- package/data/ChainLogoMap.json +384 -381
- package/data/MultiChainAsset.json +140 -140
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1630,7 +1630,10 @@
|
|
|
1630
1630
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1631
1631
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1632
1632
|
"custom-custom-substrate-gosnetwork-native-gos": "/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
1633
|
-
"custom-custom-substrate-gosspectral-native-gost": "/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
1633
|
+
"custom-custom-substrate-gosspectral-native-gost": "/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
1634
|
+
"polkadothub_evm-native-dot": "/assets/chain-assets/polkadothub_evm-native-dot.png",
|
|
1635
|
+
"polkadothub_evm_testnet-native-pas": "/assets/chain-assets/polkadothub_evm_testnet-native-pas.png",
|
|
1636
|
+
"kusamahub_evm-native-ksm": "/assets/chain-assets/kusamahub_evm-native-ksm.png"
|
|
1634
1637
|
};
|
|
1635
1638
|
|
|
1636
1639
|
const _AssetRefMap = {
|
|
@@ -23109,6 +23112,48 @@
|
|
|
23109
23112
|
multiChainAsset: "PAS-Paseo",
|
|
23110
23113
|
hasValue: true,
|
|
23111
23114
|
icon: "/assets/chain-assets/paseo_assethub-native-pas.png"
|
|
23115
|
+
},
|
|
23116
|
+
"polkadotHub_evm-NATIVE-DOT": {
|
|
23117
|
+
originChain: "polkadotHub_evm",
|
|
23118
|
+
slug: "polkadotHub_evm-NATIVE-DOT",
|
|
23119
|
+
name: "Polkadot Hub EVM",
|
|
23120
|
+
symbol: "DOT",
|
|
23121
|
+
decimals: 18,
|
|
23122
|
+
priceId: "polkadot",
|
|
23123
|
+
minAmount: "0",
|
|
23124
|
+
assetType: "NATIVE",
|
|
23125
|
+
metadata: null,
|
|
23126
|
+
multiChainAsset: "DOT-Polkadot",
|
|
23127
|
+
hasValue: true,
|
|
23128
|
+
icon: "/assets/chain-assets/polkadothub_evm-native-dot.png"
|
|
23129
|
+
},
|
|
23130
|
+
"polkadotHub_evm_testnet-NATIVE-PAS": {
|
|
23131
|
+
originChain: "polkadotHub_evm_testnet",
|
|
23132
|
+
slug: "polkadotHub_evm_testnet-NATIVE-PAS",
|
|
23133
|
+
name: "Polkadot Hub TestNet EVM",
|
|
23134
|
+
symbol: "PAS",
|
|
23135
|
+
decimals: 18,
|
|
23136
|
+
priceId: null,
|
|
23137
|
+
minAmount: "0",
|
|
23138
|
+
assetType: "NATIVE",
|
|
23139
|
+
metadata: null,
|
|
23140
|
+
multiChainAsset: "PAS-Paseo",
|
|
23141
|
+
hasValue: false,
|
|
23142
|
+
icon: "/assets/chain-assets/polkadothub_evm_testnet-native-pas.png"
|
|
23143
|
+
},
|
|
23144
|
+
"kusamaHub_evm-NATIVE-KSM": {
|
|
23145
|
+
originChain: "kusamaHub_evm",
|
|
23146
|
+
slug: "kusamaHub_evm-NATIVE-KSM",
|
|
23147
|
+
name: "Kusama Hub EVM",
|
|
23148
|
+
symbol: "KSM",
|
|
23149
|
+
decimals: 18,
|
|
23150
|
+
priceId: "kusama",
|
|
23151
|
+
minAmount: "0",
|
|
23152
|
+
assetType: "NATIVE",
|
|
23153
|
+
metadata: null,
|
|
23154
|
+
multiChainAsset: "KSM-Kusama",
|
|
23155
|
+
hasValue: true,
|
|
23156
|
+
icon: "/assets/chain-assets/kusamahub_evm-native-ksm.png"
|
|
23112
23157
|
}
|
|
23113
23158
|
};
|
|
23114
23159
|
|
|
@@ -36928,6 +36973,92 @@
|
|
|
36928
36973
|
tonInfo: null,
|
|
36929
36974
|
cardanoInfo: null
|
|
36930
36975
|
};
|
|
36976
|
+
var polkadotHub_evm$1 = {
|
|
36977
|
+
slug: "polkadotHub_evm",
|
|
36978
|
+
name: "Polkadot Hub EVM",
|
|
36979
|
+
isTestnet: false,
|
|
36980
|
+
chainStatus: "ACTIVE",
|
|
36981
|
+
icon: "/assets/chains/polkadothub_evm.png",
|
|
36982
|
+
providers: {
|
|
36983
|
+
Parity: "https://eth-rpc.polkadot.io/",
|
|
36984
|
+
OpsLayer: "https://services.polkadothub-rpc.com/mainnet/",
|
|
36985
|
+
WSS: "wss://polkadot-asset-hub-rpc.polkadot.io"
|
|
36986
|
+
},
|
|
36987
|
+
evmInfo: {
|
|
36988
|
+
evmChainId: 420420419,
|
|
36989
|
+
blockExplorer: "https://blockscout.polkadot.io/",
|
|
36990
|
+
existentialDeposit: "0",
|
|
36991
|
+
symbol: "DOT",
|
|
36992
|
+
decimals: 18,
|
|
36993
|
+
supportSmartContract: [
|
|
36994
|
+
"ERC20",
|
|
36995
|
+
"ERC721"
|
|
36996
|
+
],
|
|
36997
|
+
abiExplorer: "https://blockscout.polkadot.io/"
|
|
36998
|
+
},
|
|
36999
|
+
substrateInfo: null,
|
|
37000
|
+
extraInfo: null,
|
|
37001
|
+
bitcoinInfo: null,
|
|
37002
|
+
tonInfo: null,
|
|
37003
|
+
cardanoInfo: null
|
|
37004
|
+
};
|
|
37005
|
+
var polkadotHub_evm_testnet$1 = {
|
|
37006
|
+
slug: "polkadotHub_evm_testnet",
|
|
37007
|
+
name: "Polkadot Hub TestNet EVM",
|
|
37008
|
+
isTestnet: true,
|
|
37009
|
+
chainStatus: "ACTIVE",
|
|
37010
|
+
icon: "/assets/chains/polkadothub_evm_testnet.png",
|
|
37011
|
+
providers: {
|
|
37012
|
+
Parity: "https://eth-rpc-testnet.polkadot.io/",
|
|
37013
|
+
OpsLayer: "https://services.polkadothub-rpc.com/testnet/",
|
|
37014
|
+
WSS: "wss://asset-hub-paseo-rpc.n.dwellir.com"
|
|
37015
|
+
},
|
|
37016
|
+
evmInfo: {
|
|
37017
|
+
evmChainId: 420420417,
|
|
37018
|
+
blockExplorer: "https://blockscout-testnet.polkadot.io/",
|
|
37019
|
+
existentialDeposit: "0",
|
|
37020
|
+
symbol: "PAS",
|
|
37021
|
+
decimals: 18,
|
|
37022
|
+
supportSmartContract: [
|
|
37023
|
+
"ERC20",
|
|
37024
|
+
"ERC721"
|
|
37025
|
+
],
|
|
37026
|
+
abiExplorer: "https://blockscout-testnet.polkadot.io/"
|
|
37027
|
+
},
|
|
37028
|
+
substrateInfo: null,
|
|
37029
|
+
extraInfo: null,
|
|
37030
|
+
bitcoinInfo: null,
|
|
37031
|
+
tonInfo: null,
|
|
37032
|
+
cardanoInfo: null
|
|
37033
|
+
};
|
|
37034
|
+
var kusamaHub_evm$1 = {
|
|
37035
|
+
slug: "kusamaHub_evm",
|
|
37036
|
+
name: "Kusama Hub EVM",
|
|
37037
|
+
isTestnet: false,
|
|
37038
|
+
chainStatus: "ACTIVE",
|
|
37039
|
+
icon: "/assets/chains/kusamahub_evm.png",
|
|
37040
|
+
providers: {
|
|
37041
|
+
Parity: "https://eth-rpc-kusama.polkadot.io/",
|
|
37042
|
+
WSS: "wss://kusama-asset-hub-rpc.polkadot.io"
|
|
37043
|
+
},
|
|
37044
|
+
evmInfo: {
|
|
37045
|
+
evmChainId: 420420418,
|
|
37046
|
+
blockExplorer: "https://blockscout-kusama.polkadot.io/",
|
|
37047
|
+
existentialDeposit: "0",
|
|
37048
|
+
symbol: "KSM",
|
|
37049
|
+
decimals: 18,
|
|
37050
|
+
supportSmartContract: [
|
|
37051
|
+
"ERC20",
|
|
37052
|
+
"ERC721"
|
|
37053
|
+
],
|
|
37054
|
+
abiExplorer: "https://blockscout-kusama.polkadot.io/"
|
|
37055
|
+
},
|
|
37056
|
+
substrateInfo: null,
|
|
37057
|
+
extraInfo: null,
|
|
37058
|
+
bitcoinInfo: null,
|
|
37059
|
+
tonInfo: null,
|
|
37060
|
+
cardanoInfo: null
|
|
37061
|
+
};
|
|
36931
37062
|
const _ChainInfoMap = {
|
|
36932
37063
|
polkadot: polkadot$1,
|
|
36933
37064
|
kusama: kusama$1,
|
|
@@ -37366,7 +37497,10 @@
|
|
|
37366
37497
|
monad: monad$1,
|
|
37367
37498
|
stable: stable$1,
|
|
37368
37499
|
mosaic: mosaic$1,
|
|
37369
|
-
bifrost_network: bifrost_network$1
|
|
37500
|
+
bifrost_network: bifrost_network$1,
|
|
37501
|
+
polkadotHub_evm: polkadotHub_evm$1,
|
|
37502
|
+
polkadotHub_evm_testnet: polkadotHub_evm_testnet$1,
|
|
37503
|
+
kusamaHub_evm: kusamaHub_evm$1
|
|
37370
37504
|
};
|
|
37371
37505
|
|
|
37372
37506
|
var polkadot = "/assets/chains/polkadot.png";
|
|
@@ -37745,6 +37879,9 @@
|
|
|
37745
37879
|
var stable = "/assets/chains/stable.png";
|
|
37746
37880
|
var mosaic = "/assets/chains/mosaic.png";
|
|
37747
37881
|
var bifrost_network = "/assets/chains/bifrost_network.png";
|
|
37882
|
+
var polkadotHub_evm = "/assets/chains/polkadothub_evm.png";
|
|
37883
|
+
var polkadotHub_evm_testnet = "/assets/chains/polkadothub_evm_testnet.png";
|
|
37884
|
+
var kusamaHub_evm = "/assets/chains/kusamahub_evm.png";
|
|
37748
37885
|
const _ChainLogoMap = {
|
|
37749
37886
|
"default": "/assets/default.png",
|
|
37750
37887
|
polkadot: polkadot,
|
|
@@ -38126,7 +38263,10 @@
|
|
|
38126
38263
|
mosaic: mosaic,
|
|
38127
38264
|
bifrost_network: bifrost_network,
|
|
38128
38265
|
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
38129
|
-
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
|
|
38266
|
+
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
38267
|
+
polkadotHub_evm: polkadotHub_evm,
|
|
38268
|
+
polkadotHub_evm_testnet: polkadotHub_evm_testnet,
|
|
38269
|
+
kusamaHub_evm: kusamaHub_evm
|
|
38130
38270
|
};
|
|
38131
38271
|
|
|
38132
38272
|
const _MultiChainAssetMap = {
|