Skip to content

Commit 91d3a1a

Browse files
authored
fix: chain url in WormholeRelayerTest.sol
1 parent e7fd2a3 commit 91d3a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/WormholeRelayerTest.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ abstract contract WormholeRelayerTest is Test {
309309
chainInfosMainnet[24] = ChainInfo({
310310
chainId: 24,
311311
name: "optimism",
312-
url: "https://rpc.ankr.com/arbitrum",
312+
url: "https://rpc.ankr.com/optimism",
313313
relayer: IWormholeRelayer(0x27428DD2d3DD32A4D7f7C497eAaa23130d894911),
314314
tokenBridge: ITokenBridge(0x1D68124e65faFC907325e3EDbF8c4d84499DAa8b),
315315
wormhole: IWormhole(0xEe91C335eab126dF5fDB3797EA9d6aD93aeC9722)

0 commit comments

Comments
 (0)