You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of lesson 4, Patrick demo-ed how we can deploy our smart contract with ganache-cli. As of today, ganache-cli's last update was 3 years ago and the package has been deprecated. So, when you run deploy.py, you'll probably run into the error of "Method eth_feeHistory not supported". What you need to do is to remove ganache-cli and install ganache instead. The rest is the same and you should run deploy.py successfully.
Good luck.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
At the end of lesson 4, Patrick demo-ed how we can deploy our smart contract with ganache-cli. As of today, ganache-cli's last update was 3 years ago and the package has been deprecated. So, when you run deploy.py, you'll probably run into the error of "Method eth_feeHistory not supported". What you need to do is to remove ganache-cli and install ganache instead. The rest is the same and you should run deploy.py successfully.
Good luck.
Beta Was this translation helpful? Give feedback.
All reactions