Closed carlosdp closed 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.
<AvatarProvider />
Fixes #21 and #26
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