forked from cerc-io/laconicd-deprecated
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
|
local default = import 'default.jsonnet';
|
||
|
|
||
|
default {
|
||
|
'ethermint_9000-1'+: {
|
||
|
config+: {
|
||
|
consensus+: {
|
||
|
timeout_commit: '5s',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|