Deployment
Deploying the Aavegotchi Diamond
Deployment is done by running
npx hardhat run scripts/deploy.js
The various scripts in the
scripts
and svg
directories are used in deployment.After deployment tag the source code with the transaction hash that deployed. Commit and push the tag to git. This records and associates the diamond and facet source code with the upgrade.
After deployment the hardhat etherscan plugin should be used with the diamond and each facet to publish the verified source code.
Last modified 2yr ago