chore: update constant url to point to production

This commit is contained in:
2025-05-01 22:47:15 -03:00
parent 403f56df17
commit b0a7ade916

View File

@ -59,4 +59,4 @@ export const defaultBountyMarkdownFile =
export const customReward = 400 * 10 ** 9; // 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";