bip44-constants 322.0.0 → 324.0.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.
Files changed (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -757,6 +757,7 @@ module.exports = [
757
757
  [0x80000322, 'CY', 'Cyberyen'],
758
758
  [0x80000323, 'RYME', 'Ryme Network'],
759
759
  [0x80000324, 'ZKS', 'zkSync'],
760
+ [0x80000325, 'SCASH', 'Scash'],
760
761
  [0x80000328, 'QVT', 'Qvolta'],
761
762
  [0x80000329, 'SDN', 'Shiden Network'],
762
763
  [0x8000032a, 'ASTR', 'Astar Network'],
@@ -1190,5 +1191,6 @@ module.exports = [
1190
1191
  [0xc655454c, '', 'Fuel'],
1191
1192
  [0xc655454d, 'TTNC', 'TakeTitan'],
1192
1193
  [0xc6554557, 'MTGBP', 'MTGBP'],
1193
- [0xc6554561, 'QFS', 'Qfs']
1194
+ [0xc6554561, 'QFS', 'Qfs'],
1195
+ [0xc655456b, 'RWA', 'Asset Chain']
1194
1196
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "322.0.0",
3
+ "version": "324.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",