refactor: change the token types names references into symbol #283
Labels
enhancement
New features
help wanted
Extra attention is needed
hot task
Doubled points in the reward table
Refactor Request
Describe the Refactor Request
We will find the name() function being used in multiple places across the dApp to refer to the ERC20 or ERC721 token name following the Metadata.sol standard by OpenZeppelin.
But when it comes to industry standards we always use the shorten version symbol() which is limited to usually 7 characters maximum, as described in the overall trading industry.
Describe Preferred Solution
Find where name() is being used to be displayed in the dApp and change for the corresponding symbol(). It will also be used when using Alchemy SDK. The return will return both name and symbol.
Remember to also add the prefix "$" in the symbol and uppercase the letters.
Definition of Done:
The text was updated successfully, but these errors were encountered: