Skip to content

Commit

Permalink
fix: link to correct version of fhvm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
manoranjith committed Dec 5, 2024
1 parent ea0f02b commit de9d400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/fhevm/coprocessor/contracts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploy initial contracts
# Deploy initial contractsL

Following is an example of how to deploy initial contracts on the Ethereum Sepolia testnet. Deploying on Ethereum mainnet should be almost identical and should be possible by just changing the SEPOLIA_RPC_URL to ETHEREUM_MAINNET_RPC_URL and poiting to a correct RPC node.

Expand Down Expand Up @@ -36,7 +36,7 @@ For the `SEPOLIA_RPC_URL` env variable, you can either get one from a service pr
- `node_modules/fhevm-core-contracts/addresses/.env.fhepayment` for FHEPayment address
- `gateway/.env.gateway` for GatewayContract address.

This script is found exactly inside the [`./precompute-addresses.sh` file](https://github.com/zama-ai/fhevm/blob/main/precompute-addresses.sh):
This script is found exactly inside the [`./precompute-addresses.sh` file](https://github.com/zama-ai/fhevm/blob/v0.6.0-0/precompute-addresses.sh):

```
#!/bin/bash
Expand Down

0 comments on commit de9d400

Please sign in to comment.