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
It was ok when deploy the contract with the doc 1/2/3/4 but when I deploy the apm for step 5 It return a error when run
yarn hardhat --network mainnet run ./scripts/multisig/05-deploy-apm.js
the error log
========================================
Network ID: 5
Reading network state from /Users/oker/Documents/lido-dao/deployed-goerli.json...
====================
APM ENS domain: lidookpopopm.eth
Using DAO template: 0x9A50dCD54065AD99E1568582BFbf1ae743aDa095
Using LidoTemplate deploy block: 8003642
====================
✓ LidoTemplate has generated no events
✓ ENS node is owned by the DAO template
====================
Parent domain: eth 0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae
Subdomain label: lidookpopopm 0x3f5b2bf0c0bf035ee4824fd073862262f53e26c808743494b7d83b98bf21eafc
====================
Error: Returned error: execution reverted
at Object.ErrorResponse (/Users/oker/Documents/lido-dao/node_modules/web3-core-helpers/src/errors.js:29:16)
at /Users/oker/Documents/lido-dao/node_modules/@truffle/interface-adapter/node_modules/web3-core-requestmanager/src/index.js:140:36
at cb (util.js:207:31)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
It was found that the exception thrown by this code
I follow the doc to depley the contract in the goerli network,and only modify the contract address as follow
It was ok when deploy the contract with the doc 1/2/3/4 but when I deploy the apm for step 5 It return a error when run
the error log
It was found that the exception thrown by this code
I don‘t know how to reslove it,anyone know that?
The text was updated successfully, but these errors were encountered: