mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Updated connectors list
This commit is contained in:
parent
dd9e6f6e1d
commit
7c454e1f0d
|
@ -120,4 +120,9 @@ abstract contract AaveResolver is Helpers, Events {
|
|||
_eventName = "LogDelegate(address,bool,bool,uint8,uint8)";
|
||||
_eventParam = abi.encode(delegatee, delegateAave, delegateStkAave, aaveDelegationType, stkAaveDelegationType);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
contract ConnectV2AaveStake is AaveResolver {
|
||||
string public constant name = "Aave-Stake-v1";
|
||||
}
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
"COMPOUND-A": "0xcD7661f786D5fd6b87ee33497Dd9cCD3b2702012",
|
||||
"MAKERDAO-A": "0x839c2D3aDe63DF5b0b8F3E57D5e145057Ab41556",
|
||||
"UNISWAP-A": "0xA4BF319968986D2352FA1c550D781bBFCCE3FcaB",
|
||||
"POLYGON-BRIDGE-A": "0x697860CeE594c577F18f71cAf3d8B68D913c7366"
|
||||
"POLYGON-BRIDGE-A": "0x697860CeE594c577F18f71cAf3d8B68D913c7366",
|
||||
"AAVE-CLAIM-A": "0x611C1FA59Aa1d6352c4C8bD44882063c6aEE85E0",
|
||||
"AAVE-STAKE-A": "0xf73c94402bc24148b744083ed02654eec2c37d5b"
|
||||
},
|
||||
"137" : {
|
||||
"AUTHORITY-A" : "0xf6474aD0dA75A0dE15D2c915e601D9f754B9e6fe",
|
||||
|
|
Loading…
Reference in New Issue
Block a user