• Mark Tyneway's avatar
    contracts-governance: mint manager deploy · edb10c75
    Mark Tyneway authored
    Add a deploy script for the new mint manager. To review this,
    check the `cast` calls in the mint manager implementation
    deploy script. The owners of the `MintManager` are preserved,
    double check that in the `deploy-config` directory against
    what the cast calls return.
    
    To deploy this, the new implementation needs to be deployed
    and then the existing owner of the `MintManager` needs to
    send a transaction to the `MintManager` calling `upgrade(address)`
    to the new implementation of the `MintManager`.
    edb10c75
Name
Last commit
Last update
..
contracts Loading commit data...
deploy Loading commit data...
deploy-config Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.env.example Loading commit data...
.eslintignore Loading commit data...
.eslintrc.js Loading commit data...
.npmignore Loading commit data...
.prettierignore Loading commit data...
.prettierrc.js Loading commit data...
.solhint.json Loading commit data...
.solhintignore Loading commit data...
CHANGELOG.md Loading commit data...
README.md Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
tsconfig.json Loading commit data...