@xchainjs/xchain-wallet 0.1.6 → 0.1.7

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.
package/lib/index.esm.js CHANGED
@@ -3014,6 +3014,9 @@ var AssetCurrencySymbol;
3014
3014
  AssetCurrencySymbol["SATOSHI"] = "\u26A1";
3015
3015
  AssetCurrencySymbol["ETH"] = "\u039E";
3016
3016
  AssetCurrencySymbol["USD"] = "$";
3017
+ AssetCurrencySymbol["DASH"] = "\u0110";
3018
+ AssetCurrencySymbol["LTC"] = "\u0141";
3019
+ AssetCurrencySymbol["DOGE"] = "\u00D0";
3017
3020
  })(AssetCurrencySymbol || (AssetCurrencySymbol = {}));
3018
3021
  /**
3019
3022
  * Removes `0x` or `0X` from address
package/lib/index.js CHANGED
@@ -3018,6 +3018,9 @@ var AssetCurrencySymbol;
3018
3018
  AssetCurrencySymbol["SATOSHI"] = "\u26A1";
3019
3019
  AssetCurrencySymbol["ETH"] = "\u039E";
3020
3020
  AssetCurrencySymbol["USD"] = "$";
3021
+ AssetCurrencySymbol["DASH"] = "\u0110";
3022
+ AssetCurrencySymbol["LTC"] = "\u0141";
3023
+ AssetCurrencySymbol["DOGE"] = "\u00D0";
3021
3024
  })(AssetCurrencySymbol || (AssetCurrencySymbol = {}));
3022
3025
  /**
3023
3026
  * Removes `0x` or `0X` from address
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-wallet",
3
3
  "description": "XChainjs clients wrapper to work with several chains at the same time",
4
- "version": "0.1.6",
4
+ "version": "0.1.7",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "module": "lib/index.esm.js",
@@ -28,16 +28,16 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@xchainjs/xchain-evm": "0.4.4",
32
- "@xchainjs/xchain-util": "0.13.2",
33
- "@xchainjs/xchain-client": "0.16.1",
34
- "@xchainjs/xchain-thorchain": "1.0.3",
35
- "@xchainjs/xchain-mayachain": "1.0.0",
36
- "@xchainjs/xchain-utxo": "0.1.3",
31
+ "@xchainjs/xchain-evm": "0.4.5",
32
+ "@xchainjs/xchain-util": "0.13.3",
33
+ "@xchainjs/xchain-client": "0.16.2",
34
+ "@xchainjs/xchain-thorchain": "1.0.4",
35
+ "@xchainjs/xchain-mayachain": "1.0.1",
36
+ "@xchainjs/xchain-utxo": "0.1.4",
37
37
  "ethers": "5.6.6"
38
38
  },
39
39
  "devDependencies": {
40
- "@xchainjs/xchain-bitcoin": "0.23.11",
41
- "@xchainjs/xchain-ethereum": "0.31.5"
40
+ "@xchainjs/xchain-bitcoin": "0.23.12",
41
+ "@xchainjs/xchain-ethereum": "0.31.6"
42
42
  }
43
43
  }