bip44-constants 230.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 -1
  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'],
@@ -1063,7 +1064,6 @@ module.exports = [
1063
1064
  [0x80067932, 'X42', 'x42'],
1064
1065
  [0x80082750, 'SCR', 'Scroll'],
1065
1066
  [0x800a2c2a, 'VITE', 'Vite'],
1066
- [0x800d9022, 'GGXT', 'Golden Gate Sydney'],
1067
1067
  [0x800d9038, 'SEA', 'Second Exchange Alliance'],
1068
1068
  [0x800c9061, 'WTC', 'WaltonChain'],
1069
1069
  [0x80100000, 'AMAX', 'Armonia Meta Chain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "230.0.0",
3
+ "version": "231.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",