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
Describe the solution you'd like zerodev deploy --solc-json <path-to-json> [OPTIONS] compile the contract with given solc-json instead of relying on raw bytecode like --fileor--bytecod` flag
Describe alternatives you've considered
Or maybe getting a solidity file name/path will be better? zerodev deploy --solidity <path-to-solidity> [OPTIONS]
Describe the solution you'd like
zerodev deploy --solc-json <path-to-json> [OPTIONS] compile the contract with given solc-json instead of relying on raw bytecode like
--fileor
--bytecod` flagDescribe alternatives you've considered
Or maybe getting a solidity file name/path will be better?
zerodev deploy --solidity <path-to-solidity> [OPTIONS]
Additional context
solidity docs on json spec for solc input
solc-js
The text was updated successfully, but these errors were encountered: