Skip to content

Commit

Permalink
remove public rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Oct 26, 2023
1 parent 52e3c54 commit bf15d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/RoyaltyDistributorFork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract RoyaltyDistributorForkTest is RoyaltyDistributorTest {
mainnetRpc = rpcUrl;
console.log("Using mainnet RPC in environment variable");
} catch {
console.log("Using public mainnet RPC");
fail("Missing environment variable 'MAINNET_RPC_URL'");
}
uint256 mainnetFork = vm.createFork(mainnetRpc);
vm.selectFork(mainnetFork);
Expand Down

0 comments on commit bf15d47

Please sign in to comment.