Skip to content

Commit

Permalink
fix: IMAGE_RESIZER_URL for checkout/widgets-lib (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbro-imx authored May 6, 2024
1 parent d2204ce commit b3a5d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/checkout/widgets-lib/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export const PASSPORT_URL = {

export const IMAGE_RESIZER_URL = {
[ENV_DEVELOPMENT]: 'https://image-resizer-cache.dev.immutable.com',
[Environment.SANDBOX]: 'https://image-resizer-cache.dev.immutable.com',
[Environment.PRODUCTION]: 'https://image-resizer-cache.prod.immutable.com',
[Environment.SANDBOX]: 'https://image-resizer-cache.sandbox.immutable.com',
[Environment.PRODUCTION]: 'https://image-resizer-cache.immutable.com',
};

export const WITHDRAWAL_CLAIM_GAS_LIMIT = 91000;

0 comments on commit b3a5d16

Please sign in to comment.