Skip to content

Commit

Permalink
Adapt checkDeposits testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed Dec 1, 2023
1 parent 13ea266 commit 83e89b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ AVALANCHE_OPENFORT_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
GNOSIS_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
GNOSIS_CHIADO_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
BASE_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
BASE_TEST_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
BASE_GOERLI_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
BASE_SEPOLIA_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
OASYS_MAINNET_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
OASYS_TEST_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
KLAYTN_MAINNET_RPC="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
Expand Down
2 changes: 1 addition & 1 deletion script/OpenfortForksConfig.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ abstract contract OpenfortForksConfig is Script {
paymasterAddresses[uint256(Forks.ArbitrumTestFork)] = openfortPaymasterV2Testnet;

// Fork: Base Goerli testnet
vm.createFork(vm.envString("GOERLI_BASE_RPC"));
vm.createFork(vm.envString("BASE_GOERLI_RPC"));
paymasterOwnerAddresses[uint256(Forks.BaseGoerliFork)] = openfortPaymasterOwnerTestnet;
paymasterAddresses[uint256(Forks.BaseGoerliFork)] = openfortPaymasterV2Testnet;

Expand Down

0 comments on commit 83e89b3

Please sign in to comment.