Closed dawsbot closed 5 months ago
BSCScan suffers from this issue as-well:
bscscan uses a similar design to polygon and ftm so we should make a new pr to incorporate the API pulling method and testing.
@dawsbot I think we should close this issue as it is now being tracked by issue #73
When a token name is beyond _ characters, it's currently truncated with "
...
" in the codebase:https://github.com/dawsbot/evm-labels/blob/367e5f73f52b5f428872131eea99db1abfcb1010/data/etherscan/0x-protocol-ecosystem/tokens.json#L4
The confusing thing is that this expanded name exists nowhere in the DOM. Instead, this expanded name exists within a separate POST request response:
The full CURL is not in this issue because it contains my cookie. This POST should only be done for
tokens.json
files which contain a "...
". Most do not need this.