Skip to content

Commit

Permalink
chore: soft link ERC20Mintable into test/src/
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Sep 12, 2024
1 parent 9133a8f commit 5894ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/Helper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ interface IAuthorizer {
function grantRole(bytes32, address) external;
}

interface IERC20Mintable is IERC20 {
function mint(address, uint) external;
}

contract Harness is GPv2Settlement {
constructor(GPv2Authentication authenticator_, IVault vault) GPv2Settlement(authenticator_, vault) {}

Expand Down
1 change: 1 addition & 0 deletions test/src/ERC20Mintable.sol

0 comments on commit 5894ee1

Please sign in to comment.