laconicd/tests/integration_tests/configs/cosmovisor.jsonnet

18 lines
319 B
Plaintext
Raw Normal View History

2022-10-10 10:38:33 +00:00
local config = import 'default.jsonnet';
config {
'ethermint_9000-1'+: {
genesis+: {
app_state+: {
feemarket+: {
params+: {
no_base_fee: false,
base_fee:: super.base_fee,
initial_base_fee: super.base_fee,
},
},
},
},
},
}