Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ To enable ZKSync support, the zksync fork of foundry must be installed (see [her
Also, the `FOUNDRY_PROFILE` environment variable must be set to `zksync`.

```shell
export FOUNDRY_PROFILE=zksync

forge script script/016DeployZkSyncSpokePool.s.sol:DeployZkSyncSpokePool --rpc-url zksync --broadcast --verify -vvvv
FOUNDRY_PROFILE=zksync forge script script/016DeployZkSyncSpokePool.s.sol:DeployZkSyncSpokePool --rpc-url zksync --broadcast --verify -vvvv
```

Alternatively, the `yarn forge-script-zksync` command can be used to deploy the contract.
Expand Down
Loading
Loading