trustwallet / trust-web3-provider

Web3 javascript wrapper provider for iOS and Android platforms.
https://trustwallet.com
761 stars 423 forks source link

feat: watchAsset uses original params #424

Open xuelongqy opened 1 year ago

xuelongqy commented 1 year ago

Prevent missing parameters, such as images. It is also possible to adopt a unified approach in line with other providers. This is a disruptive change, and if it is not adopted, I will separately add the 'image' parameter.

hewigovens commented 1 year ago

can you add separate image parameter?

xuelongqy commented 1 year ago

can you add separate image parameter?

I added image and params. I think this can solve the compatibility issue.