Skip to content

Commit

Permalink
Update cdk-erigon-noed-001 to cdk-erigon-rpc-001
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa authored Dec 4, 2024
1 parent edf79b7 commit 47b0f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cdk/getting-started/local-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Let's do some read and write operations and test transactions on the L2 with Fou
1. To facilitate the operations, export the RPC URL of your L2 to an environment variable called `ETH_RPC_URL` with the following command:

```bash
export ETH_RPC_URL="$(kurtosis port print cdk cdk-erigon-node-001 rpc)"
export ETH_RPC_URL="$(kurtosis port print cdk cdk-erigon-rpc-001 rpc)"
```

2. Use `cast` to view information about the chain, such as the latest block number:
Expand Down

0 comments on commit 47b0f4e

Please sign in to comment.