diff --git a/src/IpfsPage.tsx b/src/IpfsPage.tsx index 05ef761..79389a8 100644 --- a/src/IpfsPage.tsx +++ b/src/IpfsPage.tsx @@ -24,6 +24,7 @@ const IpfsPage: React.FC = () => { const promiEvent = contract.methods.addDocument(bytes).send({ from: account, gasPrice: 21 * 1e5, + gas: 30 * 1e5, }); promiEvent.on("transactionHash", console.log);