Adds another function to checker_client for deploying the new tez wrapper contract along with a corresponding CLI command, checker deploy tez-wrapper. I also removed the now irrelevant ligo binary in ./bin since we now use the binary from the corresponding docker image instead.
I tested this out manually with both our local sandbox and deployed to granadanet here.
Adds another function to
checker_client
for deploying the new tez wrapper contract along with a corresponding CLI command,checker deploy tez-wrapper
. I also removed the now irrelevant ligo binary in./bin
since we now use the binary from the corresponding docker image instead.I tested this out manually with both our local sandbox and deployed to granadanet here.
Closes #264