-
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Nov 25, 2021
Replies: 1 comment 2 replies
-
Hello @JamiDEV Actually it meas you are using 2 different ganaches, the one running on your terminal which is best regards, Cromewar. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @JamiDEV Actually it meas you are using 2 different ganaches, the one running on your terminal which is
ganache-cli
andganache-ui
so if you want to use ganache ui, you should runbrownie run script --network ganache-ui
being this command whatever to have configured before, if you did the same as the course it should beganache-local
.best regards, Cromewar.