bip44-constants 393.0.0 → 394.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
|
@@ -1295,5 +1295,6 @@ module.exports = [
|
|
|
1295
1295
|
[0xc6554561, 'QFS', 'Qfs'],
|
|
1296
1296
|
[0xc655456b, 'RWA', 'Asset Chain'],
|
|
1297
1297
|
[0xc6554575, 'HXC', 'HuaXia Chain'],
|
|
1298
|
-
[0xc655457f, 'AME', 'AME Chain']
|
|
1298
|
+
[0xc655457f, 'AME', 'AME Chain'],
|
|
1299
|
+
[0xef747461, 'ATTO', 'Atto']
|
|
1299
1300
|
]
|