You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fdc/guides/evm-transaction.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ contract Deploy is Script {
51
51
...
52
52
```
53
53
54
-
The names of included contracts mostly mirror the steps described in the [FDC guide](/fdc/1-overview.mdx).
54
+
The names of included contracts mostly mirror the steps described in the [FDC guide](/fdc/overview).
55
55
56
56
To bridge the separate executions of the scripts, we will save the relevant data of each script to a file in the `dirPath` folder.
57
57
Each succeeding script will then read that file to load the data.
@@ -487,7 +487,7 @@ This takes no more than 145 seconds.
487
487
You can check if the request was submitted successfully on the [AttestationRequests](https://coston2-systems-explorer.flare.rocks/attestation-request) page on the Flare Systems Explorer website.
488
488
To check if the round has been finalized, go to [Finalizations](https://coston2-systems-explorer.flare.rocks/finalizations) page.
489
489
490
-
If you want to learn more about how the FDC protocol works, check [here](/fdc/1-overview.mdx).
490
+
If you want to learn more about how the FDC protocol works, check [here](/fdc/overview).
0 commit comments