Skip to content

Commit

Permalink
fix pragma abicoder v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tailingchen committed Aug 11, 2024
1 parent 2927ef7 commit 6b8f61e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/foundry/base/SafeOwnable.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pragma solidity 0.7.6;
pragma abicoder v2;

import "../../../contracts/base/SafeOwnable.sol";
import "../interface/ISafeOwnableEvent.sol";
Expand Down
1 change: 1 addition & 0 deletions test/foundry/helper/Constant.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pragma solidity 0.7.6;
pragma abicoder v2;

import "forge-std/Test.sol";

Expand Down
1 change: 1 addition & 0 deletions test/foundry/immunefi/34300.InvalidWithdrawal.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.7.6;
pragma abicoder v2;

import "forge-std/Test.sol";
import "../../../contracts/Vault.sol";
Expand Down

0 comments on commit 6b8f61e

Please sign in to comment.