Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ export default function App() {
```

Demo: [SandBox](https://codesandbox.io/s/reacthelper-t9vhd5)

## Provider requirements

`ThePoolzProvider` relies on a wallet provider that exposes `on` and `removeListener` methods for the `accountsChanged` and `chainChanged` events. Most EIP‑1193 providers such as MetaMask implement these methods. If your provider does not, you can either add stub implementations or manually invoke `setProvider` whenever the account or chain changes.
Loading