Commit e0eb36ef authored by Ori Pomerantz's avatar Ori Pomerantz Committed by GitHub

@smartcontracts suggestion

Co-authored-by: default avatarsmartcontracts <kelvin@optimism.io>
parent d3f999ba
...@@ -63,7 +63,7 @@ We do this using the [Foundry](https://book.getfoundry.sh/) command `cast`. ...@@ -63,7 +63,7 @@ We do this using the [Foundry](https://book.getfoundry.sh/) command `cast`.
1. See that the implementation is address zero, and that calling it fails. 1. See that the implementation is address zero, and that calling it fails.
```sh ```sh
cast call $L1BLOCKNUM "implementation()" cast call $L1BLOCKNUM 'implementation()'
cast call $L1BLOCKNUM 'number()' cast call $L1BLOCKNUM 'number()'
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment