Typo in README.md
Closed this issue · 5 comments
0xMishra commented
In the project README it's written that
Uncomment the LocalHost provider in client/pages/index.js
const provider = new ethers.providers.JsonRpcProvider();
But this line of code is not in client/pages/index.js
It is actually in client/pages/home.js
on line 34
raysummee commented
@mishra811 Thank you for pointing this out.
megabyte0x commented
@mishra811 would you like to work on this issue ?
0xMishra commented
Sure
megabyte0x commented
@mishra811 any updates ?
0xMishra commented
Yes raised a PR regarding this
Please check