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

22 lines
360 B
Plaintext
Raw Normal View History

local config = import 'default.jsonnet';
config {
'ethermint_9000-1'+: {
'app-config'+: {
pruning: 'everything',
'state-sync'+: {
'snapshot-interval': 0,
},
},
genesis+: {
app_state+: {
feemarket+: {
params+: {
min_gas_multiplier: '0',
},
},
},
},
},
}