Skip to content

Commit

Permalink
evm: Change RPC node to improve test stability (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle authored and barnjamin committed Apr 5, 2024
1 parent 4086052 commit a4bcb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/test/IntegrationManual.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract TestRelayerEndToEndManual is IntegrationHelpers, IRateLimiterEvents {
IWormhole wormhole = IWormhole(0x68605AD7b15c732a30b1BbC62BE8F2A509D74b4D);

function setUp() public {
string memory url = "https://bsc-testnet.public.blastapi.io";
string memory url = "https://bsc-testnet-rpc.publicnode.com";
vm.createSelectFork(url);
initialBlockTimestamp = vm.getBlockTimestamp();

Expand Down

0 comments on commit a4bcb54

Please sign in to comment.