@polkadot/networks 8.3.1 → 8.3.2-11

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
@@ -46,7 +46,7 @@ function filterAvailable(n) {
46
46
  function sortNetworks(a, b) {
47
47
  const isUnSortedA = UNSORTED.includes(a.prefix);
48
48
  const isUnSortedB = UNSORTED.includes(b.prefix);
49
- return isUnSortedA === isUnSortedB ? 0 : isUnSortedA ? -1 : isUnSortedB ? 1 : a.displayName.localeCompare(b.displayName);
49
+ return isUnSortedA === isUnSortedB ? isUnSortedA ? 0 : a.displayName.localeCompare(b.displayName) : isUnSortedA ? -1 : 1;
50
50
  } // This is all the Substrate networks with our additional information
51
51
 
52
52
 
package/interfaces.js CHANGED
@@ -36,7 +36,7 @@ function filterAvailable(n) {
36
36
  function sortNetworks(a, b) {
37
37
  const isUnSortedA = UNSORTED.includes(a.prefix);
38
38
  const isUnSortedB = UNSORTED.includes(b.prefix);
39
- return isUnSortedA === isUnSortedB ? 0 : isUnSortedA ? -1 : isUnSortedB ? 1 : a.displayName.localeCompare(b.displayName);
39
+ return isUnSortedA === isUnSortedB ? isUnSortedA ? 0 : a.displayName.localeCompare(b.displayName) : isUnSortedA ? -1 : 1;
40
40
  } // This is all the Substrate networks with our additional information
41
41
 
42
42
 
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-11",
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-11"
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-11'
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-11'
9
9
  };
package/substrate.cjs CHANGED
@@ -59,13 +59,13 @@ const knownSubstrate = [{
59
59
  symbols: null,
60
60
  website: null
61
61
  }, {
62
- decimals: [15],
63
- displayName: 'Plasm Network',
64
- network: 'plasm',
62
+ decimals: [18],
63
+ displayName: 'Astar Network',
64
+ network: 'astar',
65
65
  prefix: 5,
66
66
  standardAccount: '*25519',
67
- symbols: ['PLM'],
68
- website: 'https://plasmnet.io'
67
+ symbols: ['ASTR'],
68
+ website: 'https://astar.network'
69
69
  }, {
70
70
  decimals: [12],
71
71
  displayName: 'Bifrost',
@@ -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
@@ -53,13 +53,13 @@ export const knownSubstrate = [{
53
53
  symbols: null,
54
54
  website: null
55
55
  }, {
56
- decimals: [15],
57
- displayName: 'Plasm Network',
58
- network: 'plasm',
56
+ decimals: [18],
57
+ displayName: 'Astar Network',
58
+ network: 'astar',
59
59
  prefix: 5,
60
60
  standardAccount: '*25519',
61
- symbols: ['PLM'],
62
- website: 'https://plasmnet.io'
61
+ symbols: ['ASTR'],
62
+ website: 'https://astar.network'
63
63
  }, {
64
64
  decimals: [12],
65
65
  displayName: 'Bifrost',
@@ -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',