From 24fd7e16fd3ad5fe5fe6fd7d5113d67d0ed551a7 Mon Sep 17 00:00:00 2001 From: Nikolaj Lollike Date: Fri, 7 Jan 2022 15:52:40 +0100 Subject: [PATCH] remove unofficial testnet dai (#771) Official rinkeby support for MCD has been deprecated a long time ago. Furthermore the rinkeby address in this library is not even a dai.sol implementation - not sure who deployed or maintains this instance. Instead I would encourage users to utilize the official goerli MCD instance, and the related Dai token for testing, which I have added in this commit. --- ethers-addressbook/src/contracts/contracts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-addressbook/src/contracts/contracts.json b/ethers-addressbook/src/contracts/contracts.json index fd7cfc09..b60d9b48 100644 --- a/ethers-addressbook/src/contracts/contracts.json +++ b/ethers-addressbook/src/contracts/contracts.json @@ -2,7 +2,7 @@ "dai": { "addresses": { "mainnet": "0x6b175474e89094c44da98b954eedeac495271d0f", - "rinkeby": "0x8ad3aa5d5ff084307d28c8f514d7a193b2bfe725" + "goerli": "0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844" } }, "usdc": {