usecannon/cannon

Improve CLI output for publish command

noahlitvin opened this issue · 1 comments

We're consistently seeing an error on publish, but then it works?
image

Let's also improve the CLI output to be:
Pinned qM..... to the remote ipfs url (Run cannon setup to reconfigure)
Published qM... to the registry as synthetix:latest@main with 0x.... (Transaction hash: 0x....)
Published qM... to the registry as synthetix:3.2.1@main with 0x....

related to #353 and #421

Found this discussion which is related to the error message on estimating gas:

ethers-io/ethers.js#1944