@subwallet/chain-list 0.2.57-beta.7 → 0.2.58-beta.0
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 +10 -9
- package/cjs/data/ChainAsset.json +6 -2
- package/cjs/data/ChainInfo.json +4 -7
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +6 -2
- package/data/ChainInfo.json +4 -7
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -10861,7 +10861,9 @@
|
|
|
10861
10861
|
priceId: "mythos",
|
|
10862
10862
|
minAmount: "1000000000000000",
|
|
10863
10863
|
assetType: "NATIVE",
|
|
10864
|
-
metadata:
|
|
10864
|
+
metadata: {
|
|
10865
|
+
disableEvmTransfer: true
|
|
10866
|
+
},
|
|
10865
10867
|
multiChainAsset: null,
|
|
10866
10868
|
hasValue: true,
|
|
10867
10869
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mythos-native-myth.png"
|
|
@@ -11141,7 +11143,9 @@
|
|
|
11141
11143
|
priceId: null,
|
|
11142
11144
|
minAmount: "1000000000000",
|
|
11143
11145
|
assetType: "NATIVE",
|
|
11144
|
-
metadata:
|
|
11146
|
+
metadata: {
|
|
11147
|
+
autoEnable: true
|
|
11148
|
+
},
|
|
11145
11149
|
multiChainAsset: null,
|
|
11146
11150
|
hasValue: false,
|
|
11147
11151
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
@@ -19139,22 +19143,19 @@
|
|
|
19139
19143
|
var mythos$1 = {
|
|
19140
19144
|
slug: "mythos",
|
|
19141
19145
|
name: "Mythos",
|
|
19142
|
-
isTestnet:
|
|
19143
|
-
chainStatus: "
|
|
19146
|
+
isTestnet: false,
|
|
19147
|
+
chainStatus: "ACTIVE",
|
|
19144
19148
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
19145
19149
|
providers: {
|
|
19146
19150
|
Parity: "wss://polkadot-mythos-rpc.polkadot.io"
|
|
19147
19151
|
},
|
|
19148
19152
|
evmInfo: {
|
|
19149
|
-
evmChainId:
|
|
19153
|
+
evmChainId: -1,
|
|
19150
19154
|
blockExplorer: null,
|
|
19151
19155
|
existentialDeposit: "0",
|
|
19152
19156
|
symbol: "MYTH",
|
|
19153
19157
|
decimals: 18,
|
|
19154
|
-
supportSmartContract:
|
|
19155
|
-
"ERC20",
|
|
19156
|
-
"ERC721"
|
|
19157
|
-
],
|
|
19158
|
+
supportSmartContract: null,
|
|
19158
19159
|
abiExplorer: null
|
|
19159
19160
|
},
|
|
19160
19161
|
substrateInfo: {
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8697,7 +8697,9 @@
|
|
|
8697
8697
|
"priceId": "mythos",
|
|
8698
8698
|
"minAmount": "1000000000000000",
|
|
8699
8699
|
"assetType": "NATIVE",
|
|
8700
|
-
"metadata":
|
|
8700
|
+
"metadata": {
|
|
8701
|
+
"disableEvmTransfer": true
|
|
8702
|
+
},
|
|
8701
8703
|
"multiChainAsset": null,
|
|
8702
8704
|
"hasValue": true,
|
|
8703
8705
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mythos-native-myth.png"
|
|
@@ -8977,7 +8979,9 @@
|
|
|
8977
8979
|
"priceId": null,
|
|
8978
8980
|
"minAmount": "1000000000000",
|
|
8979
8981
|
"assetType": "NATIVE",
|
|
8980
|
-
"metadata":
|
|
8982
|
+
"metadata": {
|
|
8983
|
+
"autoEnable": true
|
|
8984
|
+
},
|
|
8981
8985
|
"multiChainAsset": null,
|
|
8982
8986
|
"hasValue": false,
|
|
8983
8987
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7857,22 +7857,19 @@
|
|
|
7857
7857
|
"mythos": {
|
|
7858
7858
|
"slug": "mythos",
|
|
7859
7859
|
"name": "Mythos",
|
|
7860
|
-
"isTestnet":
|
|
7861
|
-
"chainStatus": "
|
|
7860
|
+
"isTestnet": false,
|
|
7861
|
+
"chainStatus": "ACTIVE",
|
|
7862
7862
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
7863
7863
|
"providers": {
|
|
7864
7864
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
7865
7865
|
},
|
|
7866
7866
|
"evmInfo": {
|
|
7867
|
-
"evmChainId":
|
|
7867
|
+
"evmChainId": -1,
|
|
7868
7868
|
"blockExplorer": null,
|
|
7869
7869
|
"existentialDeposit": "0",
|
|
7870
7870
|
"symbol": "MYTH",
|
|
7871
7871
|
"decimals": 18,
|
|
7872
|
-
"supportSmartContract":
|
|
7873
|
-
"ERC20",
|
|
7874
|
-
"ERC721"
|
|
7875
|
-
],
|
|
7872
|
+
"supportSmartContract": null,
|
|
7876
7873
|
"abiExplorer": null
|
|
7877
7874
|
},
|
|
7878
7875
|
"substrateInfo": {
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -8697,7 +8697,9 @@
|
|
|
8697
8697
|
"priceId": "mythos",
|
|
8698
8698
|
"minAmount": "1000000000000000",
|
|
8699
8699
|
"assetType": "NATIVE",
|
|
8700
|
-
"metadata":
|
|
8700
|
+
"metadata": {
|
|
8701
|
+
"disableEvmTransfer": true
|
|
8702
|
+
},
|
|
8701
8703
|
"multiChainAsset": null,
|
|
8702
8704
|
"hasValue": true,
|
|
8703
8705
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mythos-native-myth.png"
|
|
@@ -8977,7 +8979,9 @@
|
|
|
8977
8979
|
"priceId": null,
|
|
8978
8980
|
"minAmount": "1000000000000",
|
|
8979
8981
|
"assetType": "NATIVE",
|
|
8980
|
-
"metadata":
|
|
8982
|
+
"metadata": {
|
|
8983
|
+
"autoEnable": true
|
|
8984
|
+
},
|
|
8981
8985
|
"multiChainAsset": null,
|
|
8982
8986
|
"hasValue": false,
|
|
8983
8987
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
package/data/ChainInfo.json
CHANGED
|
@@ -7857,22 +7857,19 @@
|
|
|
7857
7857
|
"mythos": {
|
|
7858
7858
|
"slug": "mythos",
|
|
7859
7859
|
"name": "Mythos",
|
|
7860
|
-
"isTestnet":
|
|
7861
|
-
"chainStatus": "
|
|
7860
|
+
"isTestnet": false,
|
|
7861
|
+
"chainStatus": "ACTIVE",
|
|
7862
7862
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mythos.png",
|
|
7863
7863
|
"providers": {
|
|
7864
7864
|
"Parity": "wss://polkadot-mythos-rpc.polkadot.io"
|
|
7865
7865
|
},
|
|
7866
7866
|
"evmInfo": {
|
|
7867
|
-
"evmChainId":
|
|
7867
|
+
"evmChainId": -1,
|
|
7868
7868
|
"blockExplorer": null,
|
|
7869
7869
|
"existentialDeposit": "0",
|
|
7870
7870
|
"symbol": "MYTH",
|
|
7871
7871
|
"decimals": 18,
|
|
7872
|
-
"supportSmartContract":
|
|
7873
|
-
"ERC20",
|
|
7874
|
-
"ERC721"
|
|
7875
|
-
],
|
|
7872
|
+
"supportSmartContract": null,
|
|
7876
7873
|
"abiExplorer": null
|
|
7877
7874
|
},
|
|
7878
7875
|
"substrateInfo": {
|
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.
|
|
10
|
+
version: '0.2.58-beta.0'
|
|
11
11
|
};
|