Skip to content

Commit

Permalink
fix genesis test
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Aug 2, 2024
1 parent e1e6ffc commit 16018d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions protocol/app/testdata/default_genesis_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
"order_expiration_seconds": 60,
"activation_threshold_quote_quantums": "1000000000"
},
"params": null,
"vaults": []
},
"vest": {
Expand Down
1 change: 1 addition & 0 deletions protocol/testutil/constants/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -4523,6 +4523,7 @@ const GenesisState = `{
"order_expiration_seconds": 60,
"activation_threshold_quote_quantums": "1000000000"
},
"params": null,
"vaults": []
},
"vest": {
Expand Down

0 comments on commit 16018d0

Please sign in to comment.