Skip to content

Commit

Permalink
Update Router.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Sep 7, 2024
1 parent e9a365b commit 951b0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Router.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Wrap} from "../src/Router.sol";

contract FuckEtherTest is Test {
function setUp() external {
vm.createSelectFork("http://64.71.166.16/eth-chain");
vm.createSelectFork("https://eth.llamarpc.com");
}

function testHi() external {
Expand All @@ -21,4 +21,4 @@ contract FuckEtherTest is Test {
}

fallback() external payable {}
}
}

0 comments on commit 951b0f4

Please sign in to comment.