chore: fix constant to update the task

This commit is contained in:
2025-05-07 13:37:14 -03:00
parent 4a17273a6d
commit cc24d901cd

View File

@ -57,6 +57,6 @@ export const actionMessage = {
export const defaultBountyMarkdownFile =
"https://raw.githubusercontent.com/koii-network/prometheus-swarm-bounties/master/README.md";
export const customReward = 1; // This should be in ROE!
export const customReward = 400 * 10 ** 9; // This should be in ROE!
export const middleServerUrl = "https://builder247-test.dev1.koii.network";
export const middleServerUrl = "https://builder247-prod.dev.koii.network";