Skip to content

Commit

Permalink
chore: temp fix SDK playground
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jun 13, 2024
1 parent 697eca1 commit bfa4607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/web/src/Providers.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LensConfig, LensProvider, development } from '@lens-protocol/react-web';
import { LensConfig, LensProvider, staging } from '@lens-protocol/react-web';
import { bindings } from '@lens-protocol/wagmi';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { WagmiProvider, createConfig, http } from 'wagmi';
Expand All @@ -15,7 +15,7 @@ const wagmiConfig = createConfig({
});

const lensConfig: LensConfig = {
environment: development,
environment: staging,
bindings: bindings(wagmiConfig),
debug: window.location.search.includes('debug'),
};
Expand Down

0 comments on commit bfa4607

Please sign in to comment.