coinbase / coinbase-wallet-sdk

An open protocol that lets users connect their mobile wallets to your DApp
https://coinbase.github.io/coinbase-wallet-sdk/
MIT License
1.45k stars 561 forks source link

make testapp listen for chainChanged event to avoid using a getter #1239

Closed nateReiners closed 5 months ago

nateReiners commented 5 months ago

Summary

fixes the testapp which was using a nonstandard getter which sdk v4 no longer supports

How did you test your changes?

locally