Skip to content

Commit

Permalink
remove api key
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Nov 19, 2024
1 parent b17bfc3 commit 53cc9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nextjs-app-router/components/AppProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export const AppProvider = ({ children }: { children: React.ReactNode }) => {
}}
>
<OnchainKitProvider
apiKey="ykFWIJCYfLX5_iMDFIr01M8Ooe2zpXeZ"
apiKey={ENVIRONMENT_VARIABLES[ENVIRONMENT.API_KEY]}
chain={base}
config={{
appearance: {
Expand Down

0 comments on commit 53cc9c4

Please sign in to comment.