Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chronological-issues-from-video.md #1878

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions chronological-issues-from-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Or whatever version your `@chainlink` and `@openzeppelin` contracts need. For ex
- `from solcx import compile_standard, install_solc`
- And then, we need to add a line right before we run the `compile_standard` code:
- `install_solc("0.6.0")`
-[3:58:47] issue with gettransaction numbers?
-change #nonce=w3.eth.getTransactionCount(curraddress)# to nonce=w3.eth.get_transaction_count(curraddress)
- [4:00:00](https://www.youtube.com/watch?v=M576WGiDBdQ&t=14423s) Issue with ganache and web3.py
- As of `5.25.0` of [web3.py](https://github.com/ethereum/web3.py/tags), we now need to add gasPrice to our transactions with a local ganache chain.
- Adding `"gasPrice": w3.eth.gas_price,` should fix your issue in the transactions.
Expand Down