Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
valle-xyz committed Nov 6, 2024
1 parent a455971 commit f90ef7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/core-api/safe-contracts-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Open a [pull request](https://github.com/ethereum-lists/chains) to add your chai
INFURA_KEY=your_Infura_project_API_key
```

If you deploy to a ZKsync chain, add the following line to the `.env` file:
```bash
HARDHAT_ENABLE_ZKSYNC=1
```

Deploy the contracts by running this command:
```bash
npm run deploy-all your_chain_id
Expand All @@ -66,6 +71,11 @@ Open a [pull request](https://github.com/ethereum-lists/chains) to add your chai
NODE_URL=RPC_endpoint_for_your_network
```

If you deploy to a ZKsync chain, add the following line to the `.env` file:
```bash
HARDHAT_ENABLE_ZKSYNC=1
```

Deploy the contracts by running this command:

```bash
Expand Down

0 comments on commit f90ef7a

Please sign in to comment.