Open leovigna opened 2 years ago
https://docs.openzeppelin.com/contracts/4.x/api/utils#IERC165 Use official contract + web3-redux to introspect interface of smart contract. Refactor as a standalone hook instead of it being in the custom useAccount hook.
useAccount
Integrate the useSupportsInterface hook from web3-redux
useSupportsInterface
https://docs.openzeppelin.com/contracts/4.x/api/utils#IERC165 Use official contract + web3-redux to introspect interface of smart contract. Refactor as a standalone hook instead of it being in the custom
useAccount
hook.