@polkadot/networks 8.3.1 → 8.3.2-0

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
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "8.3.1",
20
+ "version": "8.3.2-0",
21
21
  "main": "index.cjs",
22
22
  "module": "index.js",
23
23
  "types": "index.d.ts",
@@ -73,6 +73,6 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "@babel/runtime": "^7.16.7",
76
- "@polkadot/util": "8.3.1"
76
+ "@polkadot/util": "8.3.2-0"
77
77
  }
78
78
  }
package/packageInfo.cjs CHANGED
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/networks',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '8.3.1'
14
+ version: '8.3.2-0'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/networks',
6
6
  path: new URL('.', import.meta.url).pathname,
7
7
  type: 'esm',
8
- version: '8.3.1'
8
+ version: '8.3.2-0'
9
9
  };
package/substrate.cjs CHANGED
@@ -602,6 +602,14 @@ const knownSubstrate = [{
602
602
  standardAccount: '*25519',
603
603
  symbols: ['NEER'],
604
604
  website: 'https://bit.country'
605
+ }, {
606
+ decimals: [18],
607
+ displayName: 'SORA Kusama Parachain',
608
+ network: 'sora_kusama_para',
609
+ prefix: 420,
610
+ standardAccount: '*25519',
611
+ symbols: ['XOR'],
612
+ website: 'https://sora.org'
605
613
  }, {
606
614
  decimals: [18],
607
615
  displayName: 'Efinity',
package/substrate.js CHANGED
@@ -596,6 +596,14 @@ export const knownSubstrate = [{
596
596
  standardAccount: '*25519',
597
597
  symbols: ['NEER'],
598
598
  website: 'https://bit.country'
599
+ }, {
600
+ decimals: [18],
601
+ displayName: 'SORA Kusama Parachain',
602
+ network: 'sora_kusama_para',
603
+ prefix: 420,
604
+ standardAccount: '*25519',
605
+ symbols: ['XOR'],
606
+ website: 'https://sora.org'
599
607
  }, {
600
608
  decimals: [18],
601
609
  displayName: 'Efinity',