Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Oct 25, 2024
1 parent 089e54a commit 938d2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deterministic-deployment-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract address.
There are two ways to go about deploying contracts:

1. Manually in your local environment. This requires you to have [`foundry/cast`](https://github.com/foundry-rs/foundry) installed.
2. Using the [`run-l2-contract-setup.sh`](templates/contract-deploy/run-l2-contract-setup.sh) script. This ensures that the contracts will be deployed with every `kurtosis run`.
2. Using the [`run-l2-contract-setup.sh`](/templates/contract-deploy/run-l2-contract-setup.sh) script. This ensures that the contracts will be deployed with every `kurtosis run`.

## Deploying Contracts Locally

Expand Down Expand Up @@ -57,8 +57,8 @@ cast send \

### Deploy Contracts on L2

This is similar to L1 the major differences is the pre-funded account on L2 is the
`zkevm_l2_admin_private_key`.
This is similar to L1, just that the major difference is the pre-funded account
on L2 is the `zkevm_l2_admin_private_key`.

```bash
cast send \
Expand Down

0 comments on commit 938d2ca

Please sign in to comment.