Skip to content

Commit

Permalink
add trufflehog ignore to rpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Aug 14, 2024
1 parent 13088d0 commit dae51a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/zk/SetupForkFailure.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract ZkSetupForkFailureTest is DSTest {
uint256 constant ETH_FORK_BLOCK = 18993187;

function setUp() public {
vm.createSelectFork("https://eth-mainnet.alchemyapi.io/v2/Lc7oIGYeL_QvInzI0Wiu_pOZZDEKBrdf", ETH_FORK_BLOCK);
vm.createSelectFork("https://eth-mainnet.alchemyapi.io/v2/Lc7oIGYeL_QvInzI0Wiu_pOZZDEKBrdf", ETH_FORK_BLOCK); // trufflehog:ignore
}

// We test that the following function is called after EVM fork from zk context
Expand Down

0 comments on commit dae51a7

Please sign in to comment.