Skip to content

Commit

Permalink
Fix example description
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Oct 6, 2024
1 parent 073476a commit 402028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ console.log(tokenContract!.patchdb().solidify());

It is also possible to hook onto the `State` of a contract, and in turn onto `Stack` and `Memory`.
The following example creates a subclass of `Memory` to hook into the `invalidateRange` method.
In this particular example there is a range where the `size` is to large to be invalidated.
In this particular example there is a range where the `size` is very large so it will be printed to `stdout`.

```ts examples/State-Hook.mts
import { JsonRpcProvider } from 'ethers';
Expand Down

0 comments on commit 402028c

Please sign in to comment.