Skip to content

Commit

Permalink
Update docs/how-to/migrate/forkid-7-to-9.md
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Vincent <[email protected]>
  • Loading branch information
kmurphypolygon and leovct authored Apr 24, 2024
1 parent 2cec7e7 commit 9368563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/migrate/forkid-7-to-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ index 175619f..a72d452 100644

```sh
export ETH_RPC_URL="$(kurtosis port print cdk-v1 zkevm-node-rpc-001 http-rpc)"
cast send --legacy --private-key 0x12d7de8621a77640c9241b2595ba78ce443d05e94090365ab3bb5e19df82c625 --value 0.01ether 0x0000000000000000000000000000000000000000
cast send --legacy --private-key "$(yq -r .args.zkevm_l2_admin_private_key params.yml)" --value 0.01ether 0x0000000000000000000000000000000000000000
cast rpc zkevm_batchNumber
cast rpc zkevm_virtualBatchNumber
cast rpc zkevm_verifiedBatchNumber
Expand Down

0 comments on commit 9368563

Please sign in to comment.