This repository has been archived by the owner on May 13, 2024. It is now read-only.
v0.2.4 - BscScan API no longer needed
This update and 0.2.3 from earlier today improve and normalize the token amounts rendering.
What's more, BscScan API is no longer needed as the script now uses local default ABIs for all contracts. This should be faster and more reliable. We only use a couple of functions for tokens and these are defined in the BEP-20 token interface so all tokens should have them implemented. This makes it seamless to interact with proxy contracts also.
If you have the bscscan_api_key
entry in your config file, you can remove it now.