@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 +3 -3
- package/packageInfo.cjs +1 -1
- package/packageInfo.js +1 -1
- package/substrate.cjs +8 -0
- package/substrate.js +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polkadot/networks",
|
|
3
|
-
"version": "7.3.2-
|
|
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-
|
|
23
|
-
"@polkadot/x-fetch": "7.3.2-
|
|
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
package/packageInfo.js
CHANGED
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',
|