Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Oct 11, 2023
1 parent 0cec10a commit 0153b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/deterministicgas/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func DefaultConfig() Config {

// cnft
// Deprecated: this will be removed in the next release alongside the cnft types.
MsgToMsgURL(&cnfttypes.MsgSend{}): constantGasFunc(16000),
MsgToMsgURL(&cnfttypes.MsgSend{}): constantGasFunc(25000),

// slashing
// FIXME (v47-deterministic): We must add integration test executing this message to have data to analyze
Expand Down
2 changes: 1 addition & 1 deletion x/deterministicgas/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ TotalGas = 65000 + 2 * 70000 + 2 * 1000 + max(0, 2050-2048) * 10
| `/coreum.asset.nft.v1.MsgMint` | 39000 |
| `/coreum.asset.nft.v1.MsgRemoveFromWhitelist` | 3500 |
| `/coreum.asset.nft.v1.MsgUnfreeze` | 5000 |
| `/coreum.nft.v1beta1.MsgSend` | 16000 |
| `/coreum.nft.v1beta1.MsgSend` | 25000 |
| `/cosmos.authz.v1beta1.MsgGrant` | 28000 |
| `/cosmos.authz.v1beta1.MsgRevoke` | 8000 |
| `/cosmos.distribution.v1beta1.MsgFundCommunityPool` | 17000 |
Expand Down

0 comments on commit 0153b20

Please sign in to comment.