Skip to content

Commit

Permalink
fix(perp): wire the funding rate query (#961)
Browse files Browse the repository at this point in the history
* fix: wire the funding rate query
  • Loading branch information
matthiasmatt authored Sep 21, 2022
1 parent 6f0302e commit 52033d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#892](https://github.com/NibiruChain/nibiru/pull/892) - chore: fix localnet script
* [#925](https://github.com/NibiruChain/nibiru/pull/925) - fix(vpool): snapshot iteration
* [#930](https://github.com/NibiruChain/nibiru/pull/930) - fix(vpool): snapshot iteration on mark twap
* [#961](https://github.com/NibiruChain/nibiru/pull/961) - fix(perp): wire the funding rate query

## v0.14.0

Expand Down
1 change: 1 addition & 0 deletions x/perp/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func GetQueryCmd() *cobra.Command {
cmds := []*cobra.Command{
CmdQueryParams(),
CmdQueryPosition(),
CmdQueryFundingRates(),
}
for _, cmd := range cmds {
perpQueryCmd.AddCommand(cmd)
Expand Down

0 comments on commit 52033d5

Please sign in to comment.