@xchainjs/xchain-bitcoin
Advanced tools
Comparing version 0.20.6 to 0.20.7
@@ -0,1 +1,2 @@ | ||
import { Asset, Chain } from '@xchainjs/xchain-util'; | ||
/** | ||
@@ -10,1 +11,15 @@ * Minimum transaction fee | ||
export declare const UPPER_FEE_BOUND = 500; | ||
export declare const BTC_SYMBOL = "\u20BF"; | ||
export declare const BTC_SATOSHI_SYMBOL = "\u26A1"; | ||
/** | ||
* Chain identifier for Bitcoin mainnet | ||
* | ||
*/ | ||
export declare const BTCChain: Chain; | ||
/** | ||
* Base "chain" asset on bitcoin main net. | ||
* | ||
* Based on definition in Thorchain `common` | ||
* @see https://gitlab.com/thorchain/thornode/-/blob/master/common/asset.go#L12-24 | ||
*/ | ||
export declare const AssetBTC: Asset; |
{ | ||
"name": "@xchainjs/xchain-bitcoin", | ||
"version": "0.20.6", | ||
"version": "0.20.7", | ||
"description": "Custom Bitcoin client and utilities used by XChainJS clients", | ||
@@ -37,5 +37,5 @@ "keywords": [ | ||
"@types/wif": "^2.0.2", | ||
"@xchainjs/xchain-client": "^0.13.3", | ||
"@xchainjs/xchain-client": "^0.13.5", | ||
"@xchainjs/xchain-crypto": "^0.2.6", | ||
"@xchainjs/xchain-util": "^0.11.0", | ||
"@xchainjs/xchain-util": "^0.12.0", | ||
"axios": "^0.25.0", | ||
@@ -48,5 +48,5 @@ "axios-mock-adapter": "^1.20.0", | ||
"peerDependencies": { | ||
"@xchainjs/xchain-client": "^0.13.3", | ||
"@xchainjs/xchain-client": "^0.13.5", | ||
"@xchainjs/xchain-crypto": "^0.2.6", | ||
"@xchainjs/xchain-util": "^0.11.0", | ||
"@xchainjs/xchain-util": "^0.12.0", | ||
"axios": "^0.25.0", | ||
@@ -53,0 +53,0 @@ "bitcoinjs-lib": "^5.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
13676119
157513