Parameter | Description |
---|---|
customRpcUrls | A comma-separated list of performant RPC endpoints for the chain you wish to support. We recommend using paid providers to avoid rate limiting. |
chains.ethereum | Should be changed to chains.base in the base/config.json, and chains.optimism in optimism/config.json. |
signer.region | Should be adjusted to your AWS region. |
validator.region | Should be adjusted to your AWS region. |
signer.id | Should be adjusted to your AWS KMS id you configured in step 3, prefixed with alias/ . |
validator.id | Should be adjusted to your AWS KMS id you configured in step 3, prefixed with alias/ . |
originChainName | Should be the chain you are validating. |
checkpointSyncer.bucket | Should reflect the name of the S3 bucket. |
checkpointSyncer.folder | The name of the folder the validator will use within the bucket. You may use the same bucket for multiple validators, but ensure each folder name is unique per validator. |
reorgPeriod | May be different for each chain. Find the reorgPeriods. |