@subwallet/chain-list 0.2.84-beta.2 → 0.2.84-beta.3
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 +45 -1
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +14 -0
- package/cjs/data/ChainInfo.json +26 -0
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +14 -0
- package/data/ChainInfo.json +26 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -728,6 +728,7 @@
|
|
|
728
728
|
"polygonzkevm-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-native-eth.png",
|
|
729
729
|
"immutablezkevm-native-imx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png",
|
|
730
730
|
"storypublic_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png",
|
|
731
|
+
"soneiumminato-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png",
|
|
731
732
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
732
733
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
733
734
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14748,6 +14749,20 @@
|
|
|
14748
14749
|
multiChainAsset: null,
|
|
14749
14750
|
hasValue: false,
|
|
14750
14751
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png"
|
|
14752
|
+
},
|
|
14753
|
+
"soneiumMinato-NATIVE-ETH": {
|
|
14754
|
+
originChain: "soneiumMinato",
|
|
14755
|
+
slug: "soneiumMinato-NATIVE-ETH",
|
|
14756
|
+
name: "Etherum",
|
|
14757
|
+
symbol: "ETH",
|
|
14758
|
+
decimals: 18,
|
|
14759
|
+
priceId: "ethereum",
|
|
14760
|
+
minAmount: "0",
|
|
14761
|
+
assetType: "NATIVE",
|
|
14762
|
+
metadata: null,
|
|
14763
|
+
multiChainAsset: "ETH-Ethereum",
|
|
14764
|
+
hasValue: false,
|
|
14765
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png"
|
|
14751
14766
|
}
|
|
14752
14767
|
};
|
|
14753
14768
|
|
|
@@ -24678,6 +24693,32 @@
|
|
|
24678
24693
|
bitcoinInfo: null,
|
|
24679
24694
|
tonInfo: null
|
|
24680
24695
|
};
|
|
24696
|
+
var soneiumMinato$1 = {
|
|
24697
|
+
slug: "soneiumMinato",
|
|
24698
|
+
name: "Soneium Minato",
|
|
24699
|
+
isTestnet: true,
|
|
24700
|
+
chainStatus: "ACTIVE",
|
|
24701
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png",
|
|
24702
|
+
providers: {
|
|
24703
|
+
Soneium: "https://rpc.minato.soneium.org/"
|
|
24704
|
+
},
|
|
24705
|
+
evmInfo: {
|
|
24706
|
+
evmChainId: 1946,
|
|
24707
|
+
blockExplorer: "https://explorer-testnet.soneium.org/",
|
|
24708
|
+
existentialDeposit: "0",
|
|
24709
|
+
symbol: "ETH",
|
|
24710
|
+
decimals: 18,
|
|
24711
|
+
supportSmartContract: [
|
|
24712
|
+
"ERC20",
|
|
24713
|
+
"ERC721"
|
|
24714
|
+
],
|
|
24715
|
+
abiExplorer: null
|
|
24716
|
+
},
|
|
24717
|
+
substrateInfo: null,
|
|
24718
|
+
extraInfo: null,
|
|
24719
|
+
bitcoinInfo: null,
|
|
24720
|
+
tonInfo: null
|
|
24721
|
+
};
|
|
24681
24722
|
const _ChainInfoMap = {
|
|
24682
24723
|
polkadot: polkadot$1,
|
|
24683
24724
|
kusama: kusama$1,
|
|
@@ -25015,7 +25056,8 @@
|
|
|
25015
25056
|
},
|
|
25016
25057
|
polygonZkEvm: polygonZkEvm$1,
|
|
25017
25058
|
immutableZkEvm: immutableZkEvm$1,
|
|
25018
|
-
storyPublic_testnet: storyPublic_testnet$1
|
|
25059
|
+
storyPublic_testnet: storyPublic_testnet$1,
|
|
25060
|
+
soneiumMinato: soneiumMinato$1
|
|
25019
25061
|
};
|
|
25020
25062
|
|
|
25021
25063
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -25296,6 +25338,7 @@
|
|
|
25296
25338
|
var polygonZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm.png";
|
|
25297
25339
|
var immutableZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/immutablezkevm.png";
|
|
25298
25340
|
var storyPublic_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png";
|
|
25341
|
+
var soneiumMinato = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png";
|
|
25299
25342
|
const _ChainLogoMap = {
|
|
25300
25343
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
25301
25344
|
polkadot: polkadot,
|
|
@@ -25578,6 +25621,7 @@
|
|
|
25578
25621
|
polygonZkEvm: polygonZkEvm,
|
|
25579
25622
|
immutableZkEvm: immutableZkEvm,
|
|
25580
25623
|
storyPublic_testnet: storyPublic_testnet,
|
|
25624
|
+
soneiumMinato: soneiumMinato,
|
|
25581
25625
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
25582
25626
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
25583
25627
|
};
|
|
@@ -720,6 +720,7 @@
|
|
|
720
720
|
"polygonzkevm-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-native-eth.png",
|
|
721
721
|
"immutablezkevm-native-imx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png",
|
|
722
722
|
"storypublic_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png",
|
|
723
|
+
"soneiumminato-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png",
|
|
723
724
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
724
725
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
725
726
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12063,5 +12063,19 @@
|
|
|
12063
12063
|
"multiChainAsset": null,
|
|
12064
12064
|
"hasValue": false,
|
|
12065
12065
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png"
|
|
12066
|
+
},
|
|
12067
|
+
"soneiumMinato-NATIVE-ETH": {
|
|
12068
|
+
"originChain": "soneiumMinato",
|
|
12069
|
+
"slug": "soneiumMinato-NATIVE-ETH",
|
|
12070
|
+
"name": "Etherum",
|
|
12071
|
+
"symbol": "ETH",
|
|
12072
|
+
"decimals": 18,
|
|
12073
|
+
"priceId": "ethereum",
|
|
12074
|
+
"minAmount": "0",
|
|
12075
|
+
"assetType": "NATIVE",
|
|
12076
|
+
"metadata": null,
|
|
12077
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12078
|
+
"hasValue": false,
|
|
12079
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png"
|
|
12066
12080
|
}
|
|
12067
12081
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9805,5 +9805,31 @@
|
|
|
9805
9805
|
"extraInfo": null,
|
|
9806
9806
|
"bitcoinInfo": null,
|
|
9807
9807
|
"tonInfo": null
|
|
9808
|
+
},
|
|
9809
|
+
"soneiumMinato": {
|
|
9810
|
+
"slug": "soneiumMinato",
|
|
9811
|
+
"name": "Soneium Minato",
|
|
9812
|
+
"isTestnet": true,
|
|
9813
|
+
"chainStatus": "ACTIVE",
|
|
9814
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png",
|
|
9815
|
+
"providers": {
|
|
9816
|
+
"Soneium": "https://rpc.minato.soneium.org/"
|
|
9817
|
+
},
|
|
9818
|
+
"evmInfo": {
|
|
9819
|
+
"evmChainId": 1946,
|
|
9820
|
+
"blockExplorer": "https://explorer-testnet.soneium.org/",
|
|
9821
|
+
"existentialDeposit": "0",
|
|
9822
|
+
"symbol": "ETH",
|
|
9823
|
+
"decimals": 18,
|
|
9824
|
+
"supportSmartContract": [
|
|
9825
|
+
"ERC20",
|
|
9826
|
+
"ERC721"
|
|
9827
|
+
],
|
|
9828
|
+
"abiExplorer": null
|
|
9829
|
+
},
|
|
9830
|
+
"substrateInfo": null,
|
|
9831
|
+
"extraInfo": null,
|
|
9832
|
+
"bitcoinInfo": null,
|
|
9833
|
+
"tonInfo": null
|
|
9808
9834
|
}
|
|
9809
9835
|
}
|
|
@@ -280,6 +280,7 @@
|
|
|
280
280
|
"polygonZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm.png",
|
|
281
281
|
"immutableZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/immutablezkevm.png",
|
|
282
282
|
"storyPublic_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
283
|
+
"soneiumMinato": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png",
|
|
283
284
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
284
285
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
285
286
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -720,6 +720,7 @@
|
|
|
720
720
|
"polygonzkevm-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-native-eth.png",
|
|
721
721
|
"immutablezkevm-native-imx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png",
|
|
722
722
|
"storypublic_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png",
|
|
723
|
+
"soneiumminato-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png",
|
|
723
724
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
724
725
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
725
726
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12063,5 +12063,19 @@
|
|
|
12063
12063
|
"multiChainAsset": null,
|
|
12064
12064
|
"hasValue": false,
|
|
12065
12065
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png"
|
|
12066
|
+
},
|
|
12067
|
+
"soneiumMinato-NATIVE-ETH": {
|
|
12068
|
+
"originChain": "soneiumMinato",
|
|
12069
|
+
"slug": "soneiumMinato-NATIVE-ETH",
|
|
12070
|
+
"name": "Etherum",
|
|
12071
|
+
"symbol": "ETH",
|
|
12072
|
+
"decimals": 18,
|
|
12073
|
+
"priceId": "ethereum",
|
|
12074
|
+
"minAmount": "0",
|
|
12075
|
+
"assetType": "NATIVE",
|
|
12076
|
+
"metadata": null,
|
|
12077
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12078
|
+
"hasValue": false,
|
|
12079
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png"
|
|
12066
12080
|
}
|
|
12067
12081
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9805,5 +9805,31 @@
|
|
|
9805
9805
|
"extraInfo": null,
|
|
9806
9806
|
"bitcoinInfo": null,
|
|
9807
9807
|
"tonInfo": null
|
|
9808
|
+
},
|
|
9809
|
+
"soneiumMinato": {
|
|
9810
|
+
"slug": "soneiumMinato",
|
|
9811
|
+
"name": "Soneium Minato",
|
|
9812
|
+
"isTestnet": true,
|
|
9813
|
+
"chainStatus": "ACTIVE",
|
|
9814
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png",
|
|
9815
|
+
"providers": {
|
|
9816
|
+
"Soneium": "https://rpc.minato.soneium.org/"
|
|
9817
|
+
},
|
|
9818
|
+
"evmInfo": {
|
|
9819
|
+
"evmChainId": 1946,
|
|
9820
|
+
"blockExplorer": "https://explorer-testnet.soneium.org/",
|
|
9821
|
+
"existentialDeposit": "0",
|
|
9822
|
+
"symbol": "ETH",
|
|
9823
|
+
"decimals": 18,
|
|
9824
|
+
"supportSmartContract": [
|
|
9825
|
+
"ERC20",
|
|
9826
|
+
"ERC721"
|
|
9827
|
+
],
|
|
9828
|
+
"abiExplorer": null
|
|
9829
|
+
},
|
|
9830
|
+
"substrateInfo": null,
|
|
9831
|
+
"extraInfo": null,
|
|
9832
|
+
"bitcoinInfo": null,
|
|
9833
|
+
"tonInfo": null
|
|
9808
9834
|
}
|
|
9809
9835
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -280,6 +280,7 @@
|
|
|
280
280
|
"polygonZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm.png",
|
|
281
281
|
"immutableZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/immutablezkevm.png",
|
|
282
282
|
"storyPublic_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
283
|
+
"soneiumMinato": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneiumminato.png",
|
|
283
284
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
284
285
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
285
286
|
}
|
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.84-beta.
|
|
10
|
+
version: '0.2.84-beta.3'
|
|
11
11
|
};
|