For the comment @hackaugusto made here: https://github.com/raiden-network/raiden/pull/4936#discussion_r326602294 It is assumed that calling `total_supply` for an invalid token returns "". However, web3 **might** be throwing an exception. ### Acceptance Criteria - [ ] Write a test to verify which case happens - [ ] If an exception is raised, update calls to `total_supply` to handle the exception.
For the comment @hackaugusto made here:
#4936 (comment)
It is assumed that calling
total_supplyfor an invalid token returns "". However, web3 might be throwing an exception.Acceptance Criteria
total_supplyto handle the exception.