HausDAO / daohaus-app

long live pokemol
https://daohaus.club/
Other
134 stars 79 forks source link

Bug: Moloch Token Boost not working on Goerli #2003

Closed plor closed 2 years ago

plor commented 2 years ago

Describe the bug Error displayed when trying to install the Moloch Token boost on Goerli

To Reproduce Steps to reproduce the behavior:

  1. Go to DAO on Goerli > Go to boosts > Find "Moloch Token" boost
  2. Click install
  3. See error

Expected behavior

Boost is installed correctly

Actual behavior

Error is displayed showing javascript bug.

Screenshots

Image

Application area

Where in the app is this happening?

Additional context Reported in #support user was trying to test this feature before switching their DAO over. I recommended testing on Rinkeby until this is resolved.

jordang7 commented 2 years ago

It looks like the Goerli chain information is missing the moloch_token_factory address and that is why it's throwing the error.

Is the MolochTokenFactory contract deployed on Goerli?

plor commented 2 years ago

I would guess not. We added the Goerli support after this boost was added. @scottrepreneur any considerations to take into account in deploying this?

scottrepreneur commented 2 years ago

Nope. Can get from the other etherscans.

  1. Deploy template
  2. Deploy factory
  3. Verify both
plor commented 2 years ago

Thanks Scott!