Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evm: Change RPC node to improve test stability #342

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading