Commit Graph

4 Commits

Author SHA1 Message Date
Rohit Narurkar 3b0b313247
Uniswap weth addrbook (#779)
* chore: docs for ethers-addressbook crate

* chore: add uniswap and weth contract addresses for various networks
2022-01-09 18:30:13 +02:00
Nikolaj Lollike 24fd7e16fd
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.
2022-01-07 16:52:40 +02:00
Bjerg f1450e72f8
Add WETH to address book (#770) 2022-01-07 15:14:20 +02:00
Rohit Narurkar 2d05ea6234
ethers-addressbook crate (#769)
* feat: macro and token (simplest form)

* fix: better structure to fetch token by string symbol

* chore: add tokenlist to prelude

* fix: from current dir

* fix: dir refactoring

* fix: clippy

* chore: refactor tokenlist to addressbook
2022-01-07 12:12:21 +02:00