We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489c151 commit 7d83152Copy full SHA for 7d83152
README.md
@@ -50,8 +50,8 @@ pnpm test
50
51
```sh
52
# Compilation
53
-COMPILER=0.8.21
54
-EVM_VERSION=paris
+COMPILER=0.8.24
+EVM_VERSION=cancun
55
MODE=production
56
57
# Migration
@@ -63,7 +63,6 @@ SEPOLIA_NODE=
63
ETHERSCAN=
64
```
65
66
-Note: use `EVM_VERSION=paris` for Sepolia or `EVM_VERSION=shanghai` for Polygon and Mainnet
67
Note: The variable `ETHERSCAN` should be used also when deploying to polygonscan (polygon/polygonAmoy) with API key coming from polygonscan.
68
69
- Add custom addresses in the `script/config.json` file for the different persmissions groups
0 commit comments