You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add the [feemarket module](https://github.com/skip-mev/feemarket) and set the initial params to the following values. ([\#3028](https://github.com/cosmos/gaia/pull/3028) and [\#3164](https://github.com/cosmos/gaia/pull/3164))
2
+
```
3
+
FeeDenom = "uatom"
4
+
DistributeFees = false // burn base fees
5
+
MinBaseGasPrice = 0.005 // same as previously enforced by `x/globalfee`
6
+
MaxBlockUtilization = 30_000_000 // the default value
- Add the [feemarket module](https://github.com/skip-mev/feemarket) and set the initial params to the following values. ([\#3028](https://github.com/cosmos/gaia/pull/3028) and [\#3164](https://github.com/cosmos/gaia/pull/3164))
35
+
```
36
+
FeeDenom = "uatom"
37
+
DistributeFees = false // burn base fees
38
+
MinBaseGasPrice = 0.005 // same as previously enforced by `x/globalfee`
39
+
MaxBlockUtilization = 30_000_000 // the default value
0 commit comments