@subwallet/chain-list 0.2.111-beta.2-pr-516-fb30b532 → 0.2.111-beta.3-pr-516-37491b3a

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.
@@ -19533,7 +19533,7 @@
19533
19533
  },
19534
19534
  evmInfo: {
19535
19535
  evmChainId: 1284,
19536
- blockExplorer: "https://moonbeam.subscan.io/",
19536
+ blockExplorer: "https://moonscan.io/",
19537
19537
  existentialDeposit: "0",
19538
19538
  symbol: "GLMR",
19539
19539
  decimals: 18,
@@ -19550,7 +19550,7 @@
19550
19550
  addressPrefix: 1284,
19551
19551
  chainType: "PARACHAIN",
19552
19552
  crowdloanUrl: "https://moonbeam.foundation/moonbeam-crowdloan/",
19553
- blockExplorer: "https://moonbeam.subscan.io/",
19553
+ blockExplorer: "https://moonscan.io/",
19554
19554
  existentialDeposit: "0",
19555
19555
  symbol: "GLMR",
19556
19556
  decimals: 18,
@@ -21483,7 +21483,7 @@
21483
21483
  addressPrefix: 88,
21484
21484
  chainType: "RELAYCHAIN",
21485
21485
  crowdloanUrl: null,
21486
- blockExplorer: "https://polkadex.subscan.io/",
21486
+ blockExplorer: "https://pdexmon.com/",
21487
21487
  existentialDeposit: "1000000000000",
21488
21488
  symbol: "PDEX",
21489
21489
  decimals: 12,
@@ -177,7 +177,7 @@
177
177
  },
178
178
  "evmInfo": {
179
179
  "evmChainId": 1284,
180
- "blockExplorer": "https://moonbeam.subscan.io/",
180
+ "blockExplorer": "https://moonscan.io/",
181
181
  "existentialDeposit": "0",
182
182
  "symbol": "GLMR",
183
183
  "decimals": 18,
@@ -194,7 +194,7 @@
194
194
  "addressPrefix": 1284,
195
195
  "chainType": "PARACHAIN",
196
196
  "crowdloanUrl": "https://moonbeam.foundation/moonbeam-crowdloan/",
197
- "blockExplorer": "https://moonbeam.subscan.io/",
197
+ "blockExplorer": "https://moonscan.io/",
198
198
  "existentialDeposit": "0",
199
199
  "symbol": "GLMR",
200
200
  "decimals": 18,
@@ -2112,7 +2112,7 @@
2112
2112
  "addressPrefix": 88,
2113
2113
  "chainType": "RELAYCHAIN",
2114
2114
  "crowdloanUrl": null,
2115
- "blockExplorer": "https://polkadex.subscan.io/",
2115
+ "blockExplorer": "https://pdexmon.com/",
2116
2116
  "existentialDeposit": "1000000000000",
2117
2117
  "symbol": "PDEX",
2118
2118
  "decimals": 12,
@@ -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.111-beta.2'
16
+ version: '0.2.111-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -177,7 +177,7 @@
177
177
  },
178
178
  "evmInfo": {
179
179
  "evmChainId": 1284,
180
- "blockExplorer": "https://moonbeam.subscan.io/",
180
+ "blockExplorer": "https://moonscan.io/",
181
181
  "existentialDeposit": "0",
182
182
  "symbol": "GLMR",
183
183
  "decimals": 18,
@@ -194,7 +194,7 @@
194
194
  "addressPrefix": 1284,
195
195
  "chainType": "PARACHAIN",
196
196
  "crowdloanUrl": "https://moonbeam.foundation/moonbeam-crowdloan/",
197
- "blockExplorer": "https://moonbeam.subscan.io/",
197
+ "blockExplorer": "https://moonscan.io/",
198
198
  "existentialDeposit": "0",
199
199
  "symbol": "GLMR",
200
200
  "decimals": 18,
@@ -2112,7 +2112,7 @@
2112
2112
  "addressPrefix": 88,
2113
2113
  "chainType": "RELAYCHAIN",
2114
2114
  "crowdloanUrl": null,
2115
- "blockExplorer": "https://polkadex.subscan.io/",
2115
+ "blockExplorer": "https://pdexmon.com/",
2116
2116
  "existentialDeposit": "1000000000000",
2117
2117
  "symbol": "PDEX",
2118
2118
  "decimals": 12,
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.111-beta.2-pr-516-fb30b532",
23
+ "version": "0.2.111-beta.3-pr-516-37491b3a",
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.111-beta.2'
10
+ version: '0.2.111-beta.3'
11
11
  };