diff --git a/contracts/receivers/aave-v2-receiver/variables.sol b/contracts/receivers/aave-v2-receiver/variables.sol index e16f60d..bcd8c15 100644 --- a/contracts/receivers/aave-v2-receiver/variables.sol +++ b/contracts/receivers/aave-v2-receiver/variables.sol @@ -41,17 +41,6 @@ contract Variables { */ address public constant maticReceiver = 0x0000000000000000000000000000000000001001; - /** - * @dev WETH POS address - */ - address public constant wethPosAddr = 0xAe740d42E4ff0C5086b2b5b5d149eB2F9e1A754F; - - /** - * @dev WETH address - */ - address public constant wethAddr = 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619; - - // Storage variables // @@ -77,4 +66,4 @@ contract Variables { * @dev last stateId from the onStateReceive */ uint256 internal lastStateId; -} \ No newline at end of file +}