bip44-constants 229.0.0 → 231.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -985,6 +985,7 @@ module.exports = [
985
985
  [0x80002148, '---', 'reserved'],
986
986
  [0x800021e8, 'PLMNT', 'Planetmint'],
987
987
  [0x800022a2, 'GGX', 'Golden Gate'],
988
+ [0x800022b6, 'GGXT', 'Golden Gate Sydney'],
988
989
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
989
990
  [0x80002304, 'NULS', 'NULS'],
990
991
  [0x80002325, 'BBC', 'Babacoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "229.0.0",
3
+ "version": "231.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",