From b2567b25835c22ce7bd2e3ca8444ca02d425c0e0 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Tue, 2 Apr 2024 14:52:10 -0500 Subject: [PATCH] change price proposal cadence to 5m --- .../src/components/work-contracts/ProposePriceChangeModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,