bip44-constants 323.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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1191,5 +1191,6 @@ module.exports = [
1191
1191
  [0xc655454c, '', 'Fuel'],
1192
1192
  [0xc655454d, 'TTNC', 'TakeTitan'],
1193
1193
  [0xc6554557, 'MTGBP', 'MTGBP'],
1194
- [0xc6554561, 'QFS', 'Qfs']
1194
+ [0xc6554561, 'QFS', 'Qfs'],
1195
+ [0xc655456b, 'RWA', 'Asset Chain']
1195
1196
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "323.0.0",
3
+ "version": "324.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",