Skip to content

Commit

Permalink
Fix prices test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Mar 19, 2024
1 parent bde69f3 commit 2082e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/testing/e2e/gov/prices_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

MODIFIED_MARKET_PARAM = pricestypes.MarketParam{
Id: GENESIS_MARKET_PARAM.Id,
Pair: "eth-adv4tnt",
Pair: GENESIS_MARKET_PARAM.Pair,
Exponent: GENESIS_MARKET_PARAM.Exponent, // exponent cannot be updated
MinExchanges: 3,
MinPriceChangePpm: 2_002,
Expand Down

0 comments on commit 2082e88

Please sign in to comment.