Skip to content

Commit 7d83152

Browse files
committed
update readme with compiler and evm_version
1 parent 489c151 commit 7d83152

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ pnpm test
5050

5151
```sh
5252
# Compilation
53-
COMPILER=0.8.21
54-
EVM_VERSION=paris
53+
COMPILER=0.8.24
54+
EVM_VERSION=cancun
5555
MODE=production
5656

5757
# Migration
@@ -63,7 +63,6 @@ SEPOLIA_NODE=
6363
ETHERSCAN=
6464
```
6565

66-
Note: use `EVM_VERSION=paris` for Sepolia or `EVM_VERSION=shanghai` for Polygon and Mainnet
6766
Note: The variable `ETHERSCAN` should be used also when deploying to polygonscan (polygon/polygonAmoy) with API key coming from polygonscan.
6867

6968
- Add custom addresses in the `script/config.json` file for the different persmissions groups

0 commit comments

Comments
 (0)