From 7251c19620db3333f90cfae0e3dd52b629d4fda3 Mon Sep 17 00:00:00 2001 From: yuchenlintt <80530881+yuchenlintt@users.noreply.github.com> Date: Tue, 24 Aug 2021 06:15:31 -0500 Subject: [PATCH] Deploy Chainlink oracles to mainnet (#891) --- deployments.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployments.json b/deployments.json index 93c542214..25930c506 100644 --- a/deployments.json +++ b/deployments.json @@ -555,6 +555,14 @@ "tusd_CurveYearnStrategy_proxy": { "txHash": "0x3dbba48885efe2b6faf004b1a3616dfe7cabe608d8a6144040696ac63f9f8c71", "address": "0xCB829B1Aa77B8B57D320AF05a780757c8c2B88C1" + }, + "chainlinkTruTusdOracle": { + "txHash": "0x92e36f6d79ab495d57a221c3ca3a3eaec93938f562874bc534ed9bca014394d8", + "address": "0xe8180B5dba8bFd1f6556c46403faD6Dc03a131A9" + }, + "chainlinkTruUsdtOracle": { + "txHash": "0xc3ce64ee9b04b63eded1334e46e95e9048332eaa97cd59ac470d219175a03462", + "address": "0xc02E05C671Cad8C27F7e64fD6898e75a8D4CC2B0" } } }