Skip to content

Commit

Permalink
docs: add instruction on testing network1
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Jan 30, 2024
1 parent df2345a commit 38852d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Ensure the faucet command was succesful.

#### Run tests for network1 network

Network1 doesn't support shanghai, so you should update the `evmVersion` [here](https://github.com/zama-ai/fhevm/blob/main/hardhat.config.ts#L170) to use `paris`, and make sure contracts are compiled using that version.

```bash
# codegen for network1 network
TARGET_NETWORK=Network1 npx ts-node codegen/main.ts && npm run prettier
Expand Down

0 comments on commit 38852d8

Please sign in to comment.