Skip to content

Commit

Permalink
chore: fix localnet script (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
NibiruHeisenberg authored Sep 13, 2022
1 parent 6155813 commit c6a933e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* [#857](https://github.com/NibiruChain/nibiru/pull/857) - x/perp add proper stateless genesis validation checks
* [#874](https://github.com/NibiruChain/nibiru/pull/874) - fix --home issue with unsafe-reset-all command, updating tendermint to v0.34.21
* [#892](https://github.com/NibiruChain/nibiru/pull/892) - chore: fix localnet script

## v0.14.0

Expand Down
4 changes: 2 additions & 2 deletions scripts/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ add_genesis_param '.app_state.perp.params.partial_liquidation_ratio = "0.25"'
add_genesis_param '.app_state.perp.params.funding_rate_interval = "30 min"'
add_genesis_param '.app_state.perp.params.twap_lookback_window = "900s"'
add_genesis_param '.app_state.perp.pair_metadata[0].pair = {token0:"ubtc",token1:"unusd"}'
add_genesis_param '.app_state.perp.pair_metadata[0].cumulative_premium_fractions = ["0"]'
add_genesis_param '.app_state.perp.pair_metadata[0].cumulative_funding_rates = ["0"]'
add_genesis_param '.app_state.perp.pair_metadata[1].pair = {token0:"ueth",token1:"unusd"}'
add_genesis_param '.app_state.perp.pair_metadata[1].cumulative_premium_fractions = ["0"]'
add_genesis_param '.app_state.perp.pair_metadata[1].cumulative_funding_rates = ["0"]'

# x/pricefeed
nibid add-genesis-oracle nibi1zaavvzxez0elundtn32qnk9lkm8kmcsz44g7xl
Expand Down

0 comments on commit c6a933e

Please sign in to comment.