Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
captainlee1024 committed May 13, 2024
1 parent 2cf197f commit 95bcf3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","metho
You can also use [cast](https://github.com/foundry-rs/foundry/releases).

```
cast rpc eigenrpc_customMethod
cast rpc --rpc-url http://localhost:8546 eigenrpc_customMethod
cast rpc eigenrpc_getBlockByNumber 0
cast rpc --rpc-url http://localhost:8546 eigenrpc_getBlockByNumber 0
```

0 comments on commit 95bcf3f

Please sign in to comment.