-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ironbank fantom generic lender #6
base: fish/043_fantom
Are you sure you want to change the base?
Conversation
} | ||
|
||
|
||
uint256 _scream = IERC20(ib).balanceOf(address(this)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not scream anymore right?
address public constant ib = address(0x00a35FD824c717879BF370E70AC6868b95870Dfb); | ||
address public constant wftm = address(0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83); | ||
iLiquidityMining public liquidityMining; | ||
address public unitroller; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you dont need this anymore
function _initialize(address _cToken) internal { | ||
require(address(cToken) == address(0), "GenericIB already initialized"); | ||
cToken = CErc20I(_cToken); | ||
unitroller = cToken.comptroller(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you dont need this anymore
No description provided.