From 981b42eb24161d7ea9ade20be2d79b56bf622cdc Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Sun, 14 Nov 2021 23:16:26 +0400 Subject: [PATCH] avalanche protocol addresses --- avalanche/protocols.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 avalanche/protocols.go diff --git a/avalanche/protocols.go b/avalanche/protocols.go new file mode 100644 index 0000000..3b2fcb1 --- /dev/null +++ b/avalanche/protocols.go @@ -0,0 +1,17 @@ +package avalanche + +// Beefy +const ( + Beefy3CrvVault = "0x79A44dc13e5863Cf4AB36ab13e038A5F16861Abc" +) + +// Curve +const ( + Crv3Pool = "0x7f90122BF0700F9E7e1F688fe926940E8839F353" +) + +// Aave +const ( + AaveDataProvider = "0x65285E9dfab318f57051ab2b139ccCf232945451" + AaveLendingPool = "0x4f01aed16d97e3ab5ab2b501154dc9bb0f1a5a2c" +)