From 7566ed48ea0ad73be060a08ff9a08542cd779c03 Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Thu, 24 Apr 2025 14:44:45 -0300 Subject: [PATCH] UPDATE CONSTANT TO POINT TO LATEST MIDDLE SERVER --- 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 7d08d5b..3442f80 100644 --- a/worker/src/utils/constant.ts +++ b/worker/src/utils/constant.ts @@ -54,4 +54,4 @@ export const defaultBountyMarkdownFile = "https://raw.githubusercontent.com/koii export const customReward = 400*10**9 // This should be in ROE! -export const middleServerUrl = "https://ooww84kco0s0cs808w8cg804.dev.koii.network" \ No newline at end of file +export const middleServerUrl = "https://builder247-prod.dev.koii.network" \ No newline at end of file