Skip to content

Commit

Permalink
chore(release): 0.21.20
Browse files Browse the repository at this point in the history
## [@nibiruchain/nibijs-v0.21.20](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/nibijs-v0.21.19...@nibiruchain/nibijs-v0.21.20) (2023-08-30)

### Bug Fixes

* **fix:** node info ([#219](#219)) ([9d6af39](9d6af39))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Aug 30, 2023
1 parent 9d6af39 commit cb52229
Show file tree
Hide file tree
Showing 41 changed files with 195 additions and 189 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/nibijs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [@nibiruchain/nibijs-v0.21.20](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/nibijs-v0.21.19...@nibiruchain/nibijs-v0.21.20) (2023-08-30)

### Bug Fixes

- **fix:** node info ([#219](https://github.com/NibiruChain/ts-sdk/issues/219)) ([9d6af39](https://github.com/NibiruChain/ts-sdk/commit/9d6af39a44e84db0e13cfcb15e11e40d4c7aa470))

## [@nibiruchain/nibijs-v0.21.19](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/nibijs-v0.21.18...@nibiruchain/nibijs-v0.21.19) (2023-08-30)

### Bug Fixes
Expand Down
22 changes: 11 additions & 11 deletions packages/nibijs/docs/classes/CustomChain.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / CustomChain
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / CustomChain

# Class: CustomChain

Expand Down Expand Up @@ -54,7 +54,7 @@ export const TEST_CHAIN = new CustomChain({

#### Defined in

[chain/chain.ts:65](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L65)
[chain/chain.ts:65](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L65)

## Properties

Expand All @@ -70,7 +70,7 @@ chainId: identifier for the chain

#### Defined in

[chain/chain.ts:56](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L56)
[chain/chain.ts:56](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L56)

---

Expand All @@ -80,7 +80,7 @@ chainId: identifier for the chain

#### Defined in

[chain/chain.ts:63](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L63)
[chain/chain.ts:63](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L63)

---

Expand All @@ -96,7 +96,7 @@ chainName: the name of the chain to display to the user

#### Defined in

[chain/chain.ts:57](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L57)
[chain/chain.ts:57](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L57)

---

Expand All @@ -112,7 +112,7 @@ endptGrpc: endpoint for the gRPC gateway. Usually on port 9090.

#### Defined in

[chain/chain.ts:60](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L60)
[chain/chain.ts:60](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L60)

---

Expand All @@ -128,7 +128,7 @@ endptRest: endpoint for the REST server. Also, the LCD endpoint.

#### Defined in

[chain/chain.ts:59](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L59)
[chain/chain.ts:59](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L59)

---

Expand All @@ -144,7 +144,7 @@ endptTm: endpoint for the Tendermint RPC server. Usually on port 26657.

#### Defined in

[chain/chain.ts:58](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L58)
[chain/chain.ts:58](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L58)

---

Expand All @@ -160,7 +160,7 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:61](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L61)
[chain/chain.ts:61](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L61)

## Methods

Expand All @@ -174,7 +174,7 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:84](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L84)
[chain/chain.ts:84](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L84)

---

Expand All @@ -194,4 +194,4 @@ feeDenom: the denomination of the fee to be paid for transactions.

#### Defined in

[chain/chain.ts:74](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/chain.ts#L74)
[chain/chain.ts:74](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/chain.ts#L74)
4 changes: 2 additions & 2 deletions packages/nibijs/docs/classes/ErrorTxBroadcast.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / ErrorTxBroadcast
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / ErrorTxBroadcast

# Class: ErrorTxBroadcast

Expand Down Expand Up @@ -33,4 +33,4 @@ Error.constructor

#### Defined in

[chain/error.ts:33](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/error.ts#L33)
[chain/error.ts:33](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/error.ts#L33)
4 changes: 2 additions & 2 deletions packages/nibijs/docs/classes/ErrorTxSimulation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / ErrorTxSimulation
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / ErrorTxSimulation

# Class: ErrorTxSimulation

Expand Down Expand Up @@ -33,4 +33,4 @@ Error.constructor

#### Defined in

[chain/error.ts:25](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/chain/error.ts#L25)
[chain/error.ts:25](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/chain/error.ts#L25)
6 changes: 3 additions & 3 deletions packages/nibijs/docs/classes/MsgFactory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / MsgFactory
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / MsgFactory

# Class: MsgFactory

Expand Down Expand Up @@ -27,7 +27,7 @@

#### Defined in

[msg/index.ts:7](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/index.ts#L7)
[msg/index.ts:7](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/index.ts#L7)

---

Expand All @@ -37,4 +37,4 @@

#### Defined in

[msg/index.ts:5](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/index.ts#L5)
[msg/index.ts:5](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/index.ts#L5)
14 changes: 7 additions & 7 deletions packages/nibijs/docs/classes/NibiruQueryClient.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / NibiruQueryClient
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / NibiruQueryClient

# Class: NibiruQueryClient

Expand Down Expand Up @@ -45,7 +45,7 @@ StargateClient.constructor

#### Defined in

[query/query.ts:56](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/query/query.ts#L56)
[query/query.ts:56](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/query/query.ts#L56)

## Properties

Expand All @@ -55,7 +55,7 @@ StargateClient.constructor

#### Defined in

[query/query.ts:44](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/query/query.ts#L44)
[query/query.ts:44](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/query/query.ts#L44)

---

Expand All @@ -65,7 +65,7 @@ StargateClient.constructor

#### Defined in

[query/query.ts:45](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/query/query.ts#L45)
[query/query.ts:45](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/query/query.ts#L45)

## Methods

Expand All @@ -85,7 +85,7 @@ StargateClient.constructor

#### Defined in

[query/query.ts:80](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/query/query.ts#L80)
[query/query.ts:80](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/query/query.ts#L80)

---

Expand All @@ -99,7 +99,7 @@ StargateClient.constructor

#### Defined in

[query/query.ts:88](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/query/query.ts#L88)
[query/query.ts:88](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/query/query.ts#L88)

---

Expand All @@ -124,4 +124,4 @@ StargateClient.connect

#### Defined in

[query/query.ts:47](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/query/query.ts#L47)
[query/query.ts:47](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/query/query.ts#L47)
14 changes: 7 additions & 7 deletions packages/nibijs/docs/classes/NibiruSigningClient.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / NibiruSigningClient
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / NibiruSigningClient

# Class: NibiruSigningClient

Expand Down Expand Up @@ -46,7 +46,7 @@ SigningStargateClient.constructor

#### Defined in

[tx/signingClient.ts:69](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/tx/signingClient.ts#L69)
[tx/signingClient.ts:69](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/tx/signingClient.ts#L69)

## Properties

Expand All @@ -56,7 +56,7 @@ SigningStargateClient.constructor

#### Defined in

[tx/signingClient.ts:38](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/tx/signingClient.ts#L38)
[tx/signingClient.ts:38](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/tx/signingClient.ts#L38)

---

Expand All @@ -66,7 +66,7 @@ SigningStargateClient.constructor

#### Defined in

[tx/signingClient.ts:39](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/tx/signingClient.ts#L39)
[tx/signingClient.ts:39](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/tx/signingClient.ts#L39)

## Methods

Expand All @@ -86,7 +86,7 @@ SigningStargateClient.constructor

#### Defined in

[tx/signingClient.ts:94](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/tx/signingClient.ts#L94)
[tx/signingClient.ts:94](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/tx/signingClient.ts#L94)

---

Expand All @@ -100,7 +100,7 @@ SigningStargateClient.constructor

#### Defined in

[tx/signingClient.ts:102](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/tx/signingClient.ts#L102)
[tx/signingClient.ts:102](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/tx/signingClient.ts#L102)

---

Expand All @@ -127,4 +127,4 @@ SigningStargateClient.connectWithSigner

#### Defined in

[tx/signingClient.ts:41](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/tx/signingClient.ts#L41)
[tx/signingClient.ts:41](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/tx/signingClient.ts#L41)
14 changes: 7 additions & 7 deletions packages/nibijs/docs/classes/PerpMsgFactory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / PerpMsgFactory
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / PerpMsgFactory

# Class: PerpMsgFactory

Expand Down Expand Up @@ -47,7 +47,7 @@ Returns a 'TxMessage' for adding margin to a position

#### Defined in

[msg/perp.ts:106](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/perp.ts#L106)
[msg/perp.ts:106](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/perp.ts#L106)

---

Expand All @@ -67,7 +67,7 @@ Returns a 'TxMessage' for adding margin to a position

#### Defined in

[msg/perp.ts:143](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/perp.ts#L143)
[msg/perp.ts:143](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/perp.ts#L143)

---

Expand All @@ -87,7 +87,7 @@ Returns a 'TxMessage' for adding margin to a position

#### Defined in

[msg/perp.ts:150](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/perp.ts#L150)
[msg/perp.ts:150](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/perp.ts#L150)

---

Expand All @@ -107,7 +107,7 @@ Returns a 'TxMessage' for adding margin to a position

#### Defined in

[msg/perp.ts:113](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/perp.ts#L113)
[msg/perp.ts:113](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/perp.ts#L113)

---

Expand All @@ -133,7 +133,7 @@ Returns a 'TxMessage' for adding margin to a position

#### Defined in

[msg/perp.ts:120](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/perp.ts#L120)
[msg/perp.ts:120](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/perp.ts#L120)

---

Expand All @@ -153,4 +153,4 @@ Returns a 'TxMessage' for adding margin to a position

#### Defined in

[msg/perp.ts:92](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/perp.ts#L92)
[msg/perp.ts:92](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/perp.ts#L92)
10 changes: 5 additions & 5 deletions packages/nibijs/docs/classes/SpotMsgFactory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[NibiJS Documentation - v0.21.18](../intro.md) / [Exports](../modules.md) / SpotMsgFactory
[NibiJS Documentation - v0.21.19](../intro.md) / [Exports](../modules.md) / SpotMsgFactory

# Class: SpotMsgFactory

Expand Down Expand Up @@ -39,7 +39,7 @@

#### Defined in

[msg/spot.ts:61](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/spot.ts#L61)
[msg/spot.ts:61](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/spot.ts#L61)

---

Expand All @@ -59,7 +59,7 @@

#### Defined in

[msg/spot.ts:91](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/spot.ts#L91)
[msg/spot.ts:91](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/spot.ts#L91)

---

Expand All @@ -79,7 +79,7 @@

#### Defined in

[msg/spot.ts:74](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/spot.ts#L74)
[msg/spot.ts:74](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/spot.ts#L74)

---

Expand All @@ -99,4 +99,4 @@

#### Defined in

[msg/spot.ts:102](https://github.com/NibiruChain/ts-sdk/blob/0e252f8/packages/nibijs/src/msg/spot.ts#L102)
[msg/spot.ts:102](https://github.com/NibiruChain/ts-sdk/blob/9d6af39/packages/nibijs/src/msg/spot.ts#L102)
Loading

0 comments on commit cb52229

Please sign in to comment.