Skip to content

Commit af55ec9

Browse files
authored
evm: Change RPC node to improve test stability (#342)
1 parent ed25e9b commit af55ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm/test/IntegrationManual.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contract TestRelayerEndToEndManual is IntegrationHelpers, IRateLimiterEvents {
3838
IWormhole wormhole = IWormhole(0x68605AD7b15c732a30b1BbC62BE8F2A509D74b4D);
3939

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

0 commit comments

Comments
 (0)