Skip to content

Commit

Permalink
Merge pull request #255 from zama-ai/feature/evm-shangai
Browse files Browse the repository at this point in the history
Feature/evm shangai
  • Loading branch information
jatZama authored Jan 17, 2024
2 parents 59b8791 + 184ca9d commit b6c2140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const config: HardhatUserConfig = {
enabled: true,
runs: 800,
},
evmVersion: 'paris',
evmVersion: 'shanghai',
},
},
typechain: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"codegen": "npx ts-node codegen/main.ts && npm run prettier",
"task:getEthereumAddress": "hardhat task:getEthereumAddress",
"task:deployIdentity": "hardhat task:deployIdentity",
"fhevm:start": "docker run -i -p 8545:8545 --rm --name fhevm ghcr.io/zama-ai/ethermint-dev-node:v0.2.2",
"fhevm:start": "docker run -i -p 8545:8545 --rm --name fhevm ghcr.io/zama-ai/ethermint-dev-node:v0.2.3",
"fhevm:stop": "docker rm -f fhevm",
"fhevm:restart": "fhevm:stop && fhevm:start",
"fhevm:faucet": "npm run fhevm:faucet:alice && sleep 5 && npm run fhevm:faucet:bob && sleep 5 && npm run fhevm:faucet:carol && sleep 5 && npm run fhevm:faucet:dave && sleep 5 && npm run fhevm:faucet:eve",
Expand Down

0 comments on commit b6c2140

Please sign in to comment.