[Archive] Doubt about the chainconfig

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 9/26/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


what is the displayName and tickerName in chainConfig?
and what will be the value of these 2 variables for polygon mainnet network?
Currently I am using the following, please correct me if I am using it wrong:

displayName: "Polygon"
tickerName: "Polygon"



Originally posted by: infocodiste

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/639

I think this two fields are not mandatory as long as you provide an RPC and the correct chain id (in hex). I didn't need it and it worked great!



Originally posted by: irux