-
Hi, all, I also don't know why the connected node is still on 1337 since I have changed the "my_address" and "private_key" values according to the first address and private key shown in my Ganache. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Is better to change the ganache configuration to: ALso based on your error you are facing the cytools error, is a detailed guide about how to fix it here: Cheers. |
Beta Was this translation helpful? Give feedback.
-
@GODZAOZAO I wonder are you using a Mac M1, because I am and I got the exact same answers. If this is true, if someone could do this course in an M1 and provide all the alternatives that would be awesome. If you manually change the chain_id = 1337 and include the gasPrice variable you do not have to change the HTTPProvider. But if someone could provide an explanation for WHY this doesn't work that would be great. I had to finally install rosetta to use ganache but if it's not working properly that would be disappointing. |
Beta Was this translation helpful? Give feedback.
Is better to change the ganache configuration to:
ChainID: 1337
and use port: 8545
ALso based on your error you are facing the cytools error, is a detailed guide about how to fix it here:
https://github.com/smartcontractkit/full-blockchain-solidity-course-py/blob/main/chronological-issues-from-video.md#python-related-issues
Cheers.