Skip to content

Commit

Permalink
add MsgAddSchedule and MsgRemoveSchedule to allowed for execution
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 28, 2024
1 parent 8d1c58d commit df6077e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/proposals_allowlisting.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ func isSdkMessageWhitelisted(msg sdk.Msg) bool {
*feeburnertypes.MsgUpdateParams,
*feerefundertypes.MsgUpdateParams,
*crontypes.MsgUpdateParams,
*crontypes.MsgAddSchedule,
*crontypes.MsgRemoveSchedule,
*contractmanagertypes.MsgUpdateParams,
*dextypes.MsgUpdateParams,
*banktypes.MsgUpdateParams,
Expand Down
Binary file modified contracts/neutron_chain_manager.wasm
Binary file not shown.

0 comments on commit df6077e

Please sign in to comment.