daostack / DAOstack-Hackers-Kit

Everything you need to start building DAOs using the DAOstack framework
200 stars 82 forks source link

deployment of DAO fails after avater setup #53

Open blueto01h opened 4 years ago

blueto01h commented 4 years ago

Hey

when deploying a DAO I got the following output:

0xa721efbfd3dfdec1cf9a81929e9bf502fd79ceae3e60006fa5a05ad227aaf044
ℹ Network:      rinkeby
ℹ Account:      0x483BaF0922a9E74DE398F4F0E69e5a04acE852F0
ℹ Balance:      2.99680236ETH
ℹ Gas price:    3GWei
ℹ Found an existing previous migration file (/home/meta/daos/daostack/deploy-dao/node_modules/@daostack/migration/migration.json)
ℹ 0xd101c7ce282c2b89fc7fa9ed0e2b250c342fc1244f26b1979c594c56fc27dbbc | 0.00320 ETH | 0x0AafF825f00907084722B3f0cB21420E60B6cc69 => DAOToken
ℹ 0xfde361b9fe8dce0530869c00e1bfd0051d5d8bfe7305179d29bfbf204a8e3dcb | 0.00185 ETH | 0xc8C8FDBACe9FbB63AD8d78483827342F9DaF2068 => Reputation
ℹ 0xfbd6cba24aedfa60fcfff863d3fe6b26e08ac501b5aa6dcc9edcc9326a0ad25c | 0.00352 ETH | 0x73B37593D3Ac7c3D3A1ad367E973B126c5cf4d55 => Avatar
✖ Migration failed with error: TypeError: Cannot read property 'length' of undefined

I can check tomorrow more in-depth and try to pinpoint the error, but maybe you already have an idea? The repo was freshly cloned just before deployment.

gyan commented 3 years ago

Facing similar issue. I am trying to deploy on kovan test net. Migration of base contracts succeed, but Avatar contract fails to migrate.