bip44-constants 380.0.0 → 382.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 +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -736,6 +736,7 @@ module.exports = [
|
|
|
736
736
|
[0x800002dc, 'FUGA', 'Fuga token'],
|
|
737
737
|
[0x800002dd, 'TBC', 'TBChat'],
|
|
738
738
|
[0x800002de, 'DENTX', 'DENTNet'],
|
|
739
|
+
[0x800002df, 'NBY', 'Neobytes'],
|
|
739
740
|
[0x800002e1, 'ATOP', 'Financial Blockchain'],
|
|
740
741
|
[0x800002e2, 'BTE', 'Bitweb'],
|
|
741
742
|
[0x800002e3, 'DPC', 'Dpowcoin (DualPowCoin)'],
|
|
@@ -1256,5 +1257,6 @@ module.exports = [
|
|
|
1256
1257
|
[0xc6554557, 'MTGBP', 'MTGBP'],
|
|
1257
1258
|
[0xc6554561, 'QFS', 'Qfs'],
|
|
1258
1259
|
[0xc655456b, 'RWA', 'Asset Chain'],
|
|
1259
|
-
[0xc6554575, 'HXC', 'HuaXia Chain']
|
|
1260
|
+
[0xc6554575, 'HXC', 'HuaXia Chain'],
|
|
1261
|
+
[0xc655457f, 'AME', 'AME Chain']
|
|
1260
1262
|
]
|