Skip to content

Commit

Permalink
Merge pull request ubiquity#352 from rndquu/feat/reloadly-proxy
Browse files Browse the repository at this point in the history
feat: use reloadly production proxy
  • Loading branch information
rndquu authored Oct 25, 2024
2 parents d430ef4 + 8b02a67 commit e555598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function getAccessToken(env: Env): Promise<AccessToken> {

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";
}
Expand Down

0 comments on commit e555598

Please sign in to comment.