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: book/src/framework/verify.md
+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
@@ -28,7 +28,7 @@ If you don't want to verify contracts or you can't or don't want to use `Blocksc
28
28
29
29
You can use `Seth` to trace your transaction both from your Go code or from [the CLI](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#single-transaction-tracing). Remember that you need to adjust `seth.toml` to point to gethwrappers or ABIs of contracts you want to trace.
30
30
31
-
### Programatic
31
+
### Programmatic
32
32
33
33
If you want to use from Go code, you need to have a couple of things in mind:
34
34
* you need to point Seth to your Gethwrappers, so that it can extract ABIs from them
@@ -57,4 +57,4 @@ if err != nil {
57
57
}
58
58
```
59
59
60
-
For more information about configuring `Seth` please read about [TOML config](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#toml-configuration) and [programatic builder](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#config).
60
+
For more information about configuring `Seth` please read about [TOML config](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#toml-configuration) and [programmatic builder](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#config).
0 commit comments