@polkadot/networks 7.4.2-1 → 7.4.2-2
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polkadot/networks",
|
|
3
|
-
"version": "7.4.2-
|
|
3
|
+
"version": "7.4.2-2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A list of all available Substrate networks and their applicable prefixes",
|
|
6
6
|
"main": "index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@babel/runtime": "^7.15.4"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@polkadot/util": "7.4.2-
|
|
23
|
-
"@polkadot/x-fetch": "7.4.2-
|
|
22
|
+
"@polkadot/util": "7.4.2-2",
|
|
23
|
+
"@polkadot/x-fetch": "7.4.2-2"
|
|
24
24
|
},
|
|
25
25
|
"exports": {
|
|
26
26
|
".": {
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED
package/substrate.cjs
CHANGED
|
@@ -476,6 +476,14 @@ const knownSubstrate = [{
|
|
|
476
476
|
standardAccount: '*25519',
|
|
477
477
|
symbols: ['KMA'],
|
|
478
478
|
website: 'https://manta.network'
|
|
479
|
+
}, {
|
|
480
|
+
decimals: [12],
|
|
481
|
+
displayName: 'Polkadex Mainnet',
|
|
482
|
+
network: 'polkadex',
|
|
483
|
+
prefix: 88,
|
|
484
|
+
standardAccount: '*25519',
|
|
485
|
+
symbols: ['PDEX'],
|
|
486
|
+
website: 'https://polkadex.trade'
|
|
479
487
|
}, {
|
|
480
488
|
decimals: [18],
|
|
481
489
|
displayName: 'PolkaSmith Canary Network',
|
package/substrate.js
CHANGED
|
@@ -470,6 +470,14 @@ export const knownSubstrate = [{
|
|
|
470
470
|
standardAccount: '*25519',
|
|
471
471
|
symbols: ['KMA'],
|
|
472
472
|
website: 'https://manta.network'
|
|
473
|
+
}, {
|
|
474
|
+
decimals: [12],
|
|
475
|
+
displayName: 'Polkadex Mainnet',
|
|
476
|
+
network: 'polkadex',
|
|
477
|
+
prefix: 88,
|
|
478
|
+
standardAccount: '*25519',
|
|
479
|
+
symbols: ['PDEX'],
|
|
480
|
+
website: 'https://polkadex.trade'
|
|
473
481
|
}, {
|
|
474
482
|
decimals: [18],
|
|
475
483
|
displayName: 'PolkaSmith Canary Network',
|