feat(store/v2): add support for iavl/v2 (#22424)
This commit is contained in:
@@ -56,8 +56,8 @@ minimum-gas-prices = '0stake'
|
||||
app-db-backend = 'goleveldb'
|
||||
|
||||
[store.options]
|
||||
# State storage database type. Currently we support: "sqlite", "pebble" and "rocksdb"
|
||||
ss-type = 'sqlite'
|
||||
# State storage database type. Currently we support: "pebble" and "rocksdb"
|
||||
ss-type = 'pebble'
|
||||
# State commitment database type. Currently we support: "iavl" and "iavl-v2"
|
||||
sc-type = 'iavl'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user