Skip to content

Commit

Permalink
update readme with compiler and evm_version
Browse files Browse the repository at this point in the history
  • Loading branch information
wewelll committed Apr 19, 2024
1 parent 489c151 commit 842a580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Compilation
COMPILER=0.8.21
EVM_VERSION=shanghai
COMPILER=0.8.24
EVM_VERSION=cancun
MODE=production

# Migration
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ pnpm test

```sh
# Compilation
COMPILER=0.8.21
EVM_VERSION=paris
COMPILER=0.8.24
EVM_VERSION=cancun
MODE=production

# Migration
Expand All @@ -63,7 +63,6 @@ SEPOLIA_NODE=
ETHERSCAN=
```

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

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

0 comments on commit 842a580

Please sign in to comment.