daostack / daostack/DAOstack-Hackers-Kit
Migration Fails After Proposing DAO
- Dominant language
- TypeScript
- Stars
- 202
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
I followed the PeepEth example using the dockerized Ganache. I get this migration error:
```
❯ yarn migrate
yarn run v1.22.10
$ node migrations/DeployDAO.js
ℹ Network: private
ℹ Account: 0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1
ℹ Balance: 71.5693052885ETH
ℹ Gas price: 3.5GWei
ℹ Found an existing previous migration file (/home/user/src/Test/protocol/node_modules/@daostack/migration/migration.json)
ℹ 0x00038275974a41ad9dbced8ee0740588cf99990e20581df71f48028102cc9e88 | 0.02075 ETH | Created new organization.
ℹ 0xc8c8d478b80e418e56de06978de13f9a7771d2674d8e874c6ca90419650d63bd | 0.00008 ETH | Finished Proposing DAO in DAORegistry
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
✖ Transaction failed: Error: Returned error: VM Exception while processing transaction: revert
```
Please give any some clues as this could be a dead end for me. There's too much going on in the scripts to pinpoint the root cause easily.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.