Skip to content

Commit

Permalink
using ankr's rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will authored and LeoHChen committed Oct 24, 2023
1 parent b38f40a commit e82fc80
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 @@ -9,7 +9,7 @@ contract RoyaltyDistributorForkTest is RoyaltyDistributorTest {
try vm.envString("MAINNET_RPC_URL") returns (string memory rpcUrl) {
mainnetRpc = rpcUrl;
} catch {
mainnetRpc = "https://eth-mainnet.g.alchemy.com/v2/demo";
mainnetRpc = "https://rpc.ankr.com/eth";
}
console.log(mainnetRpc);
uint256 mainnetFork = vm.createFork(mainnetRpc);
Expand Down

0 comments on commit e82fc80

Please sign in to comment.