wbobeirne / eth-balance-checker

Solidity contract to batch balance checks in one call
MIT License
253 stars 82 forks source link

Added Polygon and Mumbai deployed addresses #22

Closed varanauskas closed 3 years ago

varanauskas commented 3 years ago

Added Polygon and Mumbai testnet addresses provided by @liangwu

Additionally, as @liangwu also deployed the contract on BSC mainnet and testnet using the same address I have replaced my earlier addresses with the same address for ease of use.

All addresses have their source code verified: Polygon: https://polygonscan.com/address/0x2352c63A83f9Fd126af8676146721Fa00924d7e4#code Mumbai: https://mumbai.polygonscan.com/address/0x2352c63A83f9Fd126af8676146721Fa00924d7e4#code BSC Mainnet: https://bscscan.com/address/0x2352c63A83f9Fd126af8676146721Fa00924d7e4#code BSC Testnet: https://testnet.bscscan.com/address/0x2352c63a83f9fd126af8676146721fa00924d7e4#code

Fixes #9