mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
updated to new oasis contract
This commit is contained in:
parent
12c20d8133
commit
38ce8ddf6c
|
@ -125,7 +125,7 @@ contract Helpers is DSMath {
|
||||||
* @dev get SplitSwap address
|
* @dev get SplitSwap address
|
||||||
*/
|
*/
|
||||||
function getAddressSplitSwap() public pure returns (address payable splitSwap) {
|
function getAddressSplitSwap() public pure returns (address payable splitSwap) {
|
||||||
splitSwap = 0xc51a5024280d6AB2596e4aFFe1BDf6bDc2318da2;
|
splitSwap = 0x0a6bb2770450F8BB7Cc0b42ee859ac7f9177010D;
|
||||||
}
|
}
|
||||||
|
|
||||||
function enterMarket(address cErc20) internal {
|
function enterMarket(address cErc20) internal {
|
||||||
|
|
|
@ -209,7 +209,7 @@ contract Helpers is DSMath {
|
||||||
* @dev get admin address
|
* @dev get admin address
|
||||||
*/
|
*/
|
||||||
function getAddressSplitSwap() public pure returns (address payable splitSwap) {
|
function getAddressSplitSwap() public pure returns (address payable splitSwap) {
|
||||||
splitSwap = 0xc51a5024280d6AB2596e4aFFe1BDf6bDc2318da2;
|
splitSwap = 0x0a6bb2770450F8BB7Cc0b42ee859ac7f9177010D;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getVaultStats(uint cup) internal view returns (uint ethCol, uint daiDebt, uint usdPerEth) {
|
function getVaultStats(uint cup) internal view returns (uint ethCol, uint daiDebt, uint usdPerEth) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user