From b0a7ade91675137427e83ff7ea154561c3fd3703 Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Thu, 1 May 2025 22:47:15 -0300 Subject: [PATCH] chore: update constant url to point to production --- worker/src/utils/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/src/utils/constant.ts b/worker/src/utils/constant.ts index bda5c7f..a97d70c 100644 --- a/worker/src/utils/constant.ts +++ b/worker/src/utils/constant.ts @@ -59,4 +59,4 @@ export const defaultBountyMarkdownFile = export const customReward = 400 * 10 ** 9; // This should be in ROE! -export const middleServerUrl = "https://builder247-test.dev1.koii.network"; \ No newline at end of file +export const middleServerUrl = "https://builder247-prod.dev.koii.network"; \ No newline at end of file