We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e698b commit 4f1649dCopy full SHA for 4f1649d
1 file changed
docs/fcc/guides/01-sign.mdx
@@ -95,7 +95,7 @@ contract InstructionSender {
95
The constructor takes the addresses of the two Flare system contracts.
96
These are already deployed on Coston2 — the deploy tooling reads their addresses from `config/coston2/deployed-addresses.json`.
97
This is a temporary solution, because the Flare confidential compute is still in development.
98
-On release, both addresses will be available through the `FlareContractRegistry`](/network/guides/flare-contracts-registry) contract.
+On release, both addresses will be available through the [`FlareContractRegistry`](/network/guides/flare-contracts-registry) contract.
99
:::
100
101
### Instruction Parameters
0 commit comments