Skip to content

Commit

Permalink
v0.6.0-3
Browse files Browse the repository at this point in the history
chore: fix typo in gitignore

chore: use coprocessor account controlled by mocked mode
  • Loading branch information
jatZama committed Dec 2, 2024
1 parent b90120d commit 30a5d0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
.env
addresses

# Hardhat files
/cache
Expand Down
2 changes: 1 addition & 1 deletion contracts/addresses/.env.coprocessor
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COPROCESSOR_ADDRESS=0xBFb29B4d2cF6D0949F04736AD259Aa4Be4145b4B
COPROCESSOR_ADDRESS=0xc9990FEfE0c27D31D0C2aa36196b085c0c4d456c
2 changes: 1 addition & 1 deletion contracts/addresses/CoprocessorAddress.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

pragma solidity ^0.8.24;

address constant coprocessorAdd = 0xBFb29B4d2cF6D0949F04736AD259Aa4Be4145b4B;
address constant coprocessorAdd = 0xc9990FEfE0c27D31D0C2aa36196b085c0c4d456c;
4 changes: 2 additions & 2 deletions contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhevm-core-contracts",
"version": "0.6.0-2",
"version": "0.6.0-3",
"description": "fhEVM contracts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 30a5d0b

Please sign in to comment.