Update contracts/receivers/aave-v2-receiver/variables.sol

This commit is contained in:
Thrilok kumar 2021-04-21 21:55:17 +05:30 committed by GitHub
parent 507871cbdd
commit 729f5ab342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}