I’m using OpenZeppelin CLI to call a function in my contract but my terminal throws and asks me to specify the network. is --network development not sufficient? What's going on here?
$ npx oz send-tx --to 0x99Fb8a0F3C2Ef38AA26ecF7849d3263fD1aA6331 --method setCount 222 --network development
A network name must be provided to execute the requested action.
Mar 12, 2020, 9:04 AM