Matthew Lilley
Matthew Lilley
> [Ethereum addresses are checksummed](https://docs.ethers.io/v5/api/utils/address/#address), but graph-node returns address fields lowercased. This can lead to confusion on the client side (e.g. if users try to match lowercased with checksummed based...
> [Ethereum addresses are checksummed](https://docs.ethers.io/v5/api/utils/address/#address), but graph-node returns address fields lowercased. This can lead to confusion on the client side (e.g. if users try to match lowercased with checksummed based...
> @samlaf adding the following to `package.json` works for `yarn`: > > ``` > "resolutions": { > "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13" > } > ``` > > See the [yarn docs on...
More minimal example here: https://codesandbox.io/s/nervous-ben-i3fhfn?file=/src/App.js You have to connect wallet and make sure you're on Arbitrum. A single balanceOf call proxied via useContractReads results in 16 requests, 1 eth_blockNumber and...
It seems use of "chain" varies depending on the network. One thing we notice is that "name" field is sometimes not human friendly, e.g. Harmony where it's "Harmony Mainnet Shard...
@ligi unsure why prettier is failing, but another shortname lowercase
@ligi forced re-run of prettier. Seems good now!
> Hi mate, actually we use a lot `babel-plugin-macros` as you would know. I 've heard that Nextjs team and SWC will work to get `styled-components` and `emotion` available soon,...
@semoal after speaking to the Next.js team this will not be available for some time, and they recommend against using it for something like this when it comes because of...
> --token Is this documented anywhere? There didn't seem to be optional params for login.