mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Deployed reflexer connector
This commit is contained in:
parent
9d60daa894
commit
cf9232288c
|
@ -37,8 +37,7 @@ abstract contract Helpers is DSMath, Basic {
|
||||||
* @dev Return Reflexer mapping Address.
|
* @dev Return Reflexer mapping Address.
|
||||||
*/
|
*/
|
||||||
function getGebMappingAddress() internal pure returns (address) {
|
function getGebMappingAddress() internal pure returns (address) {
|
||||||
// TODO: Set the real deployed Reflexer mapping address
|
return 0x573e5132693C046D1A9F75Bac683889164bA41b4;
|
||||||
return 0x0000000000000000000000000000000000000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCollateralJoinAddress(bytes32 collateralType) internal view returns (address) {
|
function getCollateralJoinAddress(bytes32 collateralType) internal view returns (address) {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"connectors":
|
"connectors": {
|
||||||
{
|
|
||||||
"1" : {
|
"1" : {
|
||||||
"AUTHORITY-A": "0x351Bb32e90C35647Df7a584f3c1a3A0c38F31c68",
|
"AUTHORITY-A": "0x351Bb32e90C35647Df7a584f3c1a3A0c38F31c68",
|
||||||
"BASIC-A": "0x9926955e0Dd681Dc303370C52f4Ad0a4dd061687",
|
"BASIC-A": "0x9926955e0Dd681Dc303370C52f4Ad0a4dd061687",
|
||||||
|
@ -24,7 +23,8 @@
|
||||||
"MAKERDAO-CLAIM-A": "0x2f8cBE650af98602a215b6482F2aD60893C5A4E8",
|
"MAKERDAO-CLAIM-A": "0x2f8cBE650af98602a215b6482F2aD60893C5A4E8",
|
||||||
"WETH-A": "0x22075fa719eFb02Ca3cF298AFa9C974B7465E5D3",
|
"WETH-A": "0x22075fa719eFb02Ca3cF298AFa9C974B7465E5D3",
|
||||||
"REFINANCE-A": "0x9eA34bE6dA51aa9F6408FeA79c946FDCFA424442",
|
"REFINANCE-A": "0x9eA34bE6dA51aa9F6408FeA79c946FDCFA424442",
|
||||||
"INST-A": "0x52C2C4a0db049255fF345EB9D3Fb1f555b7a924A"
|
"INST-A": "0x52C2C4a0db049255fF345EB9D3Fb1f555b7a924A",
|
||||||
|
"REFLEXER-A": "0xaC6dc28a6251F49Bbe5755E630107Dccde9ae2C8"
|
||||||
},
|
},
|
||||||
"137" : {
|
"137" : {
|
||||||
"1INCH-A": "0xC0d9210496afE9763F5d8cEb8deFfBa817232A9e",
|
"1INCH-A": "0xC0d9210496afE9763F5d8cEb8deFfBa817232A9e",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user