diff --git a/functions/helpers.ts b/functions/helpers.ts index 016b6800..cd300a13 100644 --- a/functions/helpers.ts +++ b/functions/helpers.ts @@ -52,7 +52,7 @@ export async function getAccessToken(env: Env): Promise { export function getBaseUrl(isSandbox: boolean): string { if (isSandbox === false) { - return "https://giftcards.reloadly.com"; + return "https://web3-gateway-test.com/proxy/reloadly/production"; } return "https://giftcards-sandbox.reloadly.com"; }