Skip to content

Commit

Permalink
Merge branch 'dev' into test/verifiermodule
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliborr authored Nov 27, 2023
2 parents b5bb0dc + 82bb744 commit 02c5500
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ SEARCHER_PK=
# Mainnet rpc for the E2E Tests, should be the anvil url
MAINNET_E2E_RPC=


## For deployment scripts
DEPLOYER_MAINNNET_PRIVATE_KEY=
DEPLOYER_GOERLI_PRIVATE_KEY=
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
},
"author": "Wonderland",
"scripts": {
"anvil:mainnet": "anvil --port 8545 -f $MAINNET_RPC --fork-block-number 18621047 --chain-id 1",
"anvil:optimism": "anvil --port 9545 -f $OPTIMISM_RPC --fork-block-number 112491451 --chain-id 10",
"build": "forge build",
"build:optimized": "FOUNDRY_PROFILE=optimized forge build",
"coverage": "forge coverage --match-contract Unit",
Expand Down
1 change: 0 additions & 1 deletion solidity/test/e2e/Common.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ contract CommonE2EBase is DSTestPlus, TestConstants, Script {

uint256 internal _mainnetForkId;
uint256 internal _optimismForkId;

address internal _deployer = vm.rememberKey(vm.envUint('MAINNET_DEPLOYER_PK'));
address internal _searcher = vm.rememberKey(vm.envUint('SEARCHER_PK'));

Expand Down

0 comments on commit 02c5500

Please sign in to comment.