Chris Smith
Chris Smith
I'd 100% prefer returning an `Iterable`/`Iterator` over exposing `(offset, count)`. I can't think of any situation where you'd actually need access to offset and count, can you? You'd generally want...
Do people build web interfaces to manage Mailchimp contacts (rather than using Mailchimp's own interface?) Kinda weird use-case, but I'm not judging. It would be nice to find some sort...
I still think this is worth addressing/merging
You can add support for any chains you like using the SDK configuration. This should be covered in [the docs](https://docs.walletconnect.com/web3modal/react/about)
We may want forward lookup, but optionally returning avatar may be an unnecessary optimization.
Current consensus is that we don't need this yet, it's complicated and we haven't heard any complaints or had any problems with the current system. [Slack conversation](https://walletconnect.slack.com/archives/C03SCF66K2T/p1720714198781769?thread_ts=1720680951.298179&cid=C03SCF66K2T)
E.g. happening in real world: https://walletconnect.slack.com/archives/C04DB2EAHE3/p1716951454311359?thread_ts=1716951454.311359&cid=C04DB2EAHE3
Some work will be required to identity and differentiate between a temporary provider error (e.g. failed network request), and permanent ones, so that permeant ones aren't unnecessarily retried. Some initial...
cc @dnul
Main issue: https://github.com/WalletConnect/cerberus/issues/21