Skip to content

Instantly share code, notes, and snippets.

@zed-wong
Created April 19, 2023 03:07
Show Gist options
  • Save zed-wong/5c1a413b72046ed11df0cafc1f68e485 to your computer and use it in GitHub Desktop.
Save zed-wong/5c1a413b72046ed11df0cafc1f68e485 to your computer and use it in GitHub Desktop.
Aragon MVM Deployment
$ npx hardhat run scripts/deploy.ts --network mvm
No need to generate any newer typings.
Deploying...
Ens registry deployed at 0x157682fa262E96BFC62a0541466B9Db21ABba94D
Ens resolver deployed for subdomain dao at 0x65997E3FF2649bA9A407d9863B250C3903641dfF
Ens resolver deployed for subdomain plugin at 0x50BD1516c6E7b377003Bf334F34Be371520d4011
Warning: Potentially unsafe deployment of @aragon/osx/core/dao/DAO.sol:DAO

    You are using the `unsafeAllow.constructor` flag.

ManagingDAO deployed at 0x98D002D2a8a7b97C33Bce96e4dB293BAb5dba8F5
Warning: Potentially unsafe deployment of @aragon/osx/framework/utils/ens/ENSSubdomainRegistrar.sol:ENSSubdomainRegistrar

    You are using the `unsafeAllow.constructor` flag.

DAO_ENSSubdomainRegistrar deployed at 0xF2904D8E7121E32C164c6e3Bd1D6d4C77EE74C73
Warning: Potentially unsafe deployment of @aragon/osx/framework/utils/ens/ENSSubdomainRegistrar.sol:ENSSubdomainRegistrar

    You are using the `unsafeAllow.constructor` flag.

Plugin_ENSSubdomainRegistrar deployed at 0xEA5a5D110f6065cf111Df273fEBe6B3FdC5E672C
Warning: Potentially unsafe deployment of @aragon/osx/framework/dao/DAORegistry.sol:DAORegistry

    You are using the `unsafeAllow.constructor` flag.

DAORegistry deployed at 0x23A309e19708271b882b58D32787c7deBbe2AE68
Warning: Potentially unsafe deployment of @aragon/osx/framework/plugin/repo/PluginRepoRegistry.sol:PluginRepoRegistry

    You are using the `unsafeAllow.constructor` flag.

PluginRepoRegistry deployed at 0x58555277aEE79Fc7b0C7AaA26038F1Ec60540c12
PluginRepoFactory deployed at 0xE616d1bF11e63566af8220F0Eb834D03CCF9FBF8
PluginSetupProcessor deployed at 0x2f2f0e339543c780D4964A0baf5a806Dd8580C64
DAOFactory deployed at 0xe5aD2A81dedfaF26c442E64DA215e8F6493200b3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment