@polkadot/networks 7.4.2-0 → 7.4.2-4

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.
package/interfaces.cjs CHANGED
@@ -21,7 +21,7 @@ const allNetworks = _substrate.knownSubstrate.map(o => {
21
21
  n.hasLedgerSupport = !!n.slip44;
22
22
  n.genesisHash = _defaults.knownGenesis[network] || [];
23
23
  n.icon = _defaults.knownIcon[network] || 'substrate';
24
- n.isIgnored = !network || !!_defaults.knownTestnet[network] || network.startsWith('reserved');
24
+ n.isIgnored = !network || !!_defaults.knownTestnet[network] || !o.standardAccount;
25
25
  return n;
26
26
  }); // The list of available/claimed prefixes
27
27
  // - no testnets
package/interfaces.js CHANGED
@@ -11,7 +11,7 @@ export const allNetworks = knownSubstrate.map(o => {
11
11
  n.hasLedgerSupport = !!n.slip44;
12
12
  n.genesisHash = knownGenesis[network] || [];
13
13
  n.icon = knownIcon[network] || 'substrate';
14
- n.isIgnored = !network || !!knownTestnet[network] || network.startsWith('reserved');
14
+ n.isIgnored = !network || !!knownTestnet[network] || !o.standardAccount;
15
15
  return n;
16
16
  }); // The list of available/claimed prefixes
17
17
  // - no testnets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polkadot/networks",
3
- "version": "7.4.2-0",
3
+ "version": "7.4.2-4",
4
4
  "type": "module",
5
5
  "description": "A list of all available Substrate networks and their applicable prefixes",
6
6
  "main": "index.js",
@@ -19,8 +19,8 @@
19
19
  "@babel/runtime": "^7.15.4"
20
20
  },
21
21
  "devDependencies": {
22
- "@polkadot/util": "7.4.2-0",
23
- "@polkadot/x-fetch": "7.4.2-0"
22
+ "@polkadot/util": "7.4.2-4",
23
+ "@polkadot/x-fetch": "7.4.2-4"
24
24
  },
25
25
  "exports": {
26
26
  ".": {
package/packageInfo.cjs CHANGED
@@ -9,6 +9,6 @@ exports.packageInfo = void 0;
9
9
  // Auto-generated by @polkadot/dev, do not edit
10
10
  const packageInfo = {
11
11
  name: '@polkadot/networks',
12
- version: '7.4.2-0'
12
+ version: '7.4.2-4'
13
13
  };
14
14
  exports.packageInfo = packageInfo;
package/packageInfo.js CHANGED
@@ -3,5 +3,5 @@
3
3
  // Auto-generated by @polkadot/dev, do not edit
4
4
  export const packageInfo = {
5
5
  name: '@polkadot/networks',
6
- version: '7.4.2-0'
6
+ version: '7.4.2-4'
7
7
  };
package/substrate.cjs CHANGED
@@ -476,6 +476,14 @@ const knownSubstrate = [{
476
476
  standardAccount: '*25519',
477
477
  symbols: ['KMA'],
478
478
  website: 'https://manta.network'
479
+ }, {
480
+ decimals: [12],
481
+ displayName: 'Polkadex Mainnet',
482
+ network: 'polkadex',
483
+ prefix: 88,
484
+ standardAccount: '*25519',
485
+ symbols: ['PDEX'],
486
+ website: 'https://polkadex.trade'
479
487
  }, {
480
488
  decimals: [18],
481
489
  displayName: 'PolkaSmith Canary Network',
package/substrate.js CHANGED
@@ -470,6 +470,14 @@ export const knownSubstrate = [{
470
470
  standardAccount: '*25519',
471
471
  symbols: ['KMA'],
472
472
  website: 'https://manta.network'
473
+ }, {
474
+ decimals: [12],
475
+ displayName: 'Polkadex Mainnet',
476
+ network: 'polkadex',
477
+ prefix: 88,
478
+ standardAccount: '*25519',
479
+ symbols: ['PDEX'],
480
+ website: 'https://polkadex.trade'
473
481
  }, {
474
482
  decimals: [18],
475
483
  displayName: 'PolkaSmith Canary Network',