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:
parent
f1450e72f8
commit
24fd7e16fd
|
@ -2,7 +2,7 @@
|
|||
"dai": {
|
||||
"addresses": {
|
||||
"mainnet": "0x6b175474e89094c44da98b954eedeac495271d0f",
|
||||
"rinkeby": "0x8ad3aa5d5ff084307d28c8f514d7a193b2bfe725"
|
||||
"goerli": "0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844"
|
||||
}
|
||||
},
|
||||
"usdc": {
|
||||
|
|
Loading…
Reference in New Issue