mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
liquidity address change
This commit is contained in:
parent
43f37b0b0e
commit
4fd81415f7
|
@ -181,7 +181,7 @@ contract Helper is DSMath {
|
||||||
* @dev get InstaDApp Liquidity contract
|
* @dev get InstaDApp Liquidity contract
|
||||||
*/
|
*/
|
||||||
function getLiquidityAddr() public pure returns (address liquidity) {
|
function getLiquidityAddr() public pure returns (address liquidity) {
|
||||||
liquidity = 0x2C717BFE76556fC7730f287f9B108Da4722d6065;
|
liquidity = 0x22BE7F22E7ca2D4949d2B369d02bC9283CE7d285;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user