-| [<span id="node-stacker_dbs">stacker_dbs</span>](#node-stacker_dbs) | A list of specific StackerDB contracts (identified by their qualified contract identifiers,<br>e.g., "SP000000000000000000002Q6VF78.pox-3") that this node should actively replicate.<br><br>**Notes:**<br>- Values are strings representing qualified contract identifiers.<br><br>**Example:**<br><pre><code>stacker_dbs = ["SP000000000000000000002Q6VF78.pox-3", "SP2C2YFP12AJZB4M4KUPSTMZQR0SNHNPH204SCQJM.stx-oracle-v1"]</code></pre> | - If [miner](#node-miner) is `true` or [stacker](#node-stacker) is `true`, relevant system contracts<br> (like `.miners`, `.signers-*`) are automatically added in addition to any contracts<br> specified in the configuration file.<br>- Otherwise, defaults to an empty list `[]` if not specified in the TOML. |
0 commit comments