@xchainjs/xchain-thorchain-query 0.1.0 → 0.1.3
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/README.md +8 -2
- package/lib/index.esm.js +1464 -1480
- package/lib/index.js +1457 -1473
- package/lib/thorchain-cache.d.ts +1 -1
- package/lib/thorchain-query.d.ts +4 -4
- package/lib/types.d.ts +9 -5
- package/lib/utils/swap.d.ts +1 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -45,9 +45,15 @@ Estimation example from a swap of 2 BTC to RUNE
|
|
|
45
45
|
|
|
46
46
|
For bash exmples, see example folder at the base of this repository xchainjs/xchainjs-lib.
|
|
47
47
|
|
|
48
|
-
```
|
|
49
48
|
### [`xchain-thorchain-query`](http://docs.xchainjs.org/xchain-thorchain-query/)
|
|
50
49
|
|
|
51
50
|
[`How xchain-thorchain-query works`](http://docs.xchainjs.org/xchain-thorchain-query/how-it-works.html)\
|
|
52
51
|
[`How to use xchain-thorchain-query`](http://docs.xchainjs.org/xchain-thorchain-query/how-to-use.html)
|
|
53
|
-
|
|
52
|
+
|
|
53
|
+
For Live examples
|
|
54
|
+
|
|
55
|
+
[`Estimate swap`](https://replit.com/@thorchain/estimateSwap#index.ts)\
|
|
56
|
+
[`Estimate add`](https://replit.com/@thorchain/estimateAddliquidity)\
|
|
57
|
+
[`Estimate withdraw`](https://replit.com/@thorchain/estimateWithdrawLiquidity)\
|
|
58
|
+
[`Check liquidity`](https://replit.com/@thorchain/checkLiquidity)\
|
|
59
|
+
[`List pools`](https://replit.com/@thorchain/listPools#package.json)
|