Skip to content

Commit 0ac086e

Browse files
authored
Bugfix (#13)
1 parent 06a1a3b commit 0ac086e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/testing/helpers/MockOffchainRelayer.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ contract MockOffchainRelayer {
105105
if (debugLogging) {
106106
console.log("Relaying VAA to chain %s", chainId);
107107
}
108+
vm.selectFork(forks[chainIdOfWormholeAndGuardianUtilities]);
108109
genericRelay(encodedVMs[i], encodedVMs, parsed[i], deliveryOverrides);
109110
}
110111
}

0 commit comments

Comments
 (0)