Skip to content

Commit

Permalink
keep db types
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 29, 2024
1 parent bf3d031 commit d5fd3e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/configs/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
cmd: 'cronosd',
'start-flags': '--trace',
config: {
db_backend: 'goleveldb',
db_backend: 'rocksdb',
mempool: {
version: 'v1',
},
},
'app-config': {
chain_id: 'cronos_777-1',
'app-db-backend': 'goleveldb',
'app-db-backend': 'rocksdb',
'minimum-gas-prices': '0basetcro',
'index-events': ['ethereum_tx.ethereumTxHash'],
'iavl-lazy-loading': true,
Expand Down Expand Up @@ -60,10 +60,10 @@
'broadcast-mode': 'sync',
},
config: {
db_backend: 'goleveldb',
db_backend: 'pebbledb',
},
'app-config': {
'app-db-backend': 'goleveldb',
'app-db-backend': 'pebbledb',
},
}, {
coins: '1000000000000000000stake,10000000000000000000000basetcro',
Expand Down

0 comments on commit d5fd3e3

Please sign in to comment.