github.com/Finschia/finschia-sdk@v0.48.1/x/crisis/spec/01_state.md (about) 1 <!-- 2 order: 1 3 --> 4 5 # State 6 7 ## ConstantFee 8 9 Due to the anticipated large gas cost requirement to verify an invariant (and 10 potential to exceed the maximum allowable block gas limit) a constant fee is 11 used instead of the standard gas consumption method. The constant fee is 12 intended to be larger than the anticipated gas cost of running the invariant 13 with the standard gas consumption method. 14 15 The ConstantFee param is held in the global params store. 16 17 - Params: `mint/params -> legacy_amino(sdk.Coin)`