-
Hello I installed MySQL yesterday. The problem can from my previous SQL installation ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 22 replies
-
Update :
|
Beta Was this translation helpful? Give feedback.
-
Hello @NinjaTurtles-cloud
This could be dangerous as some database servers also uses the same ports as ganache, so reinstalling was a good choice
the contract not found could be due to a brownie-config.yaml error, on lesson 6 you use the price feed provided by chainlink, so you must put the address your that contract or deploy mocks instead. |
Beta Was this translation helpful? Give feedback.
-
Hello, When you say : I didn't really understand what i have to do. ( i still have the contractNotFoud ) and this is my dependencies:
# - <organisation/repo>@<version>
- smartcontractkit/[email protected]
compiler:
solc:
remappings:
- "@chainlink=smartcontractkit/[email protected]"
dotenv: .env
networks:
rinkeby:
eth_usd_price_feed: "0x8A753747A1Fa494EC906cE90E9f37563A8AF630e"
verify: True
development:
verify: False
ganache-local:
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
verify: False
wallets:
from_key: ${PRIVATE_KEY}
|
Beta Was this translation helpful? Give feedback.
Hello @NinjaTurtles-cloud
This could be dangerous as some database servers also uses the same ports as ganache, so reinstalling was a good choice
the contract not found could be due to a brownie-config.yaml error, on lesson 6 you use the price feed provided by chainlink, so you must put the address your that contract or deploy m…