@ecency/wallets 1.0.17 → 1.0.19

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.
@@ -184,7 +184,7 @@ const W = {
184
184
  // Ethereum (BIP44)
185
185
  [o.SOL]: "m/44'/501'/0'/0'",
186
186
  // Solana (BIP44)
187
- [o.TON]: "m/44'/396'/0'/0/0",
187
+ [o.TON]: "m/44'/607'/0'",
188
188
  // TON (BIP44)
189
189
  [o.TRON]: "m/44'/195'/0'/0/0",
190
190
  // Tron (BIP44)
@@ -268,7 +268,15 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
268
268
  [o.BTC]: [
269
269
  "m/84'/0'/0'/0/0",
270
270
  "m/44'/0'/0'/0/0",
271
- "m/49'/0'/0'/0/0"
271
+ "m/49'/0'/0'/0/0",
272
+ "m/84'/0'/0'/0",
273
+ // XVerse wallet – Legacy
274
+ "m/44'/0'/0'/0",
275
+ // XVerse wallet – Segwit
276
+ "m/49'/0'/0'/0",
277
+ // XVerse wallet – Native segwit
278
+ "m/86'/0'/0'/0"
279
+ // XVerse wallet – Taproot
272
280
  ],
273
281
  [o.ETH]: ["m/44'/60'/0'/0/0"],
274
282
  [o.SOL]: ["m/44'/501'/0'/0'"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/wallets",
3
3
  "private": false,
4
- "version": "1.0.17",
4
+ "version": "1.0.19",
5
5
  "type": "module",
6
6
  "main": "./dist/ecency-wallets.umd.js",
7
7
  "module": "./dist/ecency-wallets.es.js",