22# ChainID is the Solana chain ID. Must be one of: mainnet, testnet, devnet, localnet. Mandatory.
33ChainID = ' mainnet' # Example
44# Enabled enables this chain.
5- Enabled = false # Default
5+ Enabled = true # Default
66# BlockTime specifies the average time between blocks on this chain
77BlockTime = ' 500ms' # Default
88# BalancePollPeriod is the rate to poll for SOL balance and update Prometheus metrics.
@@ -98,8 +98,6 @@ FinalizedBlockOffset = 0 # Default
9898[Solana .Workflow ]
9999# AcceptanceTimeout is the default timeout for a tranmission to be accepted on chain
100100AcceptanceTimeout = ' 45s' # Default
101- # PollPeriod is the default poll period for checking transmission state
102- PollPeriod = ' 3s' # Default
103101# ForwarderAddress is the keystone forwarder program address on chain.
104102ForwarderAddress = ' 14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5' # Example
105103# ForwarderState is the keystone forwarder program state account on chain.
@@ -108,10 +106,12 @@ ForwarderState = '14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5' # Example
108106FromAddress = ' 4BJXYkfvg37zEmBbsacZjeQDpTNx91KppxFJxRqrz48e' # Example
109107# GasLimitDefault is the default gas limit for workflow transactions.
110108GasLimitDefault = 300_000 # Default
109+ # Local defines if relayer runs against local devnet
110+ Local = false # Default
111+ # PollPeriod is the default poll period for checking transmission state
112+ PollPeriod = ' 3s' # Default
111113# TxAcceptanceState is the default acceptance state for writer DON tranmissions.
112114TxAcceptanceState = 3 # Default
113- # Local determines whether Relayer runs against a local devnet
114- Local = false # Default
115115
116116[[Solana .Nodes ]]
117117# Name is a unique (per-chain) identifier for this node.
0 commit comments