@polkadot/networks 7.4.2-6 → 7.4.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 +1 -1
- package/substrate.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polkadot/networks",
|
|
3
|
-
"version": "7.4.2-
|
|
3
|
+
"version": "7.4.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.4.2-
|
|
23
|
-
"@polkadot/x-fetch": "7.4.2-
|
|
22
|
+
"@polkadot/util": "7.4.2-7",
|
|
23
|
+
"@polkadot/x-fetch": "7.4.2-7"
|
|
24
24
|
},
|
|
25
25
|
"exports": {
|
|
26
26
|
".": {
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -347,7 +347,7 @@ const knownSubstrate = [{
|
|
|
347
347
|
prefix: 42,
|
|
348
348
|
standardAccount: '*25519',
|
|
349
349
|
symbols: null,
|
|
350
|
-
website: 'https://substrate.
|
|
350
|
+
website: 'https://docs.substrate.io/'
|
|
351
351
|
}, {
|
|
352
352
|
decimals: null,
|
|
353
353
|
displayName: 'Bare 32-bit ECDSA SECP-256k1 public key.',
|
package/substrate.js
CHANGED
|
@@ -341,7 +341,7 @@ export const knownSubstrate = [{
|
|
|
341
341
|
prefix: 42,
|
|
342
342
|
standardAccount: '*25519',
|
|
343
343
|
symbols: null,
|
|
344
|
-
website: 'https://substrate.
|
|
344
|
+
website: 'https://docs.substrate.io/'
|
|
345
345
|
}, {
|
|
346
346
|
decimals: null,
|
|
347
347
|
displayName: 'Bare 32-bit ECDSA SECP-256k1 public key.',
|