@subwallet/chain-list 0.2.84-beta.0 → 0.2.84-beta.2
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 +46 -2
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +15 -1
- 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 +15 -1
- package/data/ChainInfo.json +26 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -727,6 +727,7 @@
|
|
|
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",
|
|
730
731
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
731
732
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
732
733
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14724,7 +14725,7 @@
|
|
|
14724
14725
|
originChain: "immutableZkEvm",
|
|
14725
14726
|
slug: "immutableZkEvm-NATIVE-IMX",
|
|
14726
14727
|
name: "Immutable",
|
|
14727
|
-
symbol: "IMX
|
|
14728
|
+
symbol: "IMX",
|
|
14728
14729
|
decimals: 18,
|
|
14729
14730
|
priceId: "immutable-x",
|
|
14730
14731
|
minAmount: "0",
|
|
@@ -14733,6 +14734,20 @@
|
|
|
14733
14734
|
multiChainAsset: null,
|
|
14734
14735
|
hasValue: true,
|
|
14735
14736
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/immutablezkevm-native-imx.png"
|
|
14737
|
+
},
|
|
14738
|
+
"storyPublic_testnet-NATIVE-IP": {
|
|
14739
|
+
originChain: "storyPublic_testnet",
|
|
14740
|
+
slug: "storyPublic_testnet-NATIVE-IP",
|
|
14741
|
+
name: "Story",
|
|
14742
|
+
symbol: "IP",
|
|
14743
|
+
decimals: 18,
|
|
14744
|
+
priceId: null,
|
|
14745
|
+
minAmount: "0",
|
|
14746
|
+
assetType: "NATIVE",
|
|
14747
|
+
metadata: null,
|
|
14748
|
+
multiChainAsset: null,
|
|
14749
|
+
hasValue: false,
|
|
14750
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png"
|
|
14736
14751
|
}
|
|
14737
14752
|
};
|
|
14738
14753
|
|
|
@@ -24637,6 +24652,32 @@
|
|
|
24637
24652
|
bitcoinInfo: null,
|
|
24638
24653
|
tonInfo: null
|
|
24639
24654
|
};
|
|
24655
|
+
var storyPublic_testnet$1 = {
|
|
24656
|
+
slug: "storyPublic_testnet",
|
|
24657
|
+
name: "Story Public Testnet",
|
|
24658
|
+
isTestnet: true,
|
|
24659
|
+
chainStatus: "ACTIVE",
|
|
24660
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
24661
|
+
providers: {
|
|
24662
|
+
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
24663
|
+
},
|
|
24664
|
+
evmInfo: {
|
|
24665
|
+
evmChainId: 1513,
|
|
24666
|
+
blockExplorer: "https://testnet.storyscan.xyz/",
|
|
24667
|
+
existentialDeposit: "0",
|
|
24668
|
+
symbol: "IP",
|
|
24669
|
+
decimals: 18,
|
|
24670
|
+
supportSmartContract: [
|
|
24671
|
+
"ERC20",
|
|
24672
|
+
"ERC721"
|
|
24673
|
+
],
|
|
24674
|
+
abiExplorer: null
|
|
24675
|
+
},
|
|
24676
|
+
substrateInfo: null,
|
|
24677
|
+
extraInfo: null,
|
|
24678
|
+
bitcoinInfo: null,
|
|
24679
|
+
tonInfo: null
|
|
24680
|
+
};
|
|
24640
24681
|
const _ChainInfoMap = {
|
|
24641
24682
|
polkadot: polkadot$1,
|
|
24642
24683
|
kusama: kusama$1,
|
|
@@ -24973,7 +25014,8 @@
|
|
|
24973
25014
|
tonInfo: null
|
|
24974
25015
|
},
|
|
24975
25016
|
polygonZkEvm: polygonZkEvm$1,
|
|
24976
|
-
immutableZkEvm: immutableZkEvm$1
|
|
25017
|
+
immutableZkEvm: immutableZkEvm$1,
|
|
25018
|
+
storyPublic_testnet: storyPublic_testnet$1
|
|
24977
25019
|
};
|
|
24978
25020
|
|
|
24979
25021
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -25253,6 +25295,7 @@
|
|
|
25253
25295
|
var ton_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton_testnet.png";
|
|
25254
25296
|
var polygonZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygonzkevm.png";
|
|
25255
25297
|
var immutableZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/immutablezkevm.png";
|
|
25298
|
+
var storyPublic_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png";
|
|
25256
25299
|
const _ChainLogoMap = {
|
|
25257
25300
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
25258
25301
|
polkadot: polkadot,
|
|
@@ -25534,6 +25577,7 @@
|
|
|
25534
25577
|
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
25535
25578
|
polygonZkEvm: polygonZkEvm,
|
|
25536
25579
|
immutableZkEvm: immutableZkEvm,
|
|
25580
|
+
storyPublic_testnet: storyPublic_testnet,
|
|
25537
25581
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
25538
25582
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
25539
25583
|
};
|
|
@@ -719,6 +719,7 @@
|
|
|
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",
|
|
722
723
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
723
724
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
724
725
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12040,7 +12040,7 @@
|
|
|
12040
12040
|
"originChain": "immutableZkEvm",
|
|
12041
12041
|
"slug": "immutableZkEvm-NATIVE-IMX",
|
|
12042
12042
|
"name": "Immutable",
|
|
12043
|
-
"symbol": "IMX
|
|
12043
|
+
"symbol": "IMX",
|
|
12044
12044
|
"decimals": 18,
|
|
12045
12045
|
"priceId": "immutable-x",
|
|
12046
12046
|
"minAmount": "0",
|
|
@@ -12049,5 +12049,19 @@
|
|
|
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"
|
|
12052
12066
|
}
|
|
12053
12067
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9779,5 +9779,31 @@
|
|
|
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
|
|
9782
9808
|
}
|
|
9783
9809
|
}
|
|
@@ -279,6 +279,7 @@
|
|
|
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",
|
|
282
283
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
283
284
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
284
285
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -719,6 +719,7 @@
|
|
|
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",
|
|
722
723
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
723
724
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
724
725
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12040,7 +12040,7 @@
|
|
|
12040
12040
|
"originChain": "immutableZkEvm",
|
|
12041
12041
|
"slug": "immutableZkEvm-NATIVE-IMX",
|
|
12042
12042
|
"name": "Immutable",
|
|
12043
|
-
"symbol": "IMX
|
|
12043
|
+
"symbol": "IMX",
|
|
12044
12044
|
"decimals": 18,
|
|
12045
12045
|
"priceId": "immutable-x",
|
|
12046
12046
|
"minAmount": "0",
|
|
@@ -12049,5 +12049,19 @@
|
|
|
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"
|
|
12052
12066
|
}
|
|
12053
12067
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9779,5 +9779,31 @@
|
|
|
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
|
|
9782
9808
|
}
|
|
9783
9809
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -279,6 +279,7 @@
|
|
|
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",
|
|
282
283
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
283
284
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
284
285
|
}
|
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.2'
|
|
11
11
|
};
|