@polkadot/networks 8.1.3-18 → 8.1.3-19

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/defaults.cjs CHANGED
@@ -67,6 +67,7 @@ const knownLedger = {
67
67
  'nodle-chain': 0x000003eb,
68
68
  polkadot: 0x00000162,
69
69
  polymesh: 0x00000253,
70
+ sora: 0x00000269,
70
71
  statemine: 0x000001b2 // common-good on Kusama, shares derivation
71
72
 
72
73
  }; // testnets should not allow selection
package/defaults.js CHANGED
@@ -58,6 +58,7 @@ export const knownLedger = {
58
58
  'nodle-chain': 0x000003eb,
59
59
  polkadot: 0x00000162,
60
60
  polymesh: 0x00000253,
61
+ sora: 0x00000269,
61
62
  statemine: 0x000001b2 // common-good on Kusama, shares derivation
62
63
 
63
64
  }; // testnets should not allow selection
package/package.json CHANGED
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "8.1.3-18",
20
+ "version": "8.1.3-19",
21
21
  "main": "index.js",
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7.16.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@polkadot/util": "8.1.3-18",
27
- "@polkadot/x-fetch": "8.1.3-18"
26
+ "@polkadot/util": "8.1.3-19",
27
+ "@polkadot/x-fetch": "8.1.3-19"
28
28
  },
29
29
  "exports": {
30
30
  ".": {
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: '8.1.3-18'
12
+ version: '8.1.3-19'
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: '8.1.3-18'
6
+ version: '8.1.3-19'
7
7
  };