bip44-constants 362.0.0 → 364.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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -907,7 +907,7 @@ module.exports = [
907
907
  [0x80000468, 'ETSC', 'Ethereum Social'],
908
908
  [0x80000469, 'DFI', 'DeFiChain'],
909
909
  [0x8000046a, 'DFI', 'DeFiChain EVM Network'],
910
- [0x8000046d, 'MESH', 'StateMesh'],
910
+ [0x8000046e, 'MESH', 'StateMesh'],
911
911
  [0x80000471, '$DAG', 'Constellation Labs'],
912
912
  [0x80000479, 'CDY', 'Bitcoin Candy'],
913
913
  [0x80000483, 'ENJ', 'Enjin Coin'],
@@ -978,6 +978,7 @@ module.exports = [
978
978
  [0x800007d0, 'GIN', 'GinCoin'],
979
979
  [0x800007d1, 'MNP', 'MNPCoin'],
980
980
  [0x800007d2, 'MLN', 'Miraland'],
981
+ [0x800007d3, 'ISNA', 'iSarrana'],
981
982
  [0x800007df, 'TEER', 'Integritee'],
982
983
  [0x800007e1, 'KIN', 'Kin'],
983
984
  [0x800007e2, 'EOSC', 'EOSClassic'],
@@ -1219,6 +1220,7 @@ module.exports = [
1219
1220
  [0x805d30b6, 'OSMO', 'Osmosis'],
1220
1221
  [0x80e6b280, 'XDS', 'XDS'],
1221
1222
  [0x8121eb36, 'SEI', 'SEI'],
1223
+ [0x814fb1f6, 'DYDX', 'Dydx'],
1222
1224
  [0x83adbc39, 'AQUA', 'Aquachain'],
1223
1225
  [0x84a2cb71, 'AZT', 'Aztecoin'],
1224
1226
  [0x854c5638, 'HATCH', 'Hatch'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "362.0.0",
3
+ "version": "364.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",