Skip to content

Commit

Permalink
✅ hardcode rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Dec 17, 2024
1 parent ecc8ecf commit 3f127ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Unwind.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ contract UnwindTest is Bootstrap {
string pathId;

function setUp() public {
string memory BASE_RPC = vm.envString("BASE_RPC_URL");
//string memory BASE_RPC = vm.envString("BASE_RPC_URL");
string memory BASE_RPC = "https://base-mainnet.g.alchemy.com/v2/7-p_uxTY3ESx53BfHqRn4O1UROY4f9pG";
uint256 baseForkCurrentBlock = vm.createFork(BASE_RPC);
vm.selectFork(baseForkCurrentBlock);
initializeBase();
Expand Down

0 comments on commit 3f127ba

Please sign in to comment.