File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ chain:
16
16
chainDBPath : " /var/iotex-archive/data/chain.db"
17
17
trieDBPatchFile : " /var/iotex-archive/data/trie.db.patch"
18
18
trieDBPath : " /var/iotex-archive/data/archive.db"
19
+ stakingPatchDir : " /var/iotex-archive/data" ,
19
20
indexDBPath : " /var/iotex-archive/data/index.db"
20
21
blobStoreDBPath : " /var/iotex-archive/data/blob.db"
21
22
bloomfilterIndexDBPath : " /var/iotex-archive/data/bloomfilter.index.db"
22
23
candidateIndexDBPath : " /var/iotex-archive/data/candidate.index.db"
23
24
stakingIndexDBPath : " /var/iotex-archive/data/staking.index.db"
24
25
contractStakingIndexDBPath : " /var/iotex-archive/data/contractstaking.index.db"
25
- enableVersionedStateDB : true
26
- versionedNamespaces : ["Account", "Contract"]
27
- versionedMetadata : " Meta"
26
+ enableArchiveMode : true
28
27
maxCacheSize : 1000
29
28
committee :
30
29
gravityChainAPIs :
You can’t perform that action at this time.
0 commit comments