Skip to content

Commit 67980b7

Browse files
authored
Update SequenceCheckoutProvider.tsx (#352)
1 parent 39e1f5e commit 67980b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/checkout/src/components/SequenceCheckoutProvider/SequenceCheckoutProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const SequenceCheckoutProvider = ({ children, config }: SequenceCheckoutP
200200
return (
201201
<EnvironmentContextProvider
202202
value={{
203-
marketplaceApiUrl: config?.env?.marketplaceApiUrl ?? 'https://marketplace.sequence.app',
203+
marketplaceApiUrl: config?.env?.marketplaceApiUrl ?? 'https://marketplace-api.sequence.app',
204204
sardineCheckoutUrl: config?.env?.sardineCheckoutUrl ?? 'https://sardine-checkout.sequence.info',
205205
sardineOnRampUrl: config?.env?.sardineOnRampUrl ?? 'https://crypto.sardine.ai/',
206206
transakApiUrl: config?.env?.transakApiUrl ?? 'https://global.transak.com',

0 commit comments

Comments
 (0)