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.
This commit is contained in:
Nikolaj Lollike 2022-01-07 15:52:40 +01:00 committed by GitHub
parent f1450e72f8
commit 24fd7e16fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"dai": { "dai": {
"addresses": { "addresses": {
"mainnet": "0x6b175474e89094c44da98b954eedeac495271d0f", "mainnet": "0x6b175474e89094c44da98b954eedeac495271d0f",
"rinkeby": "0x8ad3aa5d5ff084307d28c8f514d7a193b2bfe725" "goerli": "0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844"
} }
}, },
"usdc": { "usdc": {