Skip to content

Commit

Permalink
trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Oct 25, 2023
1 parent 47c4136 commit 52e3c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/foundry/RoyaltyDistributorFork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ contract RoyaltyDistributorForkTest is RoyaltyDistributorTest {
mainnetRpc = rpcUrl;
console.log("Using mainnet RPC in environment variable");
} catch {
mainnetRpc = "https://rpc.ankr.com/eth";
console.log("Using public mainnet RPC");
}
uint256 mainnetFork = vm.createFork(mainnetRpc);
Expand Down

0 comments on commit 52e3c54

Please sign in to comment.