change price proposal cadence to 5m
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s
Details
This commit is contained in:
parent
699321979f
commit
b2567b2583
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue