2022-08-11 20:49:05 +00:00
|
|
|
local config = import 'default.jsonnet';
|
|
|
|
|
|
|
|
config {
|
|
|
|
'ethermint_9000-1'+: {
|
|
|
|
config+: {
|
|
|
|
tx_index+: {
|
|
|
|
indexer: 'null',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'app-config'+: {
|
|
|
|
'json-rpc'+: {
|
|
|
|
'enable-indexer': true,
|
|
|
|
},
|
|
|
|
},
|
2022-12-23 12:58:26 +00:00
|
|
|
genesis+: {
|
|
|
|
app_state+: {
|
|
|
|
feemarket+: {
|
|
|
|
params+: {
|
|
|
|
min_gas_multiplier: '0',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2022-08-11 20:49:05 +00:00
|
|
|
},
|
|
|
|
}
|