@polkadot/networks 8.3.1 → 8.3.2-3
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 +2 -2
- package/packageInfo.cjs +1 -1
- package/packageInfo.js +1 -1
- package/substrate.cjs +8 -0
- package/substrate.js +8 -0
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "8.3.
|
|
20
|
+
"version": "8.3.2-3",
|
|
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.
|
|
76
|
+
"@polkadot/util": "8.3.2-3"
|
|
77
77
|
}
|
|
78
78
|
}
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -602,6 +602,14 @@ const knownSubstrate = [{
|
|
|
602
602
|
standardAccount: '*25519',
|
|
603
603
|
symbols: ['NEER'],
|
|
604
604
|
website: 'https://bit.country'
|
|
605
|
+
}, {
|
|
606
|
+
decimals: [18],
|
|
607
|
+
displayName: 'SORA Kusama Parachain',
|
|
608
|
+
network: 'sora_kusama_para',
|
|
609
|
+
prefix: 420,
|
|
610
|
+
standardAccount: '*25519',
|
|
611
|
+
symbols: ['XOR'],
|
|
612
|
+
website: 'https://sora.org'
|
|
605
613
|
}, {
|
|
606
614
|
decimals: [18],
|
|
607
615
|
displayName: 'Efinity',
|
package/substrate.js
CHANGED
|
@@ -596,6 +596,14 @@ export const knownSubstrate = [{
|
|
|
596
596
|
standardAccount: '*25519',
|
|
597
597
|
symbols: ['NEER'],
|
|
598
598
|
website: 'https://bit.country'
|
|
599
|
+
}, {
|
|
600
|
+
decimals: [18],
|
|
601
|
+
displayName: 'SORA Kusama Parachain',
|
|
602
|
+
network: 'sora_kusama_para',
|
|
603
|
+
prefix: 420,
|
|
604
|
+
standardAccount: '*25519',
|
|
605
|
+
symbols: ['XOR'],
|
|
606
|
+
website: 'https://sora.org'
|
|
599
607
|
}, {
|
|
600
608
|
decimals: [18],
|
|
601
609
|
displayName: 'Efinity',
|