Skip to content

Commit

Permalink
chore(release): 0.21.17
Browse files Browse the repository at this point in the history
## [@nibiruchain/indexer-nibi-v0.21.17](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/indexer-nibi-v0.21.16...@nibiruchain/indexer-nibi-v0.21.17) (2023-08-28)

### Bug Fixes

* **fix:** query arg list ([a26eb08](a26eb08))
* **fix:** undefined case ([630f9e9](630f9e9))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Aug 28, 2023
1 parent 630f9e9 commit d3c9cf6
Show file tree
Hide file tree
Showing 41 changed files with 195 additions and 188 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.

7 changes: 7 additions & 0 deletions packages/indexer-nibi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [@nibiruchain/indexer-nibi-v0.21.17](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/indexer-nibi-v0.21.16...@nibiruchain/indexer-nibi-v0.21.17) (2023-08-28)

### Bug Fixes

- **fix:** query arg list ([a26eb08](https://github.com/NibiruChain/ts-sdk/commit/a26eb08b6f3705921e4a7695ada91d19015c3530))
- **fix:** undefined case ([630f9e9](https://github.com/NibiruChain/ts-sdk/commit/630f9e90e558bbcd66897649a5cc1f09dec9d2ad))

## [@nibiruchain/indexer-nibi-v0.21.16](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/indexer-nibi-v0.21.15...@nibiruchain/indexer-nibi-v0.21.16) (2023-08-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-nibi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/indexer-nibi",
"description": "GraphQL API client for the Nibiru Chain indexer (heart-monitor)",
"version": "0.21.16",
"version": "0.21.17",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
20 changes: 10 additions & 10 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.14](../intro.md) / [Exports](../modules.md) / CustomChain
[NibiJS Documentation - v0.21.15](../intro.md) / [Exports](../modules.md) / CustomChain

# Class: CustomChain

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

#### Defined in

[chain/chain.ts:65](https://github.com/NibiruChain/ts-sdk/blob/df510f8/packages/nibijs/src/chain/chain.ts#L65)
[chain/chain.ts:65](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L65)

## Properties

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

#### Defined in

[chain/chain.ts:56](https://github.com/NibiruChain/ts-sdk/blob/df510f8/packages/nibijs/src/chain/chain.ts#L56)
[chain/chain.ts:56](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L56)

---

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

#### Defined in

[chain/chain.ts:63](https://github.com/NibiruChain/ts-sdk/blob/df510f8/packages/nibijs/src/chain/chain.ts#L63)
[chain/chain.ts:63](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L63)

---

Expand All @@ -95,7 +95,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/df510f8/packages/nibijs/src/chain/chain.ts#L57)
[chain/chain.ts:57](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L57)

---

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

#### Defined in

[chain/chain.ts:60](https://github.com/NibiruChain/ts-sdk/blob/df510f8/packages/nibijs/src/chain/chain.ts#L60)
[chain/chain.ts:60](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L60)

---

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

#### Defined in

[chain/chain.ts:59](https://github.com/NibiruChain/ts-sdk/blob/df510f8/packages/nibijs/src/chain/chain.ts#L59)
[chain/chain.ts:59](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L59)

---

Expand All @@ -143,7 +143,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/df510f8/packages/nibijs/src/chain/chain.ts#L58)
[chain/chain.ts:58](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L58)

---

Expand All @@ -159,7 +159,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/df510f8/packages/nibijs/src/chain/chain.ts#L61)
[chain/chain.ts:61](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/chain/chain.ts#L61)

## Methods

Expand All @@ -173,4 +173,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/df510f8/packages/nibijs/src/chain/chain.ts#L74)
[chain/chain.ts:74](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / ErrorTxBroadcast
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/chain/error.ts#L33)
[chain/error.ts:33](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / ErrorTxSimulation
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/chain/error.ts#L25)
[chain/error.ts:25](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / MsgFactory
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/msg/index.ts#L7)
[msg/index.ts:7](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/index.ts#L5)
[msg/index.ts:5](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / NibiruQueryClient
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/query/query.ts#L56)
[query/query.ts:56](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/query/query.ts#L44)
[query/query.ts:44](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/query/query.ts#L45)
[query/query.ts:45](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/query/query.ts#L80)
[query/query.ts:80](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/query/query.ts#L88)
[query/query.ts:88](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/query/query.ts#L47)
[query/query.ts:47](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / NibiruSigningClient
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/tx/signingClient.ts#L69)
[tx/signingClient.ts:69](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/tx/signingClient.ts#L38)
[tx/signingClient.ts:38](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/tx/signingClient.ts#L39)
[tx/signingClient.ts:39](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/tx/signingClient.ts#L94)
[tx/signingClient.ts:94](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/tx/signingClient.ts#L102)
[tx/signingClient.ts:102](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/tx/signingClient.ts#L41)
[tx/signingClient.ts:41](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / PerpMsgFactory
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/msg/perp.ts#L106)
[msg/perp.ts:106](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/perp.ts#L143)
[msg/perp.ts:143](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/perp.ts#L150)
[msg/perp.ts:150](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/perp.ts#L113)
[msg/perp.ts:113](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/perp.ts#L120)
[msg/perp.ts:120](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/perp.ts#L92)
[msg/perp.ts:92](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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.14](../intro.md) / [Exports](../modules.md) / SpotMsgFactory
[NibiJS Documentation - v0.21.15](../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/df510f8/packages/nibijs/src/msg/spot.ts#L61)
[msg/spot.ts:61](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/spot.ts#L91)
[msg/spot.ts:91](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/spot.ts#L74)
[msg/spot.ts:74](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/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/df510f8/packages/nibijs/src/msg/spot.ts#L102)
[msg/spot.ts:102](https://github.com/NibiruChain/ts-sdk/blob/630f9e9/packages/nibijs/src/msg/spot.ts#L102)
Loading

0 comments on commit d3c9cf6

Please sign in to comment.