full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

RPC Response using brownie run scripts/...

Open max-uqu opened this issue 2 years ago • 2 comments

image

When i run my deploy-scipts i get this error message. The deployments will be correctly done but this error message is confusing me. What can i do to get this away?

max-uqu avatar Mar 21 '22 13:03 max-uqu

This is not an error message per se, everytime ganache-local /development is used the ganache-cli is fired up again. This message just prints all the key-value pairs for the ganache-cli config.

br0wnD3v avatar Mar 23 '22 16:03 br0wnD3v

thanks for your advice. do you have an idea to bypass this message?

max-uqu avatar Mar 24 '22 09:03 max-uqu