owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

`useERC20` sync with `onTransfer` #88

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

Implement onTransfer custom sync strategy that refreshes balanceOf only when a Transfer event is emitted.

leovigna commented 2 years ago

Wait for Sync model refactor.

leovigna commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-88 created! Clone with: git fetch && git checkout --track origin/issue-88 Rebase develop branch changes with: git checkout issue-88 && git rebase develop