Increase gas values for Undelegate and BeginRedelegate
400 was insufficient for a simple Undelegate with only one reward token
This commit is contained in:
parent
721ba1bf75
commit
989ffb629d
@ -13,9 +13,9 @@ const gasOfMsg = (msgType: MsgTypeUrl): number => {
|
||||
// a lot of auto-claims. See https://github.com/cosmos/cosmos-multisig-ui/issues/177.
|
||||
return 400_000;
|
||||
case MsgTypeUrls.Undelegate:
|
||||
return 400_000;
|
||||
return 600_000;
|
||||
case MsgTypeUrls.BeginRedelegate:
|
||||
return 400_000;
|
||||
return 600_000;
|
||||
// Distribution
|
||||
case MsgTypeUrls.FundCommunityPool:
|
||||
return 100_000;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user