metaphor-xyz / davatar-helpers

Helper libraries for adding decentralized avatar support to Web3 apps.
MIT License
26 stars 8 forks source link

memoize the RPC provider in useAvatarEthersProvider #27

Closed carlosdp closed 2 years ago

carlosdp commented 2 years ago

This was causing possible infinite loops when not utilizing <AvatarProvider /> due to not memoizing the default Ethers provider created if no providers are specified.

Fixes #21 and #26