@subwallet/chain-list 0.2.75-beta.0 → 0.2.75-beta.1
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 +148 -2
- package/cjs/data/AssetLogoMap.json +5 -1
- package/cjs/data/ChainAsset.json +58 -0
- package/cjs/data/ChainInfo.json +75 -0
- package/cjs/data/ChainLogoMap.json +3 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +5 -1
- package/data/ChainAsset.json +58 -0
- package/data/ChainInfo.json +75 -0
- package/data/ChainLogoMap.json +3 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"bifrost_dot-local-vglmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vglmr.png",
|
|
66
66
|
"bifrost_testnet-native-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_testnet-native-bnc.png",
|
|
67
67
|
"calamari-native-kma": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-native-kma.png",
|
|
68
|
-
"calamari-local-zkkma": "https://
|
|
68
|
+
"calamari-local-zkkma": "https://media-resources.subwallet.app//3/calamarinetwork_18f99dc098.png",
|
|
69
69
|
"calamari-local-bnb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-bnb.png",
|
|
70
70
|
"calamari-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-wbtc.png",
|
|
71
71
|
"calamari-local-busd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-busd.png",
|
|
@@ -698,6 +698,10 @@
|
|
|
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
699
|
"aura-native-aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png",
|
|
700
700
|
"unique_evm-native-unq": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png",
|
|
701
|
+
"core-native-core": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/core-native-core.png",
|
|
702
|
+
"satoshivm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png",
|
|
703
|
+
"satoshivm_testnet-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png",
|
|
704
|
+
"satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png",
|
|
701
705
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
702
706
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
703
707
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14229,6 +14233,64 @@
|
|
|
14229
14233
|
multiChainAsset: "UNQ-UniqueNetwork",
|
|
14230
14234
|
hasValue: true,
|
|
14231
14235
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png"
|
|
14236
|
+
},
|
|
14237
|
+
"core-NATIVE-CORE": {
|
|
14238
|
+
originChain: "core",
|
|
14239
|
+
slug: "core-NATIVE-CORE",
|
|
14240
|
+
name: "Core",
|
|
14241
|
+
symbol: "CORE",
|
|
14242
|
+
decimals: 18,
|
|
14243
|
+
priceId: "coredaoorg",
|
|
14244
|
+
minAmount: "0",
|
|
14245
|
+
assetType: "NATIVE",
|
|
14246
|
+
metadata: null,
|
|
14247
|
+
multiChainAsset: null,
|
|
14248
|
+
hasValue: true,
|
|
14249
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/core-native-core.png"
|
|
14250
|
+
},
|
|
14251
|
+
"satoshivm-NATIVE-BTC": {
|
|
14252
|
+
originChain: "satoshivm",
|
|
14253
|
+
slug: "satoshivm-NATIVE-BTC",
|
|
14254
|
+
name: "Bitcoin",
|
|
14255
|
+
symbol: "BTC",
|
|
14256
|
+
decimals: 18,
|
|
14257
|
+
priceId: "bitcoin",
|
|
14258
|
+
minAmount: "0",
|
|
14259
|
+
assetType: "NATIVE",
|
|
14260
|
+
metadata: null,
|
|
14261
|
+
multiChainAsset: "BTC-Bitcoin",
|
|
14262
|
+
hasValue: true,
|
|
14263
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png"
|
|
14264
|
+
},
|
|
14265
|
+
"satoshivm_testnet-NATIVE-BTC": {
|
|
14266
|
+
originChain: "satoshivm_testnet",
|
|
14267
|
+
slug: "satoshivm_testnet-NATIVE-BTC",
|
|
14268
|
+
name: "Bitcoin Testnet",
|
|
14269
|
+
symbol: "BTC",
|
|
14270
|
+
decimals: 18,
|
|
14271
|
+
priceId: null,
|
|
14272
|
+
minAmount: "0",
|
|
14273
|
+
assetType: "NATIVE",
|
|
14274
|
+
metadata: null,
|
|
14275
|
+
multiChainAsset: "BTC-BitcoinTestnet",
|
|
14276
|
+
hasValue: false,
|
|
14277
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png"
|
|
14278
|
+
},
|
|
14279
|
+
"satoshivm-ERC20-SAVM-0x0E02765992f946397E6d2e65642eABb9cc674928": {
|
|
14280
|
+
originChain: "satoshivm",
|
|
14281
|
+
slug: "satoshivm-ERC20-SAVM-0x0E02765992f946397E6d2e65642eABb9cc674928",
|
|
14282
|
+
name: "SatoshiVM",
|
|
14283
|
+
symbol: "SAVM",
|
|
14284
|
+
decimals: 18,
|
|
14285
|
+
priceId: "satoshivm",
|
|
14286
|
+
minAmount: "0",
|
|
14287
|
+
assetType: "ERC20",
|
|
14288
|
+
metadata: {
|
|
14289
|
+
contractAddress: "0x0E02765992f946397E6d2e65642eABb9cc674928"
|
|
14290
|
+
},
|
|
14291
|
+
multiChainAsset: null,
|
|
14292
|
+
hasValue: true,
|
|
14293
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png"
|
|
14232
14294
|
}
|
|
14233
14295
|
};
|
|
14234
14296
|
|
|
@@ -23518,6 +23580,81 @@
|
|
|
23518
23580
|
extraInfo: null,
|
|
23519
23581
|
bitcoinInfo: null
|
|
23520
23582
|
};
|
|
23583
|
+
var core$1 = {
|
|
23584
|
+
slug: "core",
|
|
23585
|
+
name: "Core Blockchain Mainnet",
|
|
23586
|
+
isTestnet: false,
|
|
23587
|
+
chainStatus: "ACTIVE",
|
|
23588
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
23589
|
+
providers: {
|
|
23590
|
+
"Core Dao": "https://rpc.coredao.org/"
|
|
23591
|
+
},
|
|
23592
|
+
evmInfo: {
|
|
23593
|
+
evmChainId: 1116,
|
|
23594
|
+
blockExplorer: "https://scan.coredao.org",
|
|
23595
|
+
existentialDeposit: "0",
|
|
23596
|
+
symbol: "CORE",
|
|
23597
|
+
decimals: 18,
|
|
23598
|
+
supportSmartContract: [
|
|
23599
|
+
"ERC20",
|
|
23600
|
+
"ERC721"
|
|
23601
|
+
],
|
|
23602
|
+
abiExplorer: null
|
|
23603
|
+
},
|
|
23604
|
+
substrateInfo: null,
|
|
23605
|
+
extraInfo: null,
|
|
23606
|
+
bitcoinInfo: null
|
|
23607
|
+
};
|
|
23608
|
+
var satoshivm$1 = {
|
|
23609
|
+
slug: "satoshivm",
|
|
23610
|
+
name: "SatoshiVM Alpha Mainnet",
|
|
23611
|
+
isTestnet: false,
|
|
23612
|
+
chainStatus: "ACTIVE",
|
|
23613
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
23614
|
+
providers: {
|
|
23615
|
+
"Alpha Rpc Node": "https://alpha-rpc-node-http.svmscan.io/"
|
|
23616
|
+
},
|
|
23617
|
+
evmInfo: {
|
|
23618
|
+
evmChainId: 3109,
|
|
23619
|
+
blockExplorer: "https://svmscan.io/",
|
|
23620
|
+
existentialDeposit: "0",
|
|
23621
|
+
symbol: "BTC",
|
|
23622
|
+
decimals: 18,
|
|
23623
|
+
supportSmartContract: [
|
|
23624
|
+
"ERC20",
|
|
23625
|
+
"ERC721"
|
|
23626
|
+
],
|
|
23627
|
+
abiExplorer: null
|
|
23628
|
+
},
|
|
23629
|
+
substrateInfo: null,
|
|
23630
|
+
extraInfo: null,
|
|
23631
|
+
bitcoinInfo: null
|
|
23632
|
+
};
|
|
23633
|
+
var satoshivm_testnet$1 = {
|
|
23634
|
+
slug: "satoshivm_testnet",
|
|
23635
|
+
name: "SatoshiVM Testnet",
|
|
23636
|
+
isTestnet: true,
|
|
23637
|
+
chainStatus: "ACTIVE",
|
|
23638
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
23639
|
+
providers: {
|
|
23640
|
+
"Test Rpc Node": "https://test-rpc-node-http.svmscan.io/"
|
|
23641
|
+
},
|
|
23642
|
+
evmInfo: {
|
|
23643
|
+
evmChainId: 3110,
|
|
23644
|
+
blockExplorer: "https://testnet.svmscan.io/",
|
|
23645
|
+
existentialDeposit: "0",
|
|
23646
|
+
symbol: "BTC",
|
|
23647
|
+
decimals: 18,
|
|
23648
|
+
supportSmartContract: [
|
|
23649
|
+
"ERC20",
|
|
23650
|
+
"ERC721"
|
|
23651
|
+
],
|
|
23652
|
+
abiExplorer: null
|
|
23653
|
+
},
|
|
23654
|
+
substrateInfo: null,
|
|
23655
|
+
extraInfo: null,
|
|
23656
|
+
bitcoinInfo: null
|
|
23657
|
+
};
|
|
23521
23658
|
const _ChainInfoMap = {
|
|
23522
23659
|
polkadot: polkadot$1,
|
|
23523
23660
|
kusama: kusama$1,
|
|
@@ -23814,7 +23951,10 @@
|
|
|
23814
23951
|
rollux_testnet: rollux_testnet$1,
|
|
23815
23952
|
syscoin_evm_testnet: syscoin_evm_testnet$1,
|
|
23816
23953
|
aura: aura$1,
|
|
23817
|
-
unique_evm: unique_evm$1
|
|
23954
|
+
unique_evm: unique_evm$1,
|
|
23955
|
+
core: core$1,
|
|
23956
|
+
satoshivm: satoshivm$1,
|
|
23957
|
+
satoshivm_testnet: satoshivm_testnet$1
|
|
23818
23958
|
};
|
|
23819
23959
|
|
|
23820
23960
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -24081,6 +24221,9 @@
|
|
|
24081
24221
|
var syscoin_evm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png";
|
|
24082
24222
|
var aura = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png";
|
|
24083
24223
|
var unique_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png";
|
|
24224
|
+
var core = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png";
|
|
24225
|
+
var satoshivm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png";
|
|
24226
|
+
var satoshivm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png";
|
|
24084
24227
|
const _ChainLogoMap = {
|
|
24085
24228
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
24086
24229
|
polkadot: polkadot,
|
|
@@ -24348,6 +24491,9 @@
|
|
|
24348
24491
|
syscoin_evm_testnet: syscoin_evm_testnet,
|
|
24349
24492
|
aura: aura,
|
|
24350
24493
|
unique_evm: unique_evm,
|
|
24494
|
+
core: core,
|
|
24495
|
+
satoshivm: satoshivm,
|
|
24496
|
+
satoshivm_testnet: satoshivm_testnet,
|
|
24351
24497
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
24352
24498
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
24353
24499
|
};
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"bifrost_dot-local-vglmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vglmr.png",
|
|
58
58
|
"bifrost_testnet-native-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_testnet-native-bnc.png",
|
|
59
59
|
"calamari-native-kma": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-native-kma.png",
|
|
60
|
-
"calamari-local-zkkma": "https://
|
|
60
|
+
"calamari-local-zkkma": "https://media-resources.subwallet.app//3/calamarinetwork_18f99dc098.png",
|
|
61
61
|
"calamari-local-bnb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-bnb.png",
|
|
62
62
|
"calamari-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-wbtc.png",
|
|
63
63
|
"calamari-local-busd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-busd.png",
|
|
@@ -690,6 +690,10 @@
|
|
|
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
691
|
"aura-native-aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png",
|
|
692
692
|
"unique_evm-native-unq": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png",
|
|
693
|
+
"core-native-core": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/core-native-core.png",
|
|
694
|
+
"satoshivm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png",
|
|
695
|
+
"satoshivm_testnet-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png",
|
|
696
|
+
"satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png",
|
|
693
697
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
694
698
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
695
699
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11594,5 +11594,63 @@
|
|
|
11594
11594
|
"multiChainAsset": "UNQ-UniqueNetwork",
|
|
11595
11595
|
"hasValue": true,
|
|
11596
11596
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png"
|
|
11597
|
+
},
|
|
11598
|
+
"core-NATIVE-CORE": {
|
|
11599
|
+
"originChain": "core",
|
|
11600
|
+
"slug": "core-NATIVE-CORE",
|
|
11601
|
+
"name": "Core",
|
|
11602
|
+
"symbol": "CORE",
|
|
11603
|
+
"decimals": 18,
|
|
11604
|
+
"priceId": "coredaoorg",
|
|
11605
|
+
"minAmount": "0",
|
|
11606
|
+
"assetType": "NATIVE",
|
|
11607
|
+
"metadata": null,
|
|
11608
|
+
"multiChainAsset": null,
|
|
11609
|
+
"hasValue": true,
|
|
11610
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/core-native-core.png"
|
|
11611
|
+
},
|
|
11612
|
+
"satoshivm-NATIVE-BTC": {
|
|
11613
|
+
"originChain": "satoshivm",
|
|
11614
|
+
"slug": "satoshivm-NATIVE-BTC",
|
|
11615
|
+
"name": "Bitcoin",
|
|
11616
|
+
"symbol": "BTC",
|
|
11617
|
+
"decimals": 18,
|
|
11618
|
+
"priceId": "bitcoin",
|
|
11619
|
+
"minAmount": "0",
|
|
11620
|
+
"assetType": "NATIVE",
|
|
11621
|
+
"metadata": null,
|
|
11622
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
11623
|
+
"hasValue": true,
|
|
11624
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png"
|
|
11625
|
+
},
|
|
11626
|
+
"satoshivm_testnet-NATIVE-BTC": {
|
|
11627
|
+
"originChain": "satoshivm_testnet",
|
|
11628
|
+
"slug": "satoshivm_testnet-NATIVE-BTC",
|
|
11629
|
+
"name": "Bitcoin Testnet",
|
|
11630
|
+
"symbol": "BTC",
|
|
11631
|
+
"decimals": 18,
|
|
11632
|
+
"priceId": null,
|
|
11633
|
+
"minAmount": "0",
|
|
11634
|
+
"assetType": "NATIVE",
|
|
11635
|
+
"metadata": null,
|
|
11636
|
+
"multiChainAsset": "BTC-BitcoinTestnet",
|
|
11637
|
+
"hasValue": false,
|
|
11638
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png"
|
|
11639
|
+
},
|
|
11640
|
+
"satoshivm-ERC20-SAVM-0x0E02765992f946397E6d2e65642eABb9cc674928": {
|
|
11641
|
+
"originChain": "satoshivm",
|
|
11642
|
+
"slug": "satoshivm-ERC20-SAVM-0x0E02765992f946397E6d2e65642eABb9cc674928",
|
|
11643
|
+
"name": "SatoshiVM",
|
|
11644
|
+
"symbol": "SAVM",
|
|
11645
|
+
"decimals": 18,
|
|
11646
|
+
"priceId": "satoshivm",
|
|
11647
|
+
"minAmount": "0",
|
|
11648
|
+
"assetType": "ERC20",
|
|
11649
|
+
"metadata": {
|
|
11650
|
+
"contractAddress": "0x0E02765992f946397E6d2e65642eABb9cc674928"
|
|
11651
|
+
},
|
|
11652
|
+
"multiChainAsset": null,
|
|
11653
|
+
"hasValue": true,
|
|
11654
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png"
|
|
11597
11655
|
}
|
|
11598
11656
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9137,5 +9137,80 @@
|
|
|
9137
9137
|
"substrateInfo": null,
|
|
9138
9138
|
"extraInfo": null,
|
|
9139
9139
|
"bitcoinInfo": null
|
|
9140
|
+
},
|
|
9141
|
+
"core": {
|
|
9142
|
+
"slug": "core",
|
|
9143
|
+
"name": "Core Blockchain Mainnet",
|
|
9144
|
+
"isTestnet": false,
|
|
9145
|
+
"chainStatus": "ACTIVE",
|
|
9146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
9147
|
+
"providers": {
|
|
9148
|
+
"Core Dao": "https://rpc.coredao.org/"
|
|
9149
|
+
},
|
|
9150
|
+
"evmInfo": {
|
|
9151
|
+
"evmChainId": 1116,
|
|
9152
|
+
"blockExplorer": "https://scan.coredao.org",
|
|
9153
|
+
"existentialDeposit": "0",
|
|
9154
|
+
"symbol": "CORE",
|
|
9155
|
+
"decimals": 18,
|
|
9156
|
+
"supportSmartContract": [
|
|
9157
|
+
"ERC20",
|
|
9158
|
+
"ERC721"
|
|
9159
|
+
],
|
|
9160
|
+
"abiExplorer": null
|
|
9161
|
+
},
|
|
9162
|
+
"substrateInfo": null,
|
|
9163
|
+
"extraInfo": null,
|
|
9164
|
+
"bitcoinInfo": null
|
|
9165
|
+
},
|
|
9166
|
+
"satoshivm": {
|
|
9167
|
+
"slug": "satoshivm",
|
|
9168
|
+
"name": "SatoshiVM Alpha Mainnet",
|
|
9169
|
+
"isTestnet": false,
|
|
9170
|
+
"chainStatus": "ACTIVE",
|
|
9171
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
9172
|
+
"providers": {
|
|
9173
|
+
"Alpha Rpc Node": "https://alpha-rpc-node-http.svmscan.io/"
|
|
9174
|
+
},
|
|
9175
|
+
"evmInfo": {
|
|
9176
|
+
"evmChainId": 3109,
|
|
9177
|
+
"blockExplorer": "https://svmscan.io/",
|
|
9178
|
+
"existentialDeposit": "0",
|
|
9179
|
+
"symbol": "BTC",
|
|
9180
|
+
"decimals": 18,
|
|
9181
|
+
"supportSmartContract": [
|
|
9182
|
+
"ERC20",
|
|
9183
|
+
"ERC721"
|
|
9184
|
+
],
|
|
9185
|
+
"abiExplorer": null
|
|
9186
|
+
},
|
|
9187
|
+
"substrateInfo": null,
|
|
9188
|
+
"extraInfo": null,
|
|
9189
|
+
"bitcoinInfo": null
|
|
9190
|
+
},
|
|
9191
|
+
"satoshivm_testnet": {
|
|
9192
|
+
"slug": "satoshivm_testnet",
|
|
9193
|
+
"name": "SatoshiVM Testnet",
|
|
9194
|
+
"isTestnet": true,
|
|
9195
|
+
"chainStatus": "ACTIVE",
|
|
9196
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
9197
|
+
"providers": {
|
|
9198
|
+
"Test Rpc Node": "https://test-rpc-node-http.svmscan.io/"
|
|
9199
|
+
},
|
|
9200
|
+
"evmInfo": {
|
|
9201
|
+
"evmChainId": 3110,
|
|
9202
|
+
"blockExplorer": "https://testnet.svmscan.io/",
|
|
9203
|
+
"existentialDeposit": "0",
|
|
9204
|
+
"symbol": "BTC",
|
|
9205
|
+
"decimals": 18,
|
|
9206
|
+
"supportSmartContract": [
|
|
9207
|
+
"ERC20",
|
|
9208
|
+
"ERC721"
|
|
9209
|
+
],
|
|
9210
|
+
"abiExplorer": null
|
|
9211
|
+
},
|
|
9212
|
+
"substrateInfo": null,
|
|
9213
|
+
"extraInfo": null,
|
|
9214
|
+
"bitcoinInfo": null
|
|
9140
9215
|
}
|
|
9141
9216
|
}
|
|
@@ -265,6 +265,9 @@
|
|
|
265
265
|
"syscoin_evm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png",
|
|
266
266
|
"aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
267
267
|
"unique_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
268
|
+
"core": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
269
|
+
"satoshivm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
270
|
+
"satoshivm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
268
271
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
269
272
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
270
273
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"bifrost_dot-local-vglmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vglmr.png",
|
|
58
58
|
"bifrost_testnet-native-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_testnet-native-bnc.png",
|
|
59
59
|
"calamari-native-kma": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-native-kma.png",
|
|
60
|
-
"calamari-local-zkkma": "https://
|
|
60
|
+
"calamari-local-zkkma": "https://media-resources.subwallet.app//3/calamarinetwork_18f99dc098.png",
|
|
61
61
|
"calamari-local-bnb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-bnb.png",
|
|
62
62
|
"calamari-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-wbtc.png",
|
|
63
63
|
"calamari-local-busd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/calamari-local-busd.png",
|
|
@@ -690,6 +690,10 @@
|
|
|
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
691
|
"aura-native-aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aura-native-aura.png",
|
|
692
692
|
"unique_evm-native-unq": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png",
|
|
693
|
+
"core-native-core": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/core-native-core.png",
|
|
694
|
+
"satoshivm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png",
|
|
695
|
+
"satoshivm_testnet-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png",
|
|
696
|
+
"satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png",
|
|
693
697
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
694
698
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
695
699
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -11594,5 +11594,63 @@
|
|
|
11594
11594
|
"multiChainAsset": "UNQ-UniqueNetwork",
|
|
11595
11595
|
"hasValue": true,
|
|
11596
11596
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unique_evm-native-unq.png"
|
|
11597
|
+
},
|
|
11598
|
+
"core-NATIVE-CORE": {
|
|
11599
|
+
"originChain": "core",
|
|
11600
|
+
"slug": "core-NATIVE-CORE",
|
|
11601
|
+
"name": "Core",
|
|
11602
|
+
"symbol": "CORE",
|
|
11603
|
+
"decimals": 18,
|
|
11604
|
+
"priceId": "coredaoorg",
|
|
11605
|
+
"minAmount": "0",
|
|
11606
|
+
"assetType": "NATIVE",
|
|
11607
|
+
"metadata": null,
|
|
11608
|
+
"multiChainAsset": null,
|
|
11609
|
+
"hasValue": true,
|
|
11610
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/core-native-core.png"
|
|
11611
|
+
},
|
|
11612
|
+
"satoshivm-NATIVE-BTC": {
|
|
11613
|
+
"originChain": "satoshivm",
|
|
11614
|
+
"slug": "satoshivm-NATIVE-BTC",
|
|
11615
|
+
"name": "Bitcoin",
|
|
11616
|
+
"symbol": "BTC",
|
|
11617
|
+
"decimals": 18,
|
|
11618
|
+
"priceId": "bitcoin",
|
|
11619
|
+
"minAmount": "0",
|
|
11620
|
+
"assetType": "NATIVE",
|
|
11621
|
+
"metadata": null,
|
|
11622
|
+
"multiChainAsset": "BTC-Bitcoin",
|
|
11623
|
+
"hasValue": true,
|
|
11624
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-native-btc.png"
|
|
11625
|
+
},
|
|
11626
|
+
"satoshivm_testnet-NATIVE-BTC": {
|
|
11627
|
+
"originChain": "satoshivm_testnet",
|
|
11628
|
+
"slug": "satoshivm_testnet-NATIVE-BTC",
|
|
11629
|
+
"name": "Bitcoin Testnet",
|
|
11630
|
+
"symbol": "BTC",
|
|
11631
|
+
"decimals": 18,
|
|
11632
|
+
"priceId": null,
|
|
11633
|
+
"minAmount": "0",
|
|
11634
|
+
"assetType": "NATIVE",
|
|
11635
|
+
"metadata": null,
|
|
11636
|
+
"multiChainAsset": "BTC-BitcoinTestnet",
|
|
11637
|
+
"hasValue": false,
|
|
11638
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm_testnet-native-btc.png"
|
|
11639
|
+
},
|
|
11640
|
+
"satoshivm-ERC20-SAVM-0x0E02765992f946397E6d2e65642eABb9cc674928": {
|
|
11641
|
+
"originChain": "satoshivm",
|
|
11642
|
+
"slug": "satoshivm-ERC20-SAVM-0x0E02765992f946397E6d2e65642eABb9cc674928",
|
|
11643
|
+
"name": "SatoshiVM",
|
|
11644
|
+
"symbol": "SAVM",
|
|
11645
|
+
"decimals": 18,
|
|
11646
|
+
"priceId": "satoshivm",
|
|
11647
|
+
"minAmount": "0",
|
|
11648
|
+
"assetType": "ERC20",
|
|
11649
|
+
"metadata": {
|
|
11650
|
+
"contractAddress": "0x0E02765992f946397E6d2e65642eABb9cc674928"
|
|
11651
|
+
},
|
|
11652
|
+
"multiChainAsset": null,
|
|
11653
|
+
"hasValue": true,
|
|
11654
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/satoshivm-erc20-savm-0x0e02765992f946397e6d2e65642eabb9cc674928.png"
|
|
11597
11655
|
}
|
|
11598
11656
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9137,5 +9137,80 @@
|
|
|
9137
9137
|
"substrateInfo": null,
|
|
9138
9138
|
"extraInfo": null,
|
|
9139
9139
|
"bitcoinInfo": null
|
|
9140
|
+
},
|
|
9141
|
+
"core": {
|
|
9142
|
+
"slug": "core",
|
|
9143
|
+
"name": "Core Blockchain Mainnet",
|
|
9144
|
+
"isTestnet": false,
|
|
9145
|
+
"chainStatus": "ACTIVE",
|
|
9146
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
9147
|
+
"providers": {
|
|
9148
|
+
"Core Dao": "https://rpc.coredao.org/"
|
|
9149
|
+
},
|
|
9150
|
+
"evmInfo": {
|
|
9151
|
+
"evmChainId": 1116,
|
|
9152
|
+
"blockExplorer": "https://scan.coredao.org",
|
|
9153
|
+
"existentialDeposit": "0",
|
|
9154
|
+
"symbol": "CORE",
|
|
9155
|
+
"decimals": 18,
|
|
9156
|
+
"supportSmartContract": [
|
|
9157
|
+
"ERC20",
|
|
9158
|
+
"ERC721"
|
|
9159
|
+
],
|
|
9160
|
+
"abiExplorer": null
|
|
9161
|
+
},
|
|
9162
|
+
"substrateInfo": null,
|
|
9163
|
+
"extraInfo": null,
|
|
9164
|
+
"bitcoinInfo": null
|
|
9165
|
+
},
|
|
9166
|
+
"satoshivm": {
|
|
9167
|
+
"slug": "satoshivm",
|
|
9168
|
+
"name": "SatoshiVM Alpha Mainnet",
|
|
9169
|
+
"isTestnet": false,
|
|
9170
|
+
"chainStatus": "ACTIVE",
|
|
9171
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
9172
|
+
"providers": {
|
|
9173
|
+
"Alpha Rpc Node": "https://alpha-rpc-node-http.svmscan.io/"
|
|
9174
|
+
},
|
|
9175
|
+
"evmInfo": {
|
|
9176
|
+
"evmChainId": 3109,
|
|
9177
|
+
"blockExplorer": "https://svmscan.io/",
|
|
9178
|
+
"existentialDeposit": "0",
|
|
9179
|
+
"symbol": "BTC",
|
|
9180
|
+
"decimals": 18,
|
|
9181
|
+
"supportSmartContract": [
|
|
9182
|
+
"ERC20",
|
|
9183
|
+
"ERC721"
|
|
9184
|
+
],
|
|
9185
|
+
"abiExplorer": null
|
|
9186
|
+
},
|
|
9187
|
+
"substrateInfo": null,
|
|
9188
|
+
"extraInfo": null,
|
|
9189
|
+
"bitcoinInfo": null
|
|
9190
|
+
},
|
|
9191
|
+
"satoshivm_testnet": {
|
|
9192
|
+
"slug": "satoshivm_testnet",
|
|
9193
|
+
"name": "SatoshiVM Testnet",
|
|
9194
|
+
"isTestnet": true,
|
|
9195
|
+
"chainStatus": "ACTIVE",
|
|
9196
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
9197
|
+
"providers": {
|
|
9198
|
+
"Test Rpc Node": "https://test-rpc-node-http.svmscan.io/"
|
|
9199
|
+
},
|
|
9200
|
+
"evmInfo": {
|
|
9201
|
+
"evmChainId": 3110,
|
|
9202
|
+
"blockExplorer": "https://testnet.svmscan.io/",
|
|
9203
|
+
"existentialDeposit": "0",
|
|
9204
|
+
"symbol": "BTC",
|
|
9205
|
+
"decimals": 18,
|
|
9206
|
+
"supportSmartContract": [
|
|
9207
|
+
"ERC20",
|
|
9208
|
+
"ERC721"
|
|
9209
|
+
],
|
|
9210
|
+
"abiExplorer": null
|
|
9211
|
+
},
|
|
9212
|
+
"substrateInfo": null,
|
|
9213
|
+
"extraInfo": null,
|
|
9214
|
+
"bitcoinInfo": null
|
|
9140
9215
|
}
|
|
9141
9216
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -265,6 +265,9 @@
|
|
|
265
265
|
"syscoin_evm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/syscoin_evm_testnet.png",
|
|
266
266
|
"aura": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aura.png",
|
|
267
267
|
"unique_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unique_evm.png",
|
|
268
|
+
"core": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/core.png",
|
|
269
|
+
"satoshivm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm.png",
|
|
270
|
+
"satoshivm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
268
271
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
269
272
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
270
273
|
}
|
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.75-beta.
|
|
10
|
+
version: '0.2.75-beta.1'
|
|
11
11
|
};
|