Skip to content

Commit

Permalink
rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Feb 27, 2024
1 parent 16e0ba4 commit efb3dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/TrancheMirrorUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract TrancheMirrorUtils is RainContracts, Test {
uint256 constant CONTEXT_VAULT_IO_ROWS = 5;

function selectPolygonFork() internal {
uint256 fork = vm.createFork(vm.envString("RPC_URL_POLYGON"));
uint256 fork = vm.createFork("https://1rpc.io/matic");
vm.selectFork(fork);
vm.rollFork(FORK_BLOCK_NUMBER);
}
Expand Down

0 comments on commit efb3dc9

Please sign in to comment.