Skip to content

Commit

Permalink
Merge pull request #20 from jdubpark/main
Browse files Browse the repository at this point in the history
fix: chain url in WormholeRelayerTest.sol
  • Loading branch information
JoeHowarth authored Sep 18, 2023
2 parents e7fd2a3 + 91d3a1a commit 82fe9dc
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 82fe9dc

Please sign in to comment.