clearsync icon indicating copy to clipboard operation
clearsync copied to clipboard

Deployment script with OpenZepplin deploy

Open calj opened this issue 2 years ago • 0 comments

With this draft I'm getting the following error from OpenZepplin API:

  request: { path: '/v2/deployments', method: 'POST' },
  response: {
    status: 500,
    statusText: 'Internal Server Error',
    data: {
      message: "Cannot read properties of undefined (reading 'contracts')"
    }
  }
}

We can give a try with the hardhat plugin, it's supposed to be easier to use. https://www.npmjs.com/package/@openzeppelin/hardhat-upgrades

calj avatar Dec 14 '23 11:12 calj