From cc24d901cd608980ddf38581bb3ab07785667cc9 Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Wed, 7 May 2025 13:37:14 -0300 Subject: [PATCH] chore: fix constant to update the task --- worker/src/utils/constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/src/utils/constant.ts b/worker/src/utils/constant.ts index 6ef004e..8456abe 100644 --- a/worker/src/utils/constant.ts +++ b/worker/src/utils/constant.ts @@ -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";