Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jul 30, 2024
1 parent ff64c7a commit 85c5824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions apps/customer/components/App/Providers/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ const queryClient = new QueryClient();

const baseUrl = typeof window !== 'undefined' ? window.location.origin : '';

console.log(
'%c baseUrl',
'color:white; padding: 30px; background-color: darkgreen',
baseUrl
);

function Providers({ children }: { children: React.ReactNode }) {
return (
<WagmiProvider config={config}>
<QueryClientProvider client={queryClient}>
<RainbowKitProvider>
<MoneriumProvider
// clientId="f2cd22fa-2406-11ef-8cfc-fe34ee86fd51"
clientId="f99e629b-6dca-11ee-8aa6-5273f65ed05b"
redirectUrl={`${baseUrl}/dashboard`}
environment="sandbox"
Expand Down
5 changes: 2 additions & 3 deletions packages/sdk/test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @jest-environment jsdom
*/

// Login: [email protected]
// Password: Passw0rd!
// For credentials used here,
// see 'Monerium SDK Test user' in 1Password

// punkWallet: https://punkwallet.io/pk#0x30fa9f64fb85dab6b4bf045443e08315d6570d4eabce7c1363acda96042a6e1a

Expand Down Expand Up @@ -223,7 +223,6 @@ process.env.CI !== 'true' &&

expect(client.bearerProfile).toBeUndefined();
});

});

process.env.CI === 'true' &&
Expand Down

0 comments on commit 85c5824

Please sign in to comment.