From 66672153e731337cb30ee675f7b27bf39b6133fb Mon Sep 17 00:00:00 2001 From: alexander-sei <184418786+alexander-sei@users.noreply.github.com> Date: Mon, 25 May 2026 08:29:02 +0000 Subject: [PATCH] docs: regenerate llms.txt and llms-full.txt --- llms-full.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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.