@xchainjs/xchain-utxo-providers 0.2.1 → 0.2.2

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
@@ -1031,6 +1031,7 @@ var BlockcypherNetwork;
1031
1031
  BlockcypherNetwork["BTCTEST"] = "btc/test3";
1032
1032
  BlockcypherNetwork["LTC"] = "ltc/main";
1033
1033
  BlockcypherNetwork["DOGE"] = "doge/main";
1034
+ BlockcypherNetwork["DASH"] = "dash/main";
1034
1035
  })(BlockcypherNetwork || (BlockcypherNetwork = {}));
1035
1036
 
1036
1037
  export { BlockcypherNetwork, BlockcypherProvider, HaskoinNetwork, HaskoinProvider, SochainNetwork, SochainProvider, broadcastTx$1 as broadcastTx, getAccount, getAddress, getBalance$1 as getBalance, getConfirmedTxStatus, getConfirmedUnspentTxs, getIsTxConfirmed, getTx$1 as getTx, getTxs$1 as getTxs, getUnspentTxs };
package/lib/index.js CHANGED
@@ -1040,6 +1040,7 @@ exports.BlockcypherNetwork = void 0;
1040
1040
  BlockcypherNetwork["BTCTEST"] = "btc/test3";
1041
1041
  BlockcypherNetwork["LTC"] = "ltc/main";
1042
1042
  BlockcypherNetwork["DOGE"] = "doge/main";
1043
+ BlockcypherNetwork["DASH"] = "dash/main";
1043
1044
  })(exports.BlockcypherNetwork || (exports.BlockcypherNetwork = {}));
1044
1045
 
1045
1046
  exports.BlockcypherProvider = BlockcypherProvider;
@@ -3,7 +3,8 @@ export declare enum BlockcypherNetwork {
3
3
  BTC = "btc/main",
4
4
  BTCTEST = "btc/test3",
5
5
  LTC = "ltc/main",
6
- DOGE = "doge/main"
6
+ DOGE = "doge/main",
7
+ DASH = "dash/main"
7
8
  }
8
9
  export type AddressParams = {
9
10
  apiKey?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-utxo-providers",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",