ethers.js
ethers.js copied to clipboard
Experimental/EIP1193Bridge: fix `getCode` call
This PR fixes relaying eth_getCode
call to provider.getBlock
by relaying it to provider.getCode
.
The PR includes many changes for package-lock.json
because my npm complained about the outdated lockfile format and wanted to regenerate it completely. I'm on npm 8.13.2
, which is the latest version. I can revert this change if needed.
Hey @ricmoo, thanks for fixing this. I assume I can close this PR then? And do you have any rough estimation of when 5.7 will be released?
You can keep it open. I’ll close it once I publish the v5.7.0 release. :)