Skip to content

Commit

Permalink
Update docs to reflect new stagenet changes
Browse files Browse the repository at this point in the history
  • Loading branch information
polaris-9r committed Dec 27, 2021
1 parent 888fc4c commit 0680ae7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The interface is [defined here.](https://github.com/xchainjs/xchainjs-lib/blob/m

The interface supports as a minimum the following functions for each blockchain:

1. Initialise with a valid BIP39 phrase and specified network (testnet/mainnet)
1. Initialise with a valid BIP39 phrase and specified network (testnet/stagenet/mainnet)
2. Get the address, with support for BIP44 path derivations (default is Index 0)
3. Get the balance (UTXO or account-based)
4. Get transaction history for that address
Expand Down
4 changes: 4 additions & 0 deletions packages/xchain-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v.0.10.4 (2021-12-27)

- Add stagenet environment variables to `BaseXchainClient` for thorchain

# v.0.10.3 (2021-09-02)

- updated to the latest dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public address: Address

## Set Network

Used to set a type of `Network`, which is either `'mainnet'` or `'testnet'`.
Used to set a type of `Network`, which is either `'mainnet'`, `'stagenet'` or `'testnet'`.

```ts
setNetwork(net: Network): XChainClient
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-client",
"version": "0.10.3",
"version": "0.10.4",
"license": "MIT",
"main": "lib/index",
"types": "lib/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-thorchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v.0.19.6 (2021-12-27)

## Add

- Add stagenet environment variables to `xchain-client` and `xchain-thorchain`

# v.0.19.5 (2021-11-22)

## Add
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-thorchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-thorchain",
"version": "0.19.5",
"version": "0.19.6",
"description": "Custom Thorchain client and utilities used by XChainJS clients",
"keywords": [
"THORChain",
Expand Down

0 comments on commit 0680ae7

Please sign in to comment.