@xchainjs/xchain-thorchain-query 1.0.13 → 2.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.
- package/lib/index.esm.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +6 -6
- package/lib/index.esm.js.map +0 -1
- package/lib/index.js.map +0 -1
package/lib/index.esm.js
CHANGED
|
@@ -3156,4 +3156,3 @@ class TransactionStage {
|
|
|
3156
3156
|
}
|
|
3157
3157
|
|
|
3158
3158
|
export { AVAXChain, AddLpStatus, AddSaverStatus, AssetATOM, AssetAVAX, AssetBASE, AssetBCH, AssetBNB, AssetBSC, AssetBTC, AssetDOGE, AssetETH, AssetLTC, AssetMAYA, AssetRuneNative, BASEChain, BCHChain, BNBChain, BSCChain, BTCChain, DOGEChain, DefaultChainAttributes, ETHChain, GAIAChain, InboundStatus, LTCChain, LiquidityPool, MAYAChain, RefundStatus, SwapStatus, THORCHAIN_DECIMAL, THORChain, ThorchainCache, ThorchainQuery, Thornode, TransactionStage, TxType, WithdrawStatus, assetUSDC, calcNetworkFee, getCryptoAmountWithNotation, getLiquidityProtectionData, getLiquidityUnits, getPoolShare, getSlipOnLiquidity, isAssetRuneNative };
|
|
3159
|
-
//# sourceMappingURL=index.esm.js.map
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-thorchain-query",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Thorchain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain ",
|
|
6
6
|
"keywords": [
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"postversion": "git push --follow-tags"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@xchainjs/xchain-client": "
|
|
37
|
-
"@xchainjs/xchain-midgard-query": "
|
|
38
|
-
"@xchainjs/xchain-thornode": "0.
|
|
39
|
-
"@xchainjs/xchain-util": "
|
|
40
|
-
"axios": "1.
|
|
36
|
+
"@xchainjs/xchain-client": "2.0.0",
|
|
37
|
+
"@xchainjs/xchain-midgard-query": "2.0.0",
|
|
38
|
+
"@xchainjs/xchain-thornode": "1.0.0",
|
|
39
|
+
"@xchainjs/xchain-util": "2.0.0",
|
|
40
|
+
"axios": "1.8.4",
|
|
41
41
|
"axios-retry": "3.2.5",
|
|
42
42
|
"bignumber.js": "9.0.0"
|
|
43
43
|
},
|