change price proposal cadence to 5m
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s Details

This commit is contained in:
Ladd Hoffman 2024-04-02 14:52:10 -05:00
parent 699321979f
commit b2567b2583
1 changed files with 1 additions and 1 deletions

View File

@ -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,