Skip to content

Commit

Permalink
Remove code accidentally added during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Oct 30, 2023
1 parent 7820de7 commit 8137f00
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions x/deterministicgas/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ func DefaultConfig() Config {
MsgToMsgURL(&feegranttypes.MsgGrantAllowance{}): constantGasFunc(11_000),
MsgToMsgURL(&feegranttypes.MsgRevokeAllowance{}): constantGasFunc(2_500),

// gov
MsgToMsgURL(&govtypesv1beta1.MsgVote{}): constantGasFunc(6_000),
MsgToMsgURL(&govtypesv1beta1.MsgVoteWeighted{}): constantGasFunc(9_000),
MsgToMsgURL(&govtypesv1beta1.MsgDeposit{}): constantGasFunc(85_000),

MsgToMsgURL(&govtypesv1.MsgVote{}): constantGasFunc(6_000),
MsgToMsgURL(&govtypesv1.MsgVoteWeighted{}): constantGasFunc(6_500),
MsgToMsgURL(&govtypesv1.MsgDeposit{}): constantGasFunc(52_000),

// group
MsgToMsgURL(&group.MsgCreateGroup{}): constantGasFunc(55_000),
MsgToMsgURL(&group.MsgUpdateGroupMembers{}): constantGasFunc(17_500),
Expand Down

0 comments on commit 8137f00

Please sign in to comment.