From 9757a2cef9e613423056ba803c0d0519b2ad2b14 Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Wed, 30 Apr 2025 12:14:10 -0300 Subject: [PATCH] chore: change the middle sever to constant dev1 --- 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 f9c69ae..8c14f5e 100644 --- a/worker/src/utils/constant.ts +++ b/worker/src/utils/constant.ts @@ -57,4 +57,4 @@ export const defaultBountyMarkdownFile = export const customReward = 400 * 10 ** 9; // This should be in ROE! -export const middleServerUrl = "https://ik8kcow8ksw8gwgoo0ggosko.dev.koii.network"; \ No newline at end of file +export const middleServerUrl = "https://builder247-test.dev1.koii.network"; \ No newline at end of file