You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what I'm missing, but in general, it should be the case that the first account specified in the start-ganache.sh script should be added as a minter for local migration and development.
That way the minter account always is the same for anyone developing locally, and it always has Ether to mint.
I've replaced the address in 4_nifty_minter.js in this line:
I'm not sure what I'm missing, but in general, it should be the case that the first account specified in the
start-ganache.sh
script should be added as a minter for local migration and development.That way the minter account always is the same for anyone developing locally, and it always has Ether to mint.
I've replaced the address in
4_nifty_minter.js
in this line:(this is the correct imported ganache account for local development)
But the transaction fails during that migration.
Not sure what I'm doing wrong
The text was updated successfully, but these errors were encountered: