mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Fixing contract address
This commit is contained in:
parent
6bbfa348f0
commit
25eadd9920
|
@ -12,7 +12,7 @@ contract Helpers is Basic {
|
||||||
int256 private constant _INT256_MIN = type(int256).min;
|
int256 private constant _INT256_MIN = type(int256).min;
|
||||||
|
|
||||||
NotionalInterface internal constant notional =
|
NotionalInterface internal constant notional =
|
||||||
NotionalInterface(0xE592427A0AEce92De3Edee1F18E0157C05861564);
|
NotionalInterface(0x1344a36a1b56144c3bc62e7757377d288fde0369);
|
||||||
|
|
||||||
function getUnderlyingToken(uint16 currencyId) internal returns (address) {
|
function getUnderlyingToken(uint16 currencyId) internal returns (address) {
|
||||||
(, Token memory underlyingToken) = notional.getCurrency(currencyId);
|
(, Token memory underlyingToken) = notional.getCurrency(currencyId);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user