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
By default, the deployment information (e.g. deployed contract address, deployer address, bytecode hash, size, etc.) should be stored in the ~/.seer/<chain_id>/<contract address>.json directory.
But there should also be a --outfile option that allows users to override the path at which the deployment information is stored.
The text was updated successfully, but these errors were encountered:
Whoever works on this issue has latitude to define the format of the JSON file. It's more important to just put something like this in place first and then tweak the format as we add more functionality to seer (e.g. proxy contract deployments and management).
By default, the deployment information (e.g. deployed contract address, deployer address, bytecode hash, size, etc.) should be stored in the
~/.seer/<chain_id>/<contract address>.json
directory.But there should also be a
--outfile
option that allows users to override the path at which the deployment information is stored.The text was updated successfully, but these errors were encountered: