laconicd-deprecated/tests/integration_tests/configs/cosmovisor.jsonnet

19 lines
320 B
Plaintext
Raw Normal View History

local config = import 'default.jsonnet';
config {
'ethermint_9000-1'+: {
'app-config'+: {
'minimum-gas-prices': '100000000000aphoton',
},
genesis+: {
app_state+: {
feemarket+: {
params+: {
base_fee:: super.base_fee,
},
},
},
},
},
}