Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Nov 26, 2024
1 parent 67b4805 commit 1ec0a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/.env

This file was deleted.

4 changes: 1 addition & 3 deletions src/wallet/components/WalletModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
text,
} from '../../styles/theme';
import { useOnchainKit } from '../../useOnchainKit';
import { ONCHAINKIT_WALLETCONNECT_PROJECT_ID } from '../constants';

type WalletModalProps = {
isOpen: boolean;
Expand All @@ -23,9 +24,6 @@ type WalletModalProps = {
onError?: (error: Error) => void;
};

const ONCHAINKIT_WALLETCONNECT_PROJECT_ID =
process.env.ONCHAINKIT_WALLETCONNECT_PROJECT_ID || '';

// biome-ignore lint/complexity/noExcessiveCognitiveComplexity: ignore
export function WalletModal({
isOpen,
Expand Down
2 changes: 2 additions & 0 deletions src/wallet/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ export const ERC_1967_PROXY_IMPLEMENTATION_SLOT =
// The Coinbase Smart Wallet factory address.
export const CB_SW_FACTORY_ADDRESS =
'0x0BA5ED0c6AA8c49038F819E587E2633c4A9F428a';
export const ONCHAINKIT_WALLETCONNECT_PROJECT_ID =
'c652d0148879353d7e965d7f6f361e59';

0 comments on commit 1ec0a72

Please sign in to comment.