@subwallet/chain-list 0.2.71-beta.1 → 0.2.71-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.
@@ -22573,7 +22573,6 @@
22573
22573
  chainStatus: "ACTIVE",
22574
22574
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
22575
22575
  providers: {
22576
- Fake: "wss://peaq-fake.api.onfinality.io/public-ws"
22577
22576
  },
22578
22577
  evmInfo: null,
22579
22578
  substrateInfo: {
@@ -22678,7 +22677,18 @@
22678
22677
  providers: {
22679
22678
  Atleta: "wss://testnet-rpc.atleta.network"
22680
22679
  },
22681
- evmInfo: null,
22680
+ evmInfo: {
22681
+ evmChainId: 2340,
22682
+ blockExplorer: "https://blockscout.atleta.network/",
22683
+ existentialDeposit: "0",
22684
+ symbol: "ATLA",
22685
+ decimals: 18,
22686
+ supportSmartContract: [
22687
+ "ERC20",
22688
+ "ERC721"
22689
+ ],
22690
+ abiExplorer: null
22691
+ },
22682
22692
  substrateInfo: {
22683
22693
  relaySlug: null,
22684
22694
  paraId: null,
@@ -8768,9 +8768,7 @@
8768
8768
  "isTestnet": false,
8769
8769
  "chainStatus": "ACTIVE",
8770
8770
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
8771
- "providers": {
8772
- "Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
8773
- },
8771
+ "providers": {},
8774
8772
  "evmInfo": null,
8775
8773
  "substrateInfo": {
8776
8774
  "relaySlug": "polkadot",
@@ -8873,7 +8871,18 @@
8873
8871
  "providers": {
8874
8872
  "Atleta": "wss://testnet-rpc.atleta.network"
8875
8873
  },
8876
- "evmInfo": null,
8874
+ "evmInfo": {
8875
+ "evmChainId": 2340,
8876
+ "blockExplorer": "https://blockscout.atleta.network/",
8877
+ "existentialDeposit": "0",
8878
+ "symbol": "ATLA",
8879
+ "decimals": 18,
8880
+ "supportSmartContract": [
8881
+ "ERC20",
8882
+ "ERC721"
8883
+ ],
8884
+ "abiExplorer": null
8885
+ },
8877
8886
  "substrateInfo": {
8878
8887
  "relaySlug": null,
8879
8888
  "paraId": null,
@@ -8894,4 +8903,4 @@
8894
8903
  "extraInfo": null,
8895
8904
  "bitcoinInfo": null
8896
8905
  }
8897
- }
8906
+ }
@@ -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.71-beta.1'
16
+ version: '0.2.71-beta.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -8768,9 +8768,7 @@
8768
8768
  "isTestnet": false,
8769
8769
  "chainStatus": "ACTIVE",
8770
8770
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
8771
- "providers": {
8772
- "Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
8773
- },
8771
+ "providers": {},
8774
8772
  "evmInfo": null,
8775
8773
  "substrateInfo": {
8776
8774
  "relaySlug": "polkadot",
@@ -8873,7 +8871,18 @@
8873
8871
  "providers": {
8874
8872
  "Atleta": "wss://testnet-rpc.atleta.network"
8875
8873
  },
8876
- "evmInfo": null,
8874
+ "evmInfo": {
8875
+ "evmChainId": 2340,
8876
+ "blockExplorer": "https://blockscout.atleta.network/",
8877
+ "existentialDeposit": "0",
8878
+ "symbol": "ATLA",
8879
+ "decimals": 18,
8880
+ "supportSmartContract": [
8881
+ "ERC20",
8882
+ "ERC721"
8883
+ ],
8884
+ "abiExplorer": null
8885
+ },
8877
8886
  "substrateInfo": {
8878
8887
  "relaySlug": null,
8879
8888
  "paraId": null,
@@ -8894,4 +8903,4 @@
8894
8903
  "extraInfo": null,
8895
8904
  "bitcoinInfo": null
8896
8905
  }
8897
- }
8906
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.71-beta.1",
23
+ "version": "0.2.71-beta.2",
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.71-beta.1'
10
+ version: '0.2.71-beta.2'
11
11
  };