Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marczeller committed Jul 1, 2024
1 parent 8022175 commit ae66716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EmissionTestEthxEthereum.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract EmissionTestEthXMainnet is BaseTest {
address a_ETHx_WHALE = 0x5A14BD3f2bf84c3690d653F1d40cfb7a8a9B3c26;

function setUp() public {
vm.createSelectFork(vm.rpcUrl('Ethereum'), 36478868);
vm.createSelectFork(vm.rpcUrl('mainnet'), 20211531);
}

function test_activation() public {
Expand Down

0 comments on commit ae66716

Please sign in to comment.