@polkadot/networks 8.3.2-1 → 8.3.2-5

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.2-1",
20
+ "version": "8.3.2-5",
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.2-1"
76
+ "@polkadot/util": "8.3.2-5"
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.2-1'
14
+ version: '8.3.2-5'
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.2-1'
8
+ version: '8.3.2-5'
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',
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',