Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalgek committed Feb 29, 2024
1 parent 703b36f commit bea3781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .env.wsteth.opt_sepolia
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ L2_WITHDRAWALS_DISABLERS="["0xf695357C66bA514150Da95b189acb37b46DDe602", "0xa5F1

TESTING_OPT_NETWORK=sepolia
TESTING_OPT_L1_TOKEN=0xB82381A3fBD3FaFA77B3a7bE693342618240067b
TESTING_OPT_L2_TOKEN=
TESTING_OPT_L1_ERC20_TOKEN_BRIDGE=
TESTING_OPT_L2_ERC20_TOKEN_BRIDGE=
TESTING_OPT_L2_TOKEN=0x24B47cd3A74f1799b32B2de11073764Cb1bb318B
TESTING_OPT_L1_ERC20_TOKEN_BRIDGE=0x4Abf633d9c0F4aEebB4C2E3213c7aa1b8505D332
TESTING_OPT_L2_ERC20_TOKEN_BRIDGE=0xdBA2760246f315203F8B716b3a7590F0FFdc704a

# ############################
# Integration Testing
Expand Down
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const config: HardhatUserConfig = {
apiKey: {
mainnet: env.string("ETHERSCAN_API_KEY_ETH", ""),
sepolia: env.string("ETHERSCAN_API_KEY_ETH", ""),
// arbitrumSepolia: env.string("ETHERSCAN_API_KEY_ARB", ""),
arbitrumOne: env.string("ETHERSCAN_API_KEY_ARB", ""),
optimisticEthereum: env.string("ETHERSCAN_API_KEY_OPT", ""),
"opt_sepolia": env.string("ETHERSCAN_API_KEY_OPT", ""),
Expand Down
1 change: 0 additions & 1 deletion test/optimism/bridging.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ scenario("Optimism :: Bridging via deposit/withdraw E2E test", ctxFactory)
})

.step("Finalizing L2 -> L1 message", async (ctx) => {
const safetyDelay = 1000;
const finalizationPeriod = await ctx.crossChainMessenger.contracts.l1.L2OutputOracle.FINALIZATION_PERIOD_SECONDS();
await sleep(finalizationPeriod * 1000);
await ctx.crossChainMessenger.finalizeMessage(withdrawTokensTxResponse);
Expand Down

0 comments on commit bea3781

Please sign in to comment.