bip44-constants 323.0.0 → 325.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
|
@@ -1124,6 +1124,7 @@ module.exports = [
|
|
|
1124
1124
|
[0x8000c06e, 'EVE', 'evan'],
|
|
1125
1125
|
[0x8000c0c0, 'STASH', 'STASH'],
|
|
1126
1126
|
[0x8000ce10, 'CELO', 'Celo'],
|
|
1127
|
+
[0x8000d3a0, 'OVER', 'OverProtocol'],
|
|
1127
1128
|
[0x8000f0b0, 'TH', 'TianHe'],
|
|
1128
1129
|
[0x80010000, 'KETH', 'Krypton World'],
|
|
1129
1130
|
[0x80010f2c, 'GRLC', 'Garlicoin'],
|
|
@@ -1191,5 +1192,6 @@ module.exports = [
|
|
|
1191
1192
|
[0xc655454c, '', 'Fuel'],
|
|
1192
1193
|
[0xc655454d, 'TTNC', 'TakeTitan'],
|
|
1193
1194
|
[0xc6554557, 'MTGBP', 'MTGBP'],
|
|
1194
|
-
[0xc6554561, 'QFS', 'Qfs']
|
|
1195
|
+
[0xc6554561, 'QFS', 'Qfs'],
|
|
1196
|
+
[0xc655456b, 'RWA', 'Asset Chain']
|
|
1195
1197
|
]
|