@polkadot/networks 7.3.2-3 → 7.3.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.3.2-3",
3
+ "version": "7.3.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.3.2-3",
23
- "@polkadot/x-fetch": "7.3.2-3"
22
+ "@polkadot/util": "7.3.2-7",
23
+ "@polkadot/x-fetch": "7.3.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.3.2-3'
12
+ version: '7.3.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.3.2-3'
6
+ version: '7.3.2-7'
7
7
  };
package/substrate.cjs CHANGED
@@ -516,6 +516,14 @@ const knownSubstrate = [{
516
516
  standardAccount: '*25519',
517
517
  symbols: null,
518
518
  website: 'https://integritee.network'
519
+ }, {
520
+ decimals: [18],
521
+ displayName: 'Clover Finance',
522
+ network: 'clover',
523
+ prefix: 128,
524
+ standardAccount: '*25519',
525
+ symbols: ['CLV'],
526
+ website: 'https://clover.finance'
519
527
  }, {
520
528
  decimals: [18],
521
529
  displayName: 'Altair',
package/substrate.js CHANGED
@@ -510,6 +510,14 @@ export const knownSubstrate = [{
510
510
  standardAccount: '*25519',
511
511
  symbols: null,
512
512
  website: 'https://integritee.network'
513
+ }, {
514
+ decimals: [18],
515
+ displayName: 'Clover Finance',
516
+ network: 'clover',
517
+ prefix: 128,
518
+ standardAccount: '*25519',
519
+ symbols: ['CLV'],
520
+ website: 'https://clover.finance'
513
521
  }, {
514
522
  decimals: [18],
515
523
  displayName: 'Altair',