__System info:__ [Include Ethermint commit, operating system name, and other relevant details] * branch `dev` __Steps to reproduce:__ 1. Project `ethers.js` calls eth_getBlockByNumber on project`ethermint`, then returns the result as follows:  2. Project `ethers.js` calls eth_getBlockByNumber on project `ethereum`, then returns the result as follows:  3. Because the value of `extraData` from `ethermint` is `0x0`,it will cause the hex length check to fail https://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/formatter.ts#L200 __Expected behavior:__ [What you expected to happen] * `ethers.js` is a famous ethereum related project. I wish the value of `extraData` on `ethermint` could be consistent with project `ethereum` __Actual behavior:__ [What actually happened] __Additional info:__ [Include gist of relevant config, logs, etc.]
System info: [Include Ethermint commit, operating system name, and other relevant details]
devSteps to reproduce:
Project

ethers.jscalls eth_getBlockByNumber on projectethermint, then returns the result as follows:Project

ethers.jscalls eth_getBlockByNumber on projectethereum, then returns the result as follows:Because the value of
extraDatafromethermintis0x0,it will cause the hex length check to failhttps://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/formatter.ts#L200
Expected behavior: [What you expected to happen]
ethers.jsis a famous ethereum related project. I wish the value ofextraDataonethermintcould be consistent with projectethereumActual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]