@subwallet/chain-list 0.2.57 → 0.2.58

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.
@@ -10747,7 +10747,9 @@
10747
10747
  priceId: "mythos",
10748
10748
  minAmount: "1000000000000000",
10749
10749
  assetType: "NATIVE",
10750
- metadata: null,
10750
+ metadata: {
10751
+ disableEvmTransfer: true
10752
+ },
10751
10753
  multiChainAsset: null,
10752
10754
  hasValue: true,
10753
10755
  icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/mythos-native-myth.png"
@@ -10962,7 +10964,7 @@
10962
10964
  name: "COMAI",
10963
10965
  symbol: "C",
10964
10966
  decimals: 9,
10965
- priceId: null,
10967
+ priceId: "commune-ai",
10966
10968
  minAmount: "500",
10967
10969
  assetType: "NATIVE",
10968
10970
  metadata: null,
@@ -18979,22 +18981,19 @@
18979
18981
  var mythos$1 = {
18980
18982
  slug: "mythos",
18981
18983
  name: "Mythos",
18982
- isTestnet: true,
18983
- chainStatus: "INACTIVE",
18984
+ isTestnet: false,
18985
+ chainStatus: "ACTIVE",
18984
18986
  icon: "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
18985
18987
  providers: {
18986
18988
  Parity: "wss://polkadot-mythos-rpc.polkadot.io"
18987
18989
  },
18988
18990
  evmInfo: {
18989
- evmChainId: 201804,
18991
+ evmChainId: -1,
18990
18992
  blockExplorer: null,
18991
18993
  existentialDeposit: "0",
18992
18994
  symbol: "MYTH",
18993
18995
  decimals: 18,
18994
- supportSmartContract: [
18995
- "ERC20",
18996
- "ERC721"
18997
- ],
18996
+ supportSmartContract: null,
18998
18997
  abiExplorer: null
18999
18998
  },
19000
18999
  substrateInfo: {
@@ -19047,7 +19046,7 @@
19047
19046
  },
19048
19047
  extraInfo: {
19049
19048
  subscanSlug: "humanode",
19050
- chainBalanceSlug: null
19049
+ chainBalanceSlug: "humanode"
19051
19050
  }
19052
19051
  };
19053
19052
  var humanodeEvm$1 = {
@@ -8683,7 +8683,9 @@
8683
8683
  "priceId": "mythos",
8684
8684
  "minAmount": "1000000000000000",
8685
8685
  "assetType": "NATIVE",
8686
- "metadata": null,
8686
+ "metadata": {
8687
+ "disableEvmTransfer": true
8688
+ },
8687
8689
  "multiChainAsset": null,
8688
8690
  "hasValue": true,
8689
8691
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/mythos-native-myth.png"
@@ -8898,7 +8900,7 @@
8898
8900
  "name": "COMAI",
8899
8901
  "symbol": "C",
8900
8902
  "decimals": 9,
8901
- "priceId": null,
8903
+ "priceId": "commune-ai",
8902
8904
  "minAmount": "500",
8903
8905
  "assetType": "NATIVE",
8904
8906
  "metadata": null,
@@ -7828,22 +7828,19 @@
7828
7828
  "mythos": {
7829
7829
  "slug": "mythos",
7830
7830
  "name": "Mythos",
7831
- "isTestnet": true,
7832
- "chainStatus": "INACTIVE",
7831
+ "isTestnet": false,
7832
+ "chainStatus": "ACTIVE",
7833
7833
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
7834
7834
  "providers": {
7835
7835
  "Parity": "wss://polkadot-mythos-rpc.polkadot.io"
7836
7836
  },
7837
7837
  "evmInfo": {
7838
- "evmChainId": 201804,
7838
+ "evmChainId": -1,
7839
7839
  "blockExplorer": null,
7840
7840
  "existentialDeposit": "0",
7841
7841
  "symbol": "MYTH",
7842
7842
  "decimals": 18,
7843
- "supportSmartContract": [
7844
- "ERC20",
7845
- "ERC721"
7846
- ],
7843
+ "supportSmartContract": null,
7847
7844
  "abiExplorer": null
7848
7845
  },
7849
7846
  "substrateInfo": {
@@ -7894,7 +7891,7 @@
7894
7891
  },
7895
7892
  "extraInfo": {
7896
7893
  "subscanSlug": "humanode",
7897
- "chainBalanceSlug": null
7894
+ "chainBalanceSlug": "humanode"
7898
7895
  }
7899
7896
  },
7900
7897
  "humanodeEvm": {
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.57'
16
+ version: '0.2.58'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -8683,7 +8683,9 @@
8683
8683
  "priceId": "mythos",
8684
8684
  "minAmount": "1000000000000000",
8685
8685
  "assetType": "NATIVE",
8686
- "metadata": null,
8686
+ "metadata": {
8687
+ "disableEvmTransfer": true
8688
+ },
8687
8689
  "multiChainAsset": null,
8688
8690
  "hasValue": true,
8689
8691
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/mythos-native-myth.png"
@@ -8898,7 +8900,7 @@
8898
8900
  "name": "COMAI",
8899
8901
  "symbol": "C",
8900
8902
  "decimals": 9,
8901
- "priceId": null,
8903
+ "priceId": "commune-ai",
8902
8904
  "minAmount": "500",
8903
8905
  "assetType": "NATIVE",
8904
8906
  "metadata": null,
@@ -7828,22 +7828,19 @@
7828
7828
  "mythos": {
7829
7829
  "slug": "mythos",
7830
7830
  "name": "Mythos",
7831
- "isTestnet": true,
7832
- "chainStatus": "INACTIVE",
7831
+ "isTestnet": false,
7832
+ "chainStatus": "ACTIVE",
7833
7833
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/mythos.png",
7834
7834
  "providers": {
7835
7835
  "Parity": "wss://polkadot-mythos-rpc.polkadot.io"
7836
7836
  },
7837
7837
  "evmInfo": {
7838
- "evmChainId": 201804,
7838
+ "evmChainId": -1,
7839
7839
  "blockExplorer": null,
7840
7840
  "existentialDeposit": "0",
7841
7841
  "symbol": "MYTH",
7842
7842
  "decimals": 18,
7843
- "supportSmartContract": [
7844
- "ERC20",
7845
- "ERC721"
7846
- ],
7843
+ "supportSmartContract": null,
7847
7844
  "abiExplorer": null
7848
7845
  },
7849
7846
  "substrateInfo": {
@@ -7894,7 +7891,7 @@
7894
7891
  },
7895
7892
  "extraInfo": {
7896
7893
  "subscanSlug": "humanode",
7897
- "chainBalanceSlug": null
7894
+ "chainBalanceSlug": "humanode"
7898
7895
  }
7899
7896
  },
7900
7897
  "humanodeEvm": {
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.57",
23
+ "version": "0.2.58",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
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.57'
10
+ version: '0.2.58'
11
11
  };