@subwallet/chain-list 0.2.99-beta.23 → 0.2.99-beta.24
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 +34 -0
- package/cjs/data/AssetLogoMap.json +3 -1
- package/cjs/data/ChainAsset.json +33 -1
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -1
- package/data/ChainAsset.json +33 -1
- package/data/ChainInfo.json +1 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1167,6 +1167,8 @@
|
|
|
1167
1167
|
"story_protocol-erc20-weth-0xbab93b7ad7fe8692a878b95a8e689423437cc500": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-weth-0xbab93b7ad7fe8692a878b95a8e689423437cc500.png",
|
|
1168
1168
|
"unichain-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain-native-eth.png",
|
|
1169
1169
|
"storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png",
|
|
1170
|
+
"story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad.png",
|
|
1171
|
+
"story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043.png",
|
|
1170
1172
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1171
1173
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
1172
1174
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -19955,6 +19957,38 @@
|
|
|
19955
19957
|
multiChainAsset: "USDT-Tether",
|
|
19956
19958
|
hasValue: true,
|
|
19957
19959
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png"
|
|
19960
|
+
},
|
|
19961
|
+
"story_protocol-ERC20-vIP-0x5267F7eE069CEB3D8F1c760c215569b79d0685aD": {
|
|
19962
|
+
originChain: "story_protocol",
|
|
19963
|
+
slug: "story_protocol-ERC20-vIP-0x5267F7eE069CEB3D8F1c760c215569b79d0685aD",
|
|
19964
|
+
name: "VerioIP",
|
|
19965
|
+
symbol: "vIP",
|
|
19966
|
+
decimals: 18,
|
|
19967
|
+
priceId: null,
|
|
19968
|
+
minAmount: "0",
|
|
19969
|
+
assetType: "ERC20",
|
|
19970
|
+
metadata: {
|
|
19971
|
+
contractAddress: "0x5267F7eE069CEB3D8F1c760c215569b79d0685aD"
|
|
19972
|
+
},
|
|
19973
|
+
multiChainAsset: null,
|
|
19974
|
+
hasValue: true,
|
|
19975
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad.png"
|
|
19976
|
+
},
|
|
19977
|
+
"story_protocol-ERC20-WTF-0x5a212776066b81e449fE74396cCe368Dc4b14043": {
|
|
19978
|
+
originChain: "story_protocol",
|
|
19979
|
+
slug: "story_protocol-ERC20-WTF-0x5a212776066b81e449fE74396cCe368Dc4b14043",
|
|
19980
|
+
name: "WhatTheFreg",
|
|
19981
|
+
symbol: "WTF",
|
|
19982
|
+
decimals: 18,
|
|
19983
|
+
priceId: null,
|
|
19984
|
+
minAmount: "0",
|
|
19985
|
+
assetType: "ERC20",
|
|
19986
|
+
metadata: {
|
|
19987
|
+
contractAddress: "0x5a212776066b81e449fE74396cCe368Dc4b14043"
|
|
19988
|
+
},
|
|
19989
|
+
multiChainAsset: null,
|
|
19990
|
+
hasValue: true,
|
|
19991
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043.png"
|
|
19958
19992
|
}
|
|
19959
19993
|
};
|
|
19960
19994
|
|
|
@@ -828,6 +828,8 @@
|
|
|
828
828
|
"story_protocol-erc20-weth-0xbab93b7ad7fe8692a878b95a8e689423437cc500": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-weth-0xbab93b7ad7fe8692a878b95a8e689423437cc500.png",
|
|
829
829
|
"unichain-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain-native-eth.png",
|
|
830
830
|
"storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png",
|
|
831
|
+
"story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad.png",
|
|
832
|
+
"story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043.png",
|
|
831
833
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
832
834
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
833
835
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -931,4 +933,4 @@
|
|
|
931
933
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
932
934
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
933
935
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
934
|
-
}
|
|
936
|
+
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -13711,5 +13711,37 @@
|
|
|
13711
13711
|
"multiChainAsset": "USDT-Tether",
|
|
13712
13712
|
"hasValue": true,
|
|
13713
13713
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png"
|
|
13714
|
+
},
|
|
13715
|
+
"story_protocol-ERC20-vIP-0x5267F7eE069CEB3D8F1c760c215569b79d0685aD": {
|
|
13716
|
+
"originChain": "story_protocol",
|
|
13717
|
+
"slug": "story_protocol-ERC20-vIP-0x5267F7eE069CEB3D8F1c760c215569b79d0685aD",
|
|
13718
|
+
"name": "VerioIP",
|
|
13719
|
+
"symbol": "vIP",
|
|
13720
|
+
"decimals": 18,
|
|
13721
|
+
"priceId": null,
|
|
13722
|
+
"minAmount": "0",
|
|
13723
|
+
"assetType": "ERC20",
|
|
13724
|
+
"metadata": {
|
|
13725
|
+
"contractAddress": "0x5267F7eE069CEB3D8F1c760c215569b79d0685aD"
|
|
13726
|
+
},
|
|
13727
|
+
"multiChainAsset": null,
|
|
13728
|
+
"hasValue": true,
|
|
13729
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad.png"
|
|
13730
|
+
},
|
|
13731
|
+
"story_protocol-ERC20-WTF-0x5a212776066b81e449fE74396cCe368Dc4b14043": {
|
|
13732
|
+
"originChain": "story_protocol",
|
|
13733
|
+
"slug": "story_protocol-ERC20-WTF-0x5a212776066b81e449fE74396cCe368Dc4b14043",
|
|
13734
|
+
"name": "WhatTheFreg",
|
|
13735
|
+
"symbol": "WTF",
|
|
13736
|
+
"decimals": 18,
|
|
13737
|
+
"priceId": null,
|
|
13738
|
+
"minAmount": "0",
|
|
13739
|
+
"assetType": "ERC20",
|
|
13740
|
+
"metadata": {
|
|
13741
|
+
"contractAddress": "0x5a212776066b81e449fE74396cCe368Dc4b14043"
|
|
13742
|
+
},
|
|
13743
|
+
"multiChainAsset": null,
|
|
13744
|
+
"hasValue": true,
|
|
13745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043.png"
|
|
13714
13746
|
}
|
|
13715
|
-
}
|
|
13747
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -11293,4 +11293,4 @@
|
|
|
11293
11293
|
"bitcoinInfo": null,
|
|
11294
11294
|
"tonInfo": null
|
|
11295
11295
|
}
|
|
11296
|
-
}
|
|
11296
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -828,6 +828,8 @@
|
|
|
828
828
|
"story_protocol-erc20-weth-0xbab93b7ad7fe8692a878b95a8e689423437cc500": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-weth-0xbab93b7ad7fe8692a878b95a8e689423437cc500.png",
|
|
829
829
|
"unichain-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain-native-eth.png",
|
|
830
830
|
"storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png",
|
|
831
|
+
"story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad.png",
|
|
832
|
+
"story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043.png",
|
|
831
833
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
832
834
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
833
835
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -931,4 +933,4 @@
|
|
|
931
933
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
932
934
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
933
935
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
934
|
-
}
|
|
936
|
+
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -13711,5 +13711,37 @@
|
|
|
13711
13711
|
"multiChainAsset": "USDT-Tether",
|
|
13712
13712
|
"hasValue": true,
|
|
13713
13713
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png"
|
|
13714
|
+
},
|
|
13715
|
+
"story_protocol-ERC20-vIP-0x5267F7eE069CEB3D8F1c760c215569b79d0685aD": {
|
|
13716
|
+
"originChain": "story_protocol",
|
|
13717
|
+
"slug": "story_protocol-ERC20-vIP-0x5267F7eE069CEB3D8F1c760c215569b79d0685aD",
|
|
13718
|
+
"name": "VerioIP",
|
|
13719
|
+
"symbol": "vIP",
|
|
13720
|
+
"decimals": 18,
|
|
13721
|
+
"priceId": null,
|
|
13722
|
+
"minAmount": "0",
|
|
13723
|
+
"assetType": "ERC20",
|
|
13724
|
+
"metadata": {
|
|
13725
|
+
"contractAddress": "0x5267F7eE069CEB3D8F1c760c215569b79d0685aD"
|
|
13726
|
+
},
|
|
13727
|
+
"multiChainAsset": null,
|
|
13728
|
+
"hasValue": true,
|
|
13729
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-vip-0x5267f7ee069ceb3d8f1c760c215569b79d0685ad.png"
|
|
13730
|
+
},
|
|
13731
|
+
"story_protocol-ERC20-WTF-0x5a212776066b81e449fE74396cCe368Dc4b14043": {
|
|
13732
|
+
"originChain": "story_protocol",
|
|
13733
|
+
"slug": "story_protocol-ERC20-WTF-0x5a212776066b81e449fE74396cCe368Dc4b14043",
|
|
13734
|
+
"name": "WhatTheFreg",
|
|
13735
|
+
"symbol": "WTF",
|
|
13736
|
+
"decimals": 18,
|
|
13737
|
+
"priceId": null,
|
|
13738
|
+
"minAmount": "0",
|
|
13739
|
+
"assetType": "ERC20",
|
|
13740
|
+
"metadata": {
|
|
13741
|
+
"contractAddress": "0x5a212776066b81e449fE74396cCe368Dc4b14043"
|
|
13742
|
+
},
|
|
13743
|
+
"multiChainAsset": null,
|
|
13744
|
+
"hasValue": true,
|
|
13745
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-erc20-wtf-0x5a212776066b81e449fe74396cce368dc4b14043.png"
|
|
13714
13746
|
}
|
|
13715
|
-
}
|
|
13747
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -11293,4 +11293,4 @@
|
|
|
11293
11293
|
"bitcoinInfo": null,
|
|
11294
11294
|
"tonInfo": null
|
|
11295
11295
|
}
|
|
11296
|
-
}
|
|
11296
|
+
}
|
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.99-beta.
|
|
10
|
+
version: '0.2.99-beta.24'
|
|
11
11
|
};
|