Skip to content

Commit 400408a

Browse files
Fix link again
1 parent e881a2b commit 400408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/chainlink-nodes/v1/node-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10655,7 +10655,7 @@ Finality for a block is solely defined by the finality related tags provided by
1065510655
FlagsContractAddress = '0xae4E781a6218A8031764928E88d457937A954fC3' # Example
1065610656
```
1065710657

10658-
FlagsContractAddress can optionally point to a [Flags contract](/contracts/src/v0.8/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
10658+
FlagsContractAddress can optionally point to a [Flags contract](https://github.com/smartcontractkit/chainlink/blob/v2.19.0/contracts/src/v0.8/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
1065910659

1066010660
### LinkContractAddress
1066110661

0 commit comments

Comments
 (0)