avalanche protocol addresses

This commit is contained in:
Laurent Le Houerou 2021-11-14 23:16:26 +04:00
parent 0afb017f22
commit 981b42eb24

17
avalanche/protocols.go Normal file
View File

@ -0,0 +1,17 @@
package avalanche
// Beefy
const (
Beefy3CrvVault = "0x79A44dc13e5863Cf4AB36ab13e038A5F16861Abc"
)
// Curve
const (
Crv3Pool = "0x7f90122BF0700F9E7e1F688fe926940E8839F353"
)
// Aave
const (
AaveDataProvider = "0x65285E9dfab318f57051ab2b139ccCf232945451"
AaveLendingPool = "0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c"
)