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
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Deploying @openzeppelin/contracts-ethereum-package with OpenZeppelin CLI 2.8 RC2 gives error Contract undefined not found for both a development network and to a public testnet.
Works with OpenZeppelin CLI 2.71 using oz create.
node v10.19.0
npm 6.13.7
oz 2.8.0-rc.2
os: Windows 10 WSL
Setup
$ npx oz init
$ npm i @openzeppelin/cli@rc
$ npx oz link @openzeppelin/contracts-ethereum-package
Deploy (fails)
$ npx oz deploy
Nothing to compile, all contracts are up to date.
? Choose the kind of deployment upgradeable
? Pick a network development
? Pick a contract to deploy @openzeppelin/contracts-ethereum-package/StandaloneERC20
Contract undefined not found
The text was updated successfully, but these errors were encountered:
Deploying
@openzeppelin/contracts-ethereum-package
with OpenZeppelin CLI 2.8 RC2 gives errorContract undefined not found
for both a development network and to a public testnet.Works with OpenZeppelin CLI 2.71 using
oz create
.node
v10.19.0
npm
6.13.7
oz
2.8.0-rc.2
os: Windows 10 WSL
Setup
Deploy (fails)
The text was updated successfully, but these errors were encountered: