bip44-constants 384.0.0 → 386.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 +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -771,6 +771,7 @@ module.exports = [
771
771
  [0x80000314, 'BNC', 'Bifrost'],
772
772
  [0x80000315, 'TAU', 'Lamden'],
773
773
  [0x80000316, 'LKY', 'Luckycoin'],
774
+ [0x80000317, 'SOMA', 'Soma'],
774
775
  [0x8000031a, 'INTR', 'Interlay'],
775
776
  [0x8000031b, 'KINT', 'Kintsugi'],
776
777
  [0x8000031f, 'PDEX', 'Polkadex'],
@@ -1213,6 +1214,9 @@ module.exports = [
1213
1214
  [0x80082750, 'SCR', 'Scroll'],
1214
1215
  [0x800a2c2a, 'VITE', 'Vite'],
1215
1216
  [0x800b3206, 'ICE', 'Ice Network'],
1217
+ [0x800c9f1e, '', 'RGB on Bitcoin (mainnet)'],
1218
+ [0x800c9f1f, '', 'RGB on Bitcoin (testnet)'],
1219
+ [0x800ca60e, '', 'RGB on Liquid (mainnet)'],
1216
1220
  [0x800d9038, 'SEA', 'Second Exchange Alliance'],
1217
1221
  [0x80100000, 'AMAX', 'Armonia Meta Chain'],
1218
1222
  [0x8011df89, 'ILT', 'iOlite'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "384.0.0",
3
+ "version": "386.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",