@polkadot/networks 7.8.3-32 → 7.8.3-33
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 +8 -0
- package/substrate.js +8 -0
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-33",
|
|
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-33",
|
|
27
|
+
"@polkadot/x-fetch": "7.8.3-33"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -522,6 +522,14 @@ const knownSubstrate = [{
|
|
|
522
522
|
standardAccount: 'secp256k1',
|
|
523
523
|
symbols: ['TRAC'],
|
|
524
524
|
website: 'https://origintrail.io'
|
|
525
|
+
}, {
|
|
526
|
+
decimals: [10],
|
|
527
|
+
displayName: 'Pontem Network',
|
|
528
|
+
network: 'pontem-network',
|
|
529
|
+
prefix: 105,
|
|
530
|
+
standardAccount: '*25519',
|
|
531
|
+
symbols: ['PONT'],
|
|
532
|
+
website: 'https://pontem.network'
|
|
525
533
|
}, {
|
|
526
534
|
decimals: [12],
|
|
527
535
|
displayName: 'Heiko',
|
package/substrate.js
CHANGED
|
@@ -516,6 +516,14 @@ export const knownSubstrate = [{
|
|
|
516
516
|
standardAccount: 'secp256k1',
|
|
517
517
|
symbols: ['TRAC'],
|
|
518
518
|
website: 'https://origintrail.io'
|
|
519
|
+
}, {
|
|
520
|
+
decimals: [10],
|
|
521
|
+
displayName: 'Pontem Network',
|
|
522
|
+
network: 'pontem-network',
|
|
523
|
+
prefix: 105,
|
|
524
|
+
standardAccount: '*25519',
|
|
525
|
+
symbols: ['PONT'],
|
|
526
|
+
website: 'https://pontem.network'
|
|
519
527
|
}, {
|
|
520
528
|
decimals: [12],
|
|
521
529
|
displayName: 'Heiko',
|