Skip to content

Commit ca9b27e

Browse files
committed
eth rpc
1 parent e00b52d commit ca9b27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/oapp/test/foundry/MyOApp.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ contract MyOAppTest is TestHelperOz5 {
3535
super.setUp();
3636

3737
string[] memory forkUrls = new string[](2);
38-
forkUrls[0] = "https://eth-mainnet.alchemyapi.io/v2/pwc5rmJhrdoaSEfimoKEmsvOjKSmPDrP";
38+
forkUrls[0] = "https://eth.drpc.org";
3939
forkUrls[1] = "https://arb1.arbitrum.io/rpc";
4040

4141
createEndpoints(2, LibraryType.UltraLightNode, new address[](2), forkUrls);

0 commit comments

Comments
 (0)