laconicd/tests/integration_tests/configs/rollback-test.jsonnet

10 lines
153 B
Plaintext
Raw Normal View History

2022-10-10 10:38:33 +00:00
local config = import 'default.jsonnet';
config {
'ethermint_9000-1'+: {
validators: super.validators + [{
name: 'fullnode',
}],
},
}