@subwallet/chain-list 0.2.105-beta.14 → 0.2.105-beta.15

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.
@@ -11209,7 +11209,7 @@
11209
11209
  originChain: "chainflip_dot",
11210
11210
  slug: "chainflip_dot-NATIVE-pDOT",
11211
11211
  name: "Polkadot Chainflip Testnet",
11212
- symbol: "pDOT",
11212
+ symbol: "DOT",
11213
11213
  decimals: 10,
11214
11214
  priceId: null,
11215
11215
  minAmount: "10000000000",
@@ -27850,7 +27850,7 @@
27850
27850
  crowdloanUrl: null,
27851
27851
  blockExplorer: null,
27852
27852
  existentialDeposit: "10000000000",
27853
- symbol: "pDOT",
27853
+ symbol: "DOT",
27854
27854
  decimals: 10,
27855
27855
  hasNativeNft: null,
27856
27856
  supportStaking: null,
@@ -7994,7 +7994,7 @@
7994
7994
  "originChain": "chainflip_dot",
7995
7995
  "slug": "chainflip_dot-NATIVE-pDOT",
7996
7996
  "name": "Polkadot Chainflip Testnet",
7997
- "symbol": "pDOT",
7997
+ "symbol": "DOT",
7998
7998
  "decimals": 10,
7999
7999
  "priceId": null,
8000
8000
  "minAmount": "10000000000",
@@ -8225,7 +8225,7 @@
8225
8225
  "crowdloanUrl": null,
8226
8226
  "blockExplorer": null,
8227
8227
  "existentialDeposit": "10000000000",
8228
- "symbol": "pDOT",
8228
+ "symbol": "DOT",
8229
8229
  "decimals": 10,
8230
8230
  "hasNativeNft": null,
8231
8231
  "supportStaking": null,
@@ -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.105-beta.14'
16
+ version: '0.2.105-beta.15'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7994,7 +7994,7 @@
7994
7994
  "originChain": "chainflip_dot",
7995
7995
  "slug": "chainflip_dot-NATIVE-pDOT",
7996
7996
  "name": "Polkadot Chainflip Testnet",
7997
- "symbol": "pDOT",
7997
+ "symbol": "DOT",
7998
7998
  "decimals": 10,
7999
7999
  "priceId": null,
8000
8000
  "minAmount": "10000000000",
@@ -8225,7 +8225,7 @@
8225
8225
  "crowdloanUrl": null,
8226
8226
  "blockExplorer": null,
8227
8227
  "existentialDeposit": "10000000000",
8228
- "symbol": "pDOT",
8228
+ "symbol": "DOT",
8229
8229
  "decimals": 10,
8230
8230
  "hasNativeNft": null,
8231
8231
  "supportStaking": null,
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.105-beta.14",
23
+ "version": "0.2.105-beta.15",
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.105-beta.14'
10
+ version: '0.2.105-beta.15'
11
11
  };