@polkadot/networks 8.1.3-9 → 8.2.2-0
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/defaults.cjs +4 -0
- package/defaults.js +4 -0
- package/package.json +5 -4
- package/packageInfo.cjs +1 -1
- package/packageInfo.js +1 -1
- package/substrate.cjs +18 -2
- package/substrate.js +18 -2
package/defaults.cjs
CHANGED
|
@@ -36,6 +36,7 @@ const knownGenesis = {
|
|
|
36
36
|
plasm: ['0x3e86364d4b4894021cb2a0390bcf2feb5517d5292f2de2bb9404227e908b0b8b'],
|
|
37
37
|
polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
|
|
38
38
|
polymesh: ['0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'],
|
|
39
|
+
sora: ['0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5'],
|
|
39
40
|
stafi: ['0x290a4149f09ea0e402c74c1c7e96ae4239588577fe78932f94f5404c68243d80'],
|
|
40
41
|
statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
|
|
41
42
|
subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8']
|
|
@@ -46,6 +47,7 @@ const knownIcon = {
|
|
|
46
47
|
centrifuge: 'polkadot',
|
|
47
48
|
kusama: 'polkadot',
|
|
48
49
|
polkadot: 'polkadot',
|
|
50
|
+
sora: 'polkadot',
|
|
49
51
|
statemine: 'polkadot',
|
|
50
52
|
statemint: 'polkadot',
|
|
51
53
|
westmint: 'polkadot'
|
|
@@ -55,6 +57,7 @@ const knownIcon = {
|
|
|
55
57
|
|
|
56
58
|
exports.knownIcon = knownIcon;
|
|
57
59
|
const knownLedger = {
|
|
60
|
+
bifrost: 0x00000314,
|
|
58
61
|
centrifuge: 0x000002eb,
|
|
59
62
|
'dock-mainnet': 0x00000252,
|
|
60
63
|
edgeware: 0x0000020b,
|
|
@@ -64,6 +67,7 @@ const knownLedger = {
|
|
|
64
67
|
'nodle-chain': 0x000003eb,
|
|
65
68
|
polkadot: 0x00000162,
|
|
66
69
|
polymesh: 0x00000253,
|
|
70
|
+
sora: 0x00000269,
|
|
67
71
|
statemine: 0x000001b2 // common-good on Kusama, shares derivation
|
|
68
72
|
|
|
69
73
|
}; // testnets should not allow selection
|
package/defaults.js
CHANGED
|
@@ -29,6 +29,7 @@ export const knownGenesis = {
|
|
|
29
29
|
plasm: ['0x3e86364d4b4894021cb2a0390bcf2feb5517d5292f2de2bb9404227e908b0b8b'],
|
|
30
30
|
polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
|
|
31
31
|
polymesh: ['0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'],
|
|
32
|
+
sora: ['0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5'],
|
|
32
33
|
stafi: ['0x290a4149f09ea0e402c74c1c7e96ae4239588577fe78932f94f5404c68243d80'],
|
|
33
34
|
statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
|
|
34
35
|
subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8']
|
|
@@ -38,6 +39,7 @@ export const knownIcon = {
|
|
|
38
39
|
centrifuge: 'polkadot',
|
|
39
40
|
kusama: 'polkadot',
|
|
40
41
|
polkadot: 'polkadot',
|
|
42
|
+
sora: 'polkadot',
|
|
41
43
|
statemine: 'polkadot',
|
|
42
44
|
statemint: 'polkadot',
|
|
43
45
|
westmint: 'polkadot'
|
|
@@ -46,6 +48,7 @@ export const knownIcon = {
|
|
|
46
48
|
// NOTE: Any network here needs to have a genesisHash attached in the config above
|
|
47
49
|
|
|
48
50
|
export const knownLedger = {
|
|
51
|
+
bifrost: 0x00000314,
|
|
49
52
|
centrifuge: 0x000002eb,
|
|
50
53
|
'dock-mainnet': 0x00000252,
|
|
51
54
|
edgeware: 0x0000020b,
|
|
@@ -55,6 +58,7 @@ export const knownLedger = {
|
|
|
55
58
|
'nodle-chain': 0x000003eb,
|
|
56
59
|
polkadot: 0x00000162,
|
|
57
60
|
polymesh: 0x00000253,
|
|
61
|
+
sora: 0x00000269,
|
|
58
62
|
statemine: 0x000001b2 // common-good on Kusama, shares derivation
|
|
59
63
|
|
|
60
64
|
}; // testnets should not allow selection
|
package/package.json
CHANGED
|
@@ -17,14 +17,15 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "8.
|
|
20
|
+
"version": "8.2.2-0",
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@babel/runtime": "^7.16.
|
|
23
|
+
"@babel/runtime": "^7.16.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@polkadot/
|
|
27
|
-
"@polkadot/
|
|
26
|
+
"@polkadot/hw-ledger": "8.2.2-0",
|
|
27
|
+
"@polkadot/util": "8.2.2-0",
|
|
28
|
+
"@polkadot/x-fetch": "8.2.2-0"
|
|
28
29
|
},
|
|
29
30
|
"exports": {
|
|
30
31
|
".": {
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -634,6 +634,22 @@ const knownSubstrate = [{
|
|
|
634
634
|
standardAccount: '*25519',
|
|
635
635
|
symbols: ['KAPEX'],
|
|
636
636
|
website: 'https://totemaccounting.com'
|
|
637
|
+
}, {
|
|
638
|
+
decimals: [10],
|
|
639
|
+
displayName: 'Interlay',
|
|
640
|
+
network: 'interlay',
|
|
641
|
+
prefix: 2032,
|
|
642
|
+
standardAccount: '*25519',
|
|
643
|
+
symbols: ['INTR'],
|
|
644
|
+
website: 'https://interlay.io/'
|
|
645
|
+
}, {
|
|
646
|
+
decimals: [12],
|
|
647
|
+
displayName: 'Kintsugi',
|
|
648
|
+
network: 'kintsugi',
|
|
649
|
+
prefix: 2092,
|
|
650
|
+
standardAccount: '*25519',
|
|
651
|
+
symbols: ['KINT'],
|
|
652
|
+
website: 'https://interlay.io/'
|
|
637
653
|
}, {
|
|
638
654
|
decimals: [18],
|
|
639
655
|
displayName: 'Subspace testnet',
|
|
@@ -662,7 +678,7 @@ const knownSubstrate = [{
|
|
|
662
678
|
decimals: [12],
|
|
663
679
|
displayName: 'CESS Testnet',
|
|
664
680
|
network: 'cess-testnet',
|
|
665
|
-
prefix:
|
|
681
|
+
prefix: 11330,
|
|
666
682
|
standardAccount: '*25519',
|
|
667
683
|
symbols: ['TCESS'],
|
|
668
684
|
website: 'https://cess.cloud'
|
|
@@ -670,7 +686,7 @@ const knownSubstrate = [{
|
|
|
670
686
|
decimals: [12],
|
|
671
687
|
displayName: 'CESS',
|
|
672
688
|
network: 'cess',
|
|
673
|
-
prefix:
|
|
689
|
+
prefix: 11331,
|
|
674
690
|
standardAccount: '*25519',
|
|
675
691
|
symbols: ['CESS'],
|
|
676
692
|
website: 'https://cess.cloud'
|
package/substrate.js
CHANGED
|
@@ -628,6 +628,22 @@ export const knownSubstrate = [{
|
|
|
628
628
|
standardAccount: '*25519',
|
|
629
629
|
symbols: ['KAPEX'],
|
|
630
630
|
website: 'https://totemaccounting.com'
|
|
631
|
+
}, {
|
|
632
|
+
decimals: [10],
|
|
633
|
+
displayName: 'Interlay',
|
|
634
|
+
network: 'interlay',
|
|
635
|
+
prefix: 2032,
|
|
636
|
+
standardAccount: '*25519',
|
|
637
|
+
symbols: ['INTR'],
|
|
638
|
+
website: 'https://interlay.io/'
|
|
639
|
+
}, {
|
|
640
|
+
decimals: [12],
|
|
641
|
+
displayName: 'Kintsugi',
|
|
642
|
+
network: 'kintsugi',
|
|
643
|
+
prefix: 2092,
|
|
644
|
+
standardAccount: '*25519',
|
|
645
|
+
symbols: ['KINT'],
|
|
646
|
+
website: 'https://interlay.io/'
|
|
631
647
|
}, {
|
|
632
648
|
decimals: [18],
|
|
633
649
|
displayName: 'Subspace testnet',
|
|
@@ -656,7 +672,7 @@ export const knownSubstrate = [{
|
|
|
656
672
|
decimals: [12],
|
|
657
673
|
displayName: 'CESS Testnet',
|
|
658
674
|
network: 'cess-testnet',
|
|
659
|
-
prefix:
|
|
675
|
+
prefix: 11330,
|
|
660
676
|
standardAccount: '*25519',
|
|
661
677
|
symbols: ['TCESS'],
|
|
662
678
|
website: 'https://cess.cloud'
|
|
@@ -664,7 +680,7 @@ export const knownSubstrate = [{
|
|
|
664
680
|
decimals: [12],
|
|
665
681
|
displayName: 'CESS',
|
|
666
682
|
network: 'cess',
|
|
667
|
-
prefix:
|
|
683
|
+
prefix: 11331,
|
|
668
684
|
standardAccount: '*25519',
|
|
669
685
|
symbols: ['CESS'],
|
|
670
686
|
website: 'https://cess.cloud'
|