Skip to content

Commit

Permalink
no more testnet link needed
Browse files Browse the repository at this point in the history
  • Loading branch information
rarepepi committed Apr 30, 2024
1 parent baa3642 commit 9bd0633
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/hooks/useNoRampModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ export const useNoRampModal = (config: NoRampConfig) => {
}, [config, eventHandler]);

const getBaseUrl = useCallback((testnet: boolean) => {
const baseUrl = testnet
? 'https://checkout-testnet.noramp.io'
: 'https://checkout.noramp.io';

const baseUrl = 'https://checkout.noramp.io';
// const baseUrl = 'http://localhost:4000';

return `${baseUrl}`;
Expand Down

0 comments on commit 9bd0633

Please sign in to comment.