@subwallet/chain-list 0.2.35-beta.2 → 0.2.35-beta.3

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.
@@ -15709,6 +15709,30 @@
15709
15709
  },
15710
15710
  extraInfo: null
15711
15711
  };
15712
+ var manta_network_evm$1 = {
15713
+ slug: "manta_network_evm",
15714
+ name: "Manta Pacific",
15715
+ isTestnet: false,
15716
+ chainStatus: "ACTIVE",
15717
+ icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
15718
+ providers: {
15719
+ "Manta Pacific": "https://pacific-rpc.manta.network/http"
15720
+ },
15721
+ evmInfo: {
15722
+ evmChainId: 169,
15723
+ blockExplorer: "https://pacific-explorer.manta.network/",
15724
+ existentialDeposit: null,
15725
+ symbol: "ETH",
15726
+ decimals: 18,
15727
+ supportSmartContract: [
15728
+ "ERC20",
15729
+ "ERC721"
15730
+ ],
15731
+ abiExplorer: "https://pacific-explorer.manta.network"
15732
+ },
15733
+ substrateInfo: null,
15734
+ extraInfo: null
15735
+ };
15712
15736
  const _ChainInfoMap = {
15713
15737
  polkadot: polkadot$1,
15714
15738
  kusama: kusama$1,
@@ -15946,7 +15970,8 @@
15946
15970
  goldberg_testnet: goldberg_testnet$1,
15947
15971
  energy_web_x_testnet: energy_web_x_testnet$1,
15948
15972
  energy_web_chain: energy_web_chain$1,
15949
- energy_web_x_rococo: energy_web_x_rococo$1
15973
+ energy_web_x_rococo: energy_web_x_rococo$1,
15974
+ manta_network_evm: manta_network_evm$1
15950
15975
  };
15951
15976
 
15952
15977
  var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
@@ -16154,6 +16179,7 @@
16154
16179
  var energy_web_x_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png";
16155
16180
  var energy_web_chain = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png";
16156
16181
  var energy_web_x_rococo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png";
16182
+ var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
16157
16183
  const _ChainLogoMap = {
16158
16184
  "default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
16159
16185
  polkadot: polkadot,
@@ -16362,6 +16388,7 @@
16362
16388
  energy_web_x_testnet: energy_web_x_testnet,
16363
16389
  energy_web_chain: energy_web_chain,
16364
16390
  energy_web_x_rococo: energy_web_x_rococo,
16391
+ manta_network_evm: manta_network_evm,
16365
16392
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
16366
16393
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
16367
16394
  };
@@ -7175,5 +7175,29 @@
7175
7175
  "crowdloanFunds": []
7176
7176
  },
7177
7177
  "extraInfo": null
7178
+ },
7179
+ "manta_network_evm": {
7180
+ "slug": "manta_network_evm",
7181
+ "name": "Manta Pacific",
7182
+ "isTestnet": false,
7183
+ "chainStatus": "ACTIVE",
7184
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
7185
+ "providers": {
7186
+ "Manta Pacific": "https://pacific-rpc.manta.network/http"
7187
+ },
7188
+ "evmInfo": {
7189
+ "evmChainId": 169,
7190
+ "blockExplorer": "https://pacific-explorer.manta.network/",
7191
+ "existentialDeposit": null,
7192
+ "symbol": "ETH",
7193
+ "decimals": 18,
7194
+ "supportSmartContract": [
7195
+ "ERC20",
7196
+ "ERC721"
7197
+ ],
7198
+ "abiExplorer": "https://pacific-explorer.manta.network"
7199
+ },
7200
+ "substrateInfo": null,
7201
+ "extraInfo": null
7178
7202
  }
7179
7203
  }
@@ -206,6 +206,7 @@
206
206
  "energy_web_x_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png",
207
207
  "energy_web_chain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png",
208
208
  "energy_web_x_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
209
+ "manta_network_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
209
210
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
210
211
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
211
212
  }
@@ -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.35-beta.2'
16
+ version: '0.2.35-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7175,5 +7175,29 @@
7175
7175
  "crowdloanFunds": []
7176
7176
  },
7177
7177
  "extraInfo": null
7178
+ },
7179
+ "manta_network_evm": {
7180
+ "slug": "manta_network_evm",
7181
+ "name": "Manta Pacific",
7182
+ "isTestnet": false,
7183
+ "chainStatus": "ACTIVE",
7184
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
7185
+ "providers": {
7186
+ "Manta Pacific": "https://pacific-rpc.manta.network/http"
7187
+ },
7188
+ "evmInfo": {
7189
+ "evmChainId": 169,
7190
+ "blockExplorer": "https://pacific-explorer.manta.network/",
7191
+ "existentialDeposit": null,
7192
+ "symbol": "ETH",
7193
+ "decimals": 18,
7194
+ "supportSmartContract": [
7195
+ "ERC20",
7196
+ "ERC721"
7197
+ ],
7198
+ "abiExplorer": "https://pacific-explorer.manta.network"
7199
+ },
7200
+ "substrateInfo": null,
7201
+ "extraInfo": null
7178
7202
  }
7179
7203
  }
@@ -206,6 +206,7 @@
206
206
  "energy_web_x_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_testnet.png",
207
207
  "energy_web_chain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_chain.png",
208
208
  "energy_web_x_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
209
+ "manta_network_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
209
210
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
210
211
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
211
212
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.35-beta.2",
23
+ "version": "0.2.35-beta.3",
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.35-beta.2'
10
+ version: '0.2.35-beta.3'
11
11
  };