Moved WETH9.sol to mock/dependencies due is only for testing purposes

This commit is contained in:
David Racero 2020-11-02 15:47:02 +01:00
parent a12706949d
commit 6d009f796d
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pragma solidity >=0.4.22 <=0.6.8;
import {WETH9} from '../../dependencies/weth/WETH9.sol';
import {WETH9} from '../dependencies/weth/WETH9.sol';
contract WETH9Mocked is WETH9 {
// Mint not backed by Ether: only for testing purposes