@subwallet/chain-list 0.2.84-beta.1 → 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 +89 -1
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +28 -0
- package/cjs/data/ChainInfo.json +52 -0
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +28 -0
- package/data/ChainInfo.json +52 -0
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -727,6 +727,8 @@
|
|
|
727
727
|
"5irechain_mainnet-native-5ire": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png",
|
|
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
|
+
"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",
|
|
730
732
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
731
733
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
732
734
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14733,6 +14735,34 @@
|
|
|
14733
14735
|
multiChainAsset: null,
|
|
14734
14736
|
hasValue: true,
|
|
14735
14737
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png"
|
|
14738
|
+
},
|
|
14739
|
+
"storyPublic_testnet-NATIVE-IP": {
|
|
14740
|
+
originChain: "storyPublic_testnet",
|
|
14741
|
+
slug: "storyPublic_testnet-NATIVE-IP",
|
|
14742
|
+
name: "Story",
|
|
14743
|
+
symbol: "IP",
|
|
14744
|
+
decimals: 18,
|
|
14745
|
+
priceId: null,
|
|
14746
|
+
minAmount: "0",
|
|
14747
|
+
assetType: "NATIVE",
|
|
14748
|
+
metadata: null,
|
|
14749
|
+
multiChainAsset: null,
|
|
14750
|
+
hasValue: false,
|
|
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"
|
|
14736
14766
|
}
|
|
14737
14767
|
};
|
|
14738
14768
|
|
|
@@ -24637,6 +24667,58 @@
|
|
|
24637
24667
|
bitcoinInfo: null,
|
|
24638
24668
|
tonInfo: null
|
|
24639
24669
|
};
|
|
24670
|
+
var storyPublic_testnet$1 = {
|
|
24671
|
+
slug: "storyPublic_testnet",
|
|
24672
|
+
name: "Story Public Testnet",
|
|
24673
|
+
isTestnet: true,
|
|
24674
|
+
chainStatus: "ACTIVE",
|
|
24675
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
24676
|
+
providers: {
|
|
24677
|
+
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
24678
|
+
},
|
|
24679
|
+
evmInfo: {
|
|
24680
|
+
evmChainId: 1513,
|
|
24681
|
+
blockExplorer: "https://testnet.storyscan.xyz/",
|
|
24682
|
+
existentialDeposit: "0",
|
|
24683
|
+
symbol: "IP",
|
|
24684
|
+
decimals: 18,
|
|
24685
|
+
supportSmartContract: [
|
|
24686
|
+
"ERC20",
|
|
24687
|
+
"ERC721"
|
|
24688
|
+
],
|
|
24689
|
+
abiExplorer: null
|
|
24690
|
+
},
|
|
24691
|
+
substrateInfo: null,
|
|
24692
|
+
extraInfo: null,
|
|
24693
|
+
bitcoinInfo: null,
|
|
24694
|
+
tonInfo: null
|
|
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
|
+
};
|
|
24640
24722
|
const _ChainInfoMap = {
|
|
24641
24723
|
polkadot: polkadot$1,
|
|
24642
24724
|
kusama: kusama$1,
|
|
@@ -24973,7 +25055,9 @@
|
|
|
24973
25055
|
tonInfo: null
|
|
24974
25056
|
},
|
|
24975
25057
|
polygonZkEvm: polygonZkEvm$1,
|
|
24976
|
-
immutableZkEvm: immutableZkEvm$1
|
|
25058
|
+
immutableZkEvm: immutableZkEvm$1,
|
|
25059
|
+
storyPublic_testnet: storyPublic_testnet$1,
|
|
25060
|
+
soneiumMinato: soneiumMinato$1
|
|
24977
25061
|
};
|
|
24978
25062
|
|
|
24979
25063
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -25253,6 +25337,8 @@
|
|
|
25253
25337
|
var ton_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton_testnet.png";
|
|
25254
25338
|
var polygonZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm.png";
|
|
25255
25339
|
var immutableZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/immutablezkevm.png";
|
|
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";
|
|
25256
25342
|
const _ChainLogoMap = {
|
|
25257
25343
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
25258
25344
|
polkadot: polkadot,
|
|
@@ -25534,6 +25620,8 @@
|
|
|
25534
25620
|
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
25535
25621
|
polygonZkEvm: polygonZkEvm,
|
|
25536
25622
|
immutableZkEvm: immutableZkEvm,
|
|
25623
|
+
storyPublic_testnet: storyPublic_testnet,
|
|
25624
|
+
soneiumMinato: soneiumMinato,
|
|
25537
25625
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
25538
25626
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
25539
25627
|
};
|
|
@@ -719,6 +719,8 @@
|
|
|
719
719
|
"5irechain_mainnet-native-5ire": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png",
|
|
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
|
+
"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",
|
|
722
724
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
723
725
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
724
726
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12049,5 +12049,33 @@
|
|
|
12049
12049
|
"multiChainAsset": null,
|
|
12050
12050
|
"hasValue": true,
|
|
12051
12051
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png"
|
|
12052
|
+
},
|
|
12053
|
+
"storyPublic_testnet-NATIVE-IP": {
|
|
12054
|
+
"originChain": "storyPublic_testnet",
|
|
12055
|
+
"slug": "storyPublic_testnet-NATIVE-IP",
|
|
12056
|
+
"name": "Story",
|
|
12057
|
+
"symbol": "IP",
|
|
12058
|
+
"decimals": 18,
|
|
12059
|
+
"priceId": null,
|
|
12060
|
+
"minAmount": "0",
|
|
12061
|
+
"assetType": "NATIVE",
|
|
12062
|
+
"metadata": null,
|
|
12063
|
+
"multiChainAsset": null,
|
|
12064
|
+
"hasValue": false,
|
|
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"
|
|
12052
12080
|
}
|
|
12053
12081
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9779,5 +9779,57 @@
|
|
|
9779
9779
|
"extraInfo": null,
|
|
9780
9780
|
"bitcoinInfo": null,
|
|
9781
9781
|
"tonInfo": null
|
|
9782
|
+
},
|
|
9783
|
+
"storyPublic_testnet": {
|
|
9784
|
+
"slug": "storyPublic_testnet",
|
|
9785
|
+
"name": "Story Public Testnet",
|
|
9786
|
+
"isTestnet": true,
|
|
9787
|
+
"chainStatus": "ACTIVE",
|
|
9788
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
9789
|
+
"providers": {
|
|
9790
|
+
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
9791
|
+
},
|
|
9792
|
+
"evmInfo": {
|
|
9793
|
+
"evmChainId": 1513,
|
|
9794
|
+
"blockExplorer": "https://testnet.storyscan.xyz/",
|
|
9795
|
+
"existentialDeposit": "0",
|
|
9796
|
+
"symbol": "IP",
|
|
9797
|
+
"decimals": 18,
|
|
9798
|
+
"supportSmartContract": [
|
|
9799
|
+
"ERC20",
|
|
9800
|
+
"ERC721"
|
|
9801
|
+
],
|
|
9802
|
+
"abiExplorer": null
|
|
9803
|
+
},
|
|
9804
|
+
"substrateInfo": null,
|
|
9805
|
+
"extraInfo": null,
|
|
9806
|
+
"bitcoinInfo": null,
|
|
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
|
|
9782
9834
|
}
|
|
9783
9835
|
}
|
|
@@ -279,6 +279,8 @@
|
|
|
279
279
|
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
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
|
+
"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",
|
|
282
284
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
283
285
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
284
286
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -719,6 +719,8 @@
|
|
|
719
719
|
"5irechain_mainnet-native-5ire": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png",
|
|
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
|
+
"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",
|
|
722
724
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
723
725
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
724
726
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12049,5 +12049,33 @@
|
|
|
12049
12049
|
"multiChainAsset": null,
|
|
12050
12050
|
"hasValue": true,
|
|
12051
12051
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png"
|
|
12052
|
+
},
|
|
12053
|
+
"storyPublic_testnet-NATIVE-IP": {
|
|
12054
|
+
"originChain": "storyPublic_testnet",
|
|
12055
|
+
"slug": "storyPublic_testnet-NATIVE-IP",
|
|
12056
|
+
"name": "Story",
|
|
12057
|
+
"symbol": "IP",
|
|
12058
|
+
"decimals": 18,
|
|
12059
|
+
"priceId": null,
|
|
12060
|
+
"minAmount": "0",
|
|
12061
|
+
"assetType": "NATIVE",
|
|
12062
|
+
"metadata": null,
|
|
12063
|
+
"multiChainAsset": null,
|
|
12064
|
+
"hasValue": false,
|
|
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"
|
|
12052
12080
|
}
|
|
12053
12081
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9779,5 +9779,57 @@
|
|
|
9779
9779
|
"extraInfo": null,
|
|
9780
9780
|
"bitcoinInfo": null,
|
|
9781
9781
|
"tonInfo": null
|
|
9782
|
+
},
|
|
9783
|
+
"storyPublic_testnet": {
|
|
9784
|
+
"slug": "storyPublic_testnet",
|
|
9785
|
+
"name": "Story Public Testnet",
|
|
9786
|
+
"isTestnet": true,
|
|
9787
|
+
"chainStatus": "ACTIVE",
|
|
9788
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
9789
|
+
"providers": {
|
|
9790
|
+
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
9791
|
+
},
|
|
9792
|
+
"evmInfo": {
|
|
9793
|
+
"evmChainId": 1513,
|
|
9794
|
+
"blockExplorer": "https://testnet.storyscan.xyz/",
|
|
9795
|
+
"existentialDeposit": "0",
|
|
9796
|
+
"symbol": "IP",
|
|
9797
|
+
"decimals": 18,
|
|
9798
|
+
"supportSmartContract": [
|
|
9799
|
+
"ERC20",
|
|
9800
|
+
"ERC721"
|
|
9801
|
+
],
|
|
9802
|
+
"abiExplorer": null
|
|
9803
|
+
},
|
|
9804
|
+
"substrateInfo": null,
|
|
9805
|
+
"extraInfo": null,
|
|
9806
|
+
"bitcoinInfo": null,
|
|
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
|
|
9782
9834
|
}
|
|
9783
9835
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -279,6 +279,8 @@
|
|
|
279
279
|
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
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
|
+
"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",
|
|
282
284
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
283
285
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
284
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
|
};
|