From c0de427d5a9ba2720dfd72a85b3d289406282990 Mon Sep 17 00:00:00 2001 From: Brendan Asselstine Date: Fri, 25 Oct 2024 13:03:38 -0700 Subject: [PATCH] Added mainnet deployments --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c14c989..914841e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ The FixedPriceLiquidationPair is designed to liquidate accrued yield on PoolTogether V5 vaults. The Fixed Price Auction has a fixed price for the yield. Once the yield accrues to the fixed price value, arbitrageurs are motivated to swap. +## Deployments + +| Chain | Contract | Address | +| ---- | ----- | ------ | +| Ethereum | FixedPriceLiquidationPair | [0xa1739ECE7a90243443543EA57EB5bfB5f4f8E606](https://etherscan.io/address/0xa1739ECE7a90243443543EA57EB5bfB5f4f8E606) | +| Ethereum | FixedPriceLiquidationRouter | [0x91b718F250A74Ad80da828d7D60b13993275d43c](https://etherscan.io/address/0x91b718F250A74Ad80da828d7D60b13993275d43c) | + ## Motivation The fixed price lets us efficiently liquidate yield for vaults that have very low amounts of TVL.