ether-swr icon indicating copy to clipboard operation
ether-swr copied to clipboard

Ether-SWR is a React hook that fetches Ethereum data. It streamlines the chores to keep the internal state of the Decentralized App (DApp), batches the RPC calls to an Ethereum node and cache the res...

Results 2 ether-swr issues
Sort by recently updated
recently updated
newest added

Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'getNetwork') Source components/chains/ethereum/token/ETHBalance.tsx (113:6) @ EthBalance 111 | const { account } = useWeb3React() 112 | const { data: balance,...

Ethers.js allows you to call a state-changing method as a read-only function w/ callStatic. The ethers.js docs say that using Contract.callStatic.METHOD_NAME will basically ask a node to pretend that a...