Uniswap / token-list-bridge-utils

GNU General Public License v3.0
131 stars 66 forks source link

Updated README, fixed bug with checksumming addresses, removed need of .env file #2

Closed matteenm closed 2 years ago

matteenm commented 2 years ago

Updated logic to only build the child token info (and checksum the child addresses) if the child address is defined. This was causing an error when trying to checksum an undefined address.

Also updated README and version, and added a fallback RPC in case one isnt provided in an .env file.