From d1a6f61747556686ad710057fc1c7de0de1d97ef Mon Sep 17 00:00:00 2001 From: Munir Abbasi <87448868+Munir-2001@users.noreply.github.com> Date: Sun, 2 Jul 2023 02:37:44 +0500 Subject: [PATCH] Update chronological-issues-from-video.md issue at 3:58:47 just change the syntax --- chronological-issues-from-video.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chronological-issues-from-video.md b/chronological-issues-from-video.md index c0930fd..b25765c 100644 --- a/chronological-issues-from-video.md +++ b/chronological-issues-from-video.md @@ -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.