@polkadot/networks 7.4.2-6 → 7.4.2-7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polkadot/networks",
3
- "version": "7.4.2-6",
3
+ "version": "7.4.2-7",
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-6",
23
- "@polkadot/x-fetch": "7.4.2-6"
22
+ "@polkadot/util": "7.4.2-7",
23
+ "@polkadot/x-fetch": "7.4.2-7"
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-6'
12
+ version: '7.4.2-7'
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-6'
6
+ version: '7.4.2-7'
7
7
  };
package/substrate.cjs CHANGED
@@ -347,7 +347,7 @@ const knownSubstrate = [{
347
347
  prefix: 42,
348
348
  standardAccount: '*25519',
349
349
  symbols: null,
350
- website: 'https://substrate.dev/'
350
+ website: 'https://docs.substrate.io/'
351
351
  }, {
352
352
  decimals: null,
353
353
  displayName: 'Bare 32-bit ECDSA SECP-256k1 public key.',
package/substrate.js CHANGED
@@ -341,7 +341,7 @@ export const knownSubstrate = [{
341
341
  prefix: 42,
342
342
  standardAccount: '*25519',
343
343
  symbols: null,
344
- website: 'https://substrate.dev/'
344
+ website: 'https://docs.substrate.io/'
345
345
  }, {
346
346
  decimals: null,
347
347
  displayName: 'Bare 32-bit ECDSA SECP-256k1 public key.',