Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
remove unofficial testnet dai (#771)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikozalo authored Jan 7, 2022
1 parent f1450e7 commit 24fd7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-addressbook/src/contracts/contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dai": {
"addresses": {
"mainnet": "0x6b175474e89094c44da98b954eedeac495271d0f",
"rinkeby": "0x8ad3aa5d5ff084307d28c8f514d7a193b2bfe725"
"goerli": "0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844"
}
},
"usdc": {
Expand Down

0 comments on commit 24fd7e1

Please sign in to comment.