@polkadot/networks 8.1.3-27 → 8.1.3-30
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 +4 -4
- package/packageInfo.cjs +1 -1
- package/packageInfo.js +1 -1
- package/substrate.cjs +16 -0
- package/substrate.js +16 -0
package/package.json
CHANGED
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "8.1.3-
|
|
20
|
+
"version": "8.1.3-30",
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime": "^7.16.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@polkadot/hw-ledger": "8.1.3-
|
|
27
|
-
"@polkadot/util": "8.1.3-
|
|
28
|
-
"@polkadot/x-fetch": "8.1.3-
|
|
26
|
+
"@polkadot/hw-ledger": "8.1.3-30",
|
|
27
|
+
"@polkadot/util": "8.1.3-30",
|
|
28
|
+
"@polkadot/x-fetch": "8.1.3-30"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
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',
|
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',
|