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 e00b52d commit ca9b27eCopy full SHA for ca9b27e
examples/oapp/test/foundry/MyOApp.t.sol
@@ -35,7 +35,7 @@ contract MyOAppTest is TestHelperOz5 {
35
super.setUp();
36
37
string[] memory forkUrls = new string[](2);
38
- forkUrls[0] = "https://eth-mainnet.alchemyapi.io/v2/pwc5rmJhrdoaSEfimoKEmsvOjKSmPDrP";
+ forkUrls[0] = "https://eth.drpc.org";
39
forkUrls[1] = "https://arb1.arbitrum.io/rpc";
40
41
createEndpoints(2, LibraryType.UltraLightNode, new address[](2), forkUrls);
0 commit comments