mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Moved WETH9.sol to mock/dependencies due is only for testing purposes
This commit is contained in:
parent
a12706949d
commit
6d009f796d
|
@ -1,6 +1,6 @@
|
||||||
pragma solidity >=0.4.22 <=0.6.8;
|
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 {
|
contract WETH9Mocked is WETH9 {
|
||||||
// Mint not backed by Ether: only for testing purposes
|
// Mint not backed by Ether: only for testing purposes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user