Skip to content

Commit

Permalink
fix: sepolia chain ids
Browse files Browse the repository at this point in the history
debugging why it's broke

linter: rip

rekick the tests with env variables set to sepolia op rather than mainnet op
  • Loading branch information
Will Cory authored and Will Cory committed Mar 29, 2024
1 parent 40f205f commit 03a779a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/test-next/failedMessages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const sepoliaWallet = new ethers.Wallet(E2E_PRIVATE_KEY, sepoliaProvider)
const crossChainMessenger = new CrossChainMessenger({
l1SignerOrProvider: sepoliaWallet,
l2SignerOrProvider: opSepoliaProvider,
l1ChainId: 5,
l2ChainId: 420,
l1ChainId: 11155111,
l2ChainId: 11155420,
bedrock: true,
})

Expand Down

0 comments on commit 03a779a

Please sign in to comment.