From 08f95081c64e62035c79b17def324b1b5c99fea2 Mon Sep 17 00:00:00 2001 From: vishal <1117327+vishalchangrani@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:55:05 -0700 Subject: [PATCH] access nodes should use role execution if they have execution data sync enabled --- docs/protocol/node-ops/node-operation/spork.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/protocol/node-ops/node-operation/spork.md b/docs/protocol/node-ops/node-operation/spork.md index 2654e3bbc2..403980751e 100644 --- a/docs/protocol/node-ops/node-operation/spork.md +++ b/docs/protocol/node-ops/node-operation/spork.md @@ -52,7 +52,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/pro - It will generally be `testnet-x` or `mainnet-x` if execution data indexing is not enabled. - It will generally be `testnet-x-execution` or `mainnet-x-execution` if execution data indexing is enabled. See [here](../access-nodes/access-node-configuration-options.md) to enable execution date indexing. -- `YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification`, `access` based on the node(s) that you are running. +- `YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification` based on the node(s) that you are running. + - For access nodes however, if you have execution data index enabled use the role `execution` otherwise use `access`. ```shell Example $ ./boot-tools/transit pull -b ./bootstrap -t mainnet-16 -r consensus