Ok, trying to run zos push
with zos session set to mainnet and a valid, unlocked address used as --from
, I’m getting this error:
Using session with network mainnet, sender address <ADDRESS_HERE>
Compiling contracts with Truffle...
Validating contract Unlock
Uploading Unlock contract as Unlock
Deploying logic contract for Unlock
invalid address
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lock@1.0.0 zos: `zos "push"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lock@1.0.0 zos script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Any tips on what this “invalid address” may be referring to ?
Trying to deploy to mainnet today and this is not helping, to say the least…
Update: we re-tried to run zos push
, and it seemed to work, but has been stuck here for a few hours:
Using session with network mainnet, sender address <ACTUAL_ADDRESS_HERE>
Compiling contracts with Truffle...
Validating contract Unlock
Uploading Unlock contract as Unlock
Deploying logic contract for Unlock
- Etherscan shows the tx as a successful contract creation.
-
zos.mainnet.json
is empty
{
"contracts": {},
"solidityLibs": {},
"proxies": {},
"zosversion": "2",
"version": "0.1.0"
}