@polkadot/networks 7.7.2-4 → 7.7.2-8

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
@@ -13,6 +13,7 @@ const substrateRegistry = 'https://raw.githubusercontent.com/paritytech/ss58-reg
13
13
 
14
14
  exports.substrateRegistry = substrateRegistry;
15
15
  const knownGenesis = {
16
+ acala: ['0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c'],
16
17
  bifrost: ['0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed'],
17
18
  centrifuge: ['0x67dddf2673b69e5f875f6f25277495834398eafd67f492e09f3f3345e003d1b5'],
18
19
  'dock-mainnet': ['0xf73467c6544aa68df2ee546b135f955c46b90fa627e9b5d7935f41061bb8a5a9'],
package/defaults.js CHANGED
@@ -6,6 +6,7 @@ export const substrateRegistry = 'https://raw.githubusercontent.com/paritytech/s
6
6
  // (See Kusama as an example)
7
7
 
8
8
  export const knownGenesis = {
9
+ acala: ['0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c'],
9
10
  bifrost: ['0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed'],
10
11
  centrifuge: ['0x67dddf2673b69e5f875f6f25277495834398eafd67f492e09f3f3345e003d1b5'],
11
12
  'dock-mainnet': ['0xf73467c6544aa68df2ee546b135f955c46b90fa627e9b5d7935f41061bb8a5a9'],
package/package.json CHANGED
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "7.7.2-4",
20
+ "version": "7.7.2-8",
21
21
  "main": "index.js",
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7.16.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@polkadot/util": "7.7.2-4",
27
- "@polkadot/x-fetch": "7.7.2-4"
26
+ "@polkadot/util": "7.7.2-8",
27
+ "@polkadot/x-fetch": "7.7.2-8"
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: '7.7.2-4'
12
+ version: '7.7.2-8'
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.7.2-4'
6
+ version: '7.7.2-8'
7
7
  };
package/substrate.cjs CHANGED
@@ -570,6 +570,14 @@ const knownSubstrate = [{
570
570
  standardAccount: '*25519',
571
571
  symbols: ['QTZ'],
572
572
  website: 'https://unique.network'
573
+ }, {
574
+ decimals: [18],
575
+ displayName: 'Pioneer Network by Bit.Country',
576
+ network: 'pioneer_network',
577
+ prefix: 268,
578
+ standardAccount: '*25519',
579
+ symbols: ['NEER'],
580
+ website: 'https://bit.country'
573
581
  }, {
574
582
  decimals: [18],
575
583
  displayName: 'Moonbeam',
package/substrate.js CHANGED
@@ -564,6 +564,14 @@ export const knownSubstrate = [{
564
564
  standardAccount: '*25519',
565
565
  symbols: ['QTZ'],
566
566
  website: 'https://unique.network'
567
+ }, {
568
+ decimals: [18],
569
+ displayName: 'Pioneer Network by Bit.Country',
570
+ network: 'pioneer_network',
571
+ prefix: 268,
572
+ standardAccount: '*25519',
573
+ symbols: ['NEER'],
574
+ website: 'https://bit.country'
567
575
  }, {
568
576
  decimals: [18],
569
577
  displayName: 'Moonbeam',