bip44-constants 380.0.0 → 381.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.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1256,5 +1256,6 @@ module.exports = [
|
|
|
1256
1256
|
[0xc6554557, 'MTGBP', 'MTGBP'],
|
|
1257
1257
|
[0xc6554561, 'QFS', 'Qfs'],
|
|
1258
1258
|
[0xc655456b, 'RWA', 'Asset Chain'],
|
|
1259
|
-
[0xc6554575, 'HXC', 'HuaXia Chain']
|
|
1259
|
+
[0xc6554575, 'HXC', 'HuaXia Chain'],
|
|
1260
|
+
[0xc655457f, 'AME', 'AME Chain']
|
|
1260
1261
|
]
|