Doubt about the chainconfig

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