Skip to content

Commit

Permalink
chore: ci tweeks
Browse files Browse the repository at this point in the history
  • Loading branch information
sandybradley committed Nov 2, 2023
1 parent f0d91ad commit 9eec56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"detectors_to_exclude": "assembly,timestamp,solc-version,missing-zero-check,immutable-states,arbitrary-send-eth,too-many-digits,divide-before-multiply,conformance-to-solidity-naming-conventions,low-level-calls,reentrancy-events,cache-array-length,unused-return,cyclomatic-complexity,calls-loop, reentrancy-unlimited-gas,reentrancy-eth,reentrancy-benign,costly-loop, events-maths, incorrect-equality",
"detectors_to_exclude": "assembly,timestamp,solc-version,missing-zero-check,immutable-states,arbitrary-send-eth,too-many-digits,divide-before-multiply,conformance-to-solidity-naming-conventions,low-level-calls,reentrancy-events,cache-array-length,unused-return,cyclomatic-complexity,calls-loop, reentrancy-unlimited-gas,reentrancy-eth,reentrancy-benign,costly-loop, events-maths, incorrect-equality, missing-inheritance",
"exclude_informational": false,
"exclude_low": false,
"exclude_medium": false,
Expand Down
2 changes: 1 addition & 1 deletion test/unit/CreamRedeem.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract CreamRedeemTest is MevEthTest {
address constant CRETH2_HOLDER = 0x36cc7B13029B5DEe4034745FB4F24034f3F2ffc6;

function setUp() public override {
MAINNET_FORK_ID = vm.createSelectFork(RPC_ETH_MAINNET, 18_368_945);
MAINNET_FORK_ID = vm.createSelectFork(RPC_ETH_MAINNET, 18_282_730);

vm.selectFork(MAINNET_FORK_ID);
// deploy mevEth (mainnet)
Expand Down

0 comments on commit 9eec56b

Please sign in to comment.