We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed25e9b commit af55ec9Copy full SHA for af55ec9
evm/test/IntegrationManual.t.sol
@@ -38,7 +38,7 @@ contract TestRelayerEndToEndManual is IntegrationHelpers, IRateLimiterEvents {
38
IWormhole wormhole = IWormhole(0x68605AD7b15c732a30b1BbC62BE8F2A509D74b4D);
39
40
function setUp() public {
41
- string memory url = "https://bsc-testnet.public.blastapi.io";
+ string memory url = "https://bsc-testnet-rpc.publicnode.com";
42
vm.createSelectFork(url);
43
initialBlockTimestamp = vm.getBlockTimestamp();
44
0 commit comments