diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 87341de..e863314 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -310,7 +310,7 @@ function App() { const evaluateOutcome = useCallback(async (poolIndex) => { await DAO.methods.evaluateOutcome(poolIndex).send({ from: account, - gas: 1000000, + gas: 10000000, }); }, [DAO, account]);