@polkadot/networks 7.8.3-21 → 7.8.3-22
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 +9 -1
- package/substrate.js +9 -1
package/package.json
CHANGED
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "7.8.3-
|
|
20
|
+
"version": "7.8.3-22",
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime": "^7.16.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@polkadot/util": "7.8.3-
|
|
27
|
-
"@polkadot/x-fetch": "7.8.3-
|
|
26
|
+
"@polkadot/util": "7.8.3-22",
|
|
27
|
+
"@polkadot/x-fetch": "7.8.3-22"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -136,7 +136,7 @@ const knownSubstrate = [{
|
|
|
136
136
|
network: 'totem',
|
|
137
137
|
prefix: 14,
|
|
138
138
|
standardAccount: '*25519',
|
|
139
|
-
symbols: ['
|
|
139
|
+
symbols: ['TOTEM'],
|
|
140
140
|
website: 'https://totemaccounting.com'
|
|
141
141
|
}, {
|
|
142
142
|
decimals: [12],
|
|
@@ -602,6 +602,14 @@ const knownSubstrate = [{
|
|
|
602
602
|
standardAccount: 'secp256k1',
|
|
603
603
|
symbols: ['MOVR'],
|
|
604
604
|
website: 'https://moonbeam.network'
|
|
605
|
+
}, {
|
|
606
|
+
decimals: [12],
|
|
607
|
+
displayName: 'Kapex',
|
|
608
|
+
network: 'kapex',
|
|
609
|
+
prefix: 2007,
|
|
610
|
+
standardAccount: '*25519',
|
|
611
|
+
symbols: ['KAPEX'],
|
|
612
|
+
website: 'https://totemaccounting.com'
|
|
605
613
|
}, {
|
|
606
614
|
decimals: [18],
|
|
607
615
|
displayName: 'Subspace testnet',
|
package/substrate.js
CHANGED
|
@@ -130,7 +130,7 @@ export const knownSubstrate = [{
|
|
|
130
130
|
network: 'totem',
|
|
131
131
|
prefix: 14,
|
|
132
132
|
standardAccount: '*25519',
|
|
133
|
-
symbols: ['
|
|
133
|
+
symbols: ['TOTEM'],
|
|
134
134
|
website: 'https://totemaccounting.com'
|
|
135
135
|
}, {
|
|
136
136
|
decimals: [12],
|
|
@@ -596,6 +596,14 @@ export const knownSubstrate = [{
|
|
|
596
596
|
standardAccount: 'secp256k1',
|
|
597
597
|
symbols: ['MOVR'],
|
|
598
598
|
website: 'https://moonbeam.network'
|
|
599
|
+
}, {
|
|
600
|
+
decimals: [12],
|
|
601
|
+
displayName: 'Kapex',
|
|
602
|
+
network: 'kapex',
|
|
603
|
+
prefix: 2007,
|
|
604
|
+
standardAccount: '*25519',
|
|
605
|
+
symbols: ['KAPEX'],
|
|
606
|
+
website: 'https://totemaccounting.com'
|
|
599
607
|
}, {
|
|
600
608
|
decimals: [18],
|
|
601
609
|
displayName: 'Subspace testnet',
|