Skip to content

Commit

Permalink
fix: chain url in WormholeRelayerTest.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark authored Sep 16, 2023
1 parent e7fd2a3 commit 91d3a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/WormholeRelayerTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ abstract contract WormholeRelayerTest is Test {
chainInfosMainnet[24] = ChainInfo({
chainId: 24,
name: "optimism",
url: "https://rpc.ankr.com/arbitrum",
url: "https://rpc.ankr.com/optimism",
relayer: IWormholeRelayer(0x27428DD2d3DD32A4D7f7C497eAaa23130d894911),
tokenBridge: ITokenBridge(0x1D68124e65faFC907325e3EDbF8c4d84499DAa8b),
wormhole: IWormhole(0xEe91C335eab126dF5fDB3797EA9d6aD93aeC9722)
Expand Down

0 comments on commit 91d3a1a

Please sign in to comment.