diff --git a/llms-full.txt b/llms-full.txt index 98f732d..708aac7 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -31734,13 +31734,11 @@ canonical reference for every available knob and its default value. # If unset, defaults to /data/evm_ss when EVM SS is enabled. evm-ss-db-directory = "" - # WriteMode controls how EVM data writes are routed. - # Supported values: "cosmos_only", "dual_write", "split_write" - evm-ss-write-mode = "cosmos_only" - - # ReadMode controls how EVM data reads are routed. - # Supported values: "cosmos_only", "evm_first", "split_read" - evm-ss-read-mode = "cosmos_only" + # EVMSplit controls whether EVM data is routed to a dedicated SS backend. + # When false (default), EVM data lives in the Cosmos SS backend alongside + # everything else. When true, EVM data is routed exclusively to the EVM SS + # backend; non-EVM data stays in Cosmos SS. No fallback between backends. + evm-ss-split = false # SeparateEVMSubDBs controls whether EVM data is split across per-type DBs. # When false, all EVM data stays in one DB using the current unified layout.