diff --git a/client/src/components/work-contracts/ProposePriceChangeModal.jsx b/client/src/components/work-contracts/ProposePriceChangeModal.jsx index 381083a..08c83e5 100644 --- a/client/src/components/work-contracts/ProposePriceChangeModal.jsx +++ b/client/src/components/work-contracts/ProposePriceChangeModal.jsx @@ -45,7 +45,7 @@ function ProposePriceChangeModal({ // Write to API await post.write(); // TODO: Make durations configurable - await workContract.methods.proposeNewPrice(proposedPrice, post.hash, [30, 30, 30]).send({ + await workContract.methods.proposeNewPrice(proposedPrice, post.hash, [300, 300, 300]).send({ from: account, gas: 999999, value: 200,