@polkadot/networks 8.1.3-10 → 8.1.3-11
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 +2 -2
- package/substrate.js +2 -2
package/package.json
CHANGED
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "8.1.3-
|
|
20
|
+
"version": "8.1.3-11",
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime": "^7.16.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@polkadot/util": "8.1.3-
|
|
27
|
-
"@polkadot/x-fetch": "8.1.3-
|
|
26
|
+
"@polkadot/util": "8.1.3-11",
|
|
27
|
+
"@polkadot/x-fetch": "8.1.3-11"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -662,7 +662,7 @@ const knownSubstrate = [{
|
|
|
662
662
|
decimals: [12],
|
|
663
663
|
displayName: 'CESS Testnet',
|
|
664
664
|
network: 'cess-testnet',
|
|
665
|
-
prefix:
|
|
665
|
+
prefix: 11330,
|
|
666
666
|
standardAccount: '*25519',
|
|
667
667
|
symbols: ['TCESS'],
|
|
668
668
|
website: 'https://cess.cloud'
|
|
@@ -670,7 +670,7 @@ const knownSubstrate = [{
|
|
|
670
670
|
decimals: [12],
|
|
671
671
|
displayName: 'CESS',
|
|
672
672
|
network: 'cess',
|
|
673
|
-
prefix:
|
|
673
|
+
prefix: 11331,
|
|
674
674
|
standardAccount: '*25519',
|
|
675
675
|
symbols: ['CESS'],
|
|
676
676
|
website: 'https://cess.cloud'
|
package/substrate.js
CHANGED
|
@@ -656,7 +656,7 @@ export const knownSubstrate = [{
|
|
|
656
656
|
decimals: [12],
|
|
657
657
|
displayName: 'CESS Testnet',
|
|
658
658
|
network: 'cess-testnet',
|
|
659
|
-
prefix:
|
|
659
|
+
prefix: 11330,
|
|
660
660
|
standardAccount: '*25519',
|
|
661
661
|
symbols: ['TCESS'],
|
|
662
662
|
website: 'https://cess.cloud'
|
|
@@ -664,7 +664,7 @@ export const knownSubstrate = [{
|
|
|
664
664
|
decimals: [12],
|
|
665
665
|
displayName: 'CESS',
|
|
666
666
|
network: 'cess',
|
|
667
|
-
prefix:
|
|
667
|
+
prefix: 11331,
|
|
668
668
|
standardAccount: '*25519',
|
|
669
669
|
symbols: ['CESS'],
|
|
670
670
|
website: 'https://cess.cloud'
|