Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Dec 17, 2024
1 parent aa7e6a0 commit c7a7936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ VITE_CDP_API_KEY="GET_FROM_COINBASE_DEVELOPER_PLATFORM"
VITE_CDP_PAYMASTER_AND_BUNDLER_ENDPOINT="GET_FROM_COINBASE_DEVELOPER_PLATFORM_PAYMASTER_AND_BUNDLER"
VITE_CDP_PROJECT_ID="GET_FROM_COINBASE_DEVELOPER_PLATFORM"
VITE_WALLET_CONNECT_PROJECT_ID="GET_FROM_WALLET_CONNECT"
VITE_DEMO_WALLET_PK="GET_FROM_VERCEL_ENV_VARIABLES"
2 changes: 1 addition & 1 deletion site/docs/components/AppDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function AppDemo({ children }: { children: ReactNode }) {
chains: [base, baseSepolia],
connectors: [
() => {
const demoWalletPK = import.meta.env.VITE_DEMO_WALLET_PRIVATE_KEY;
const demoWalletPK = import.meta.env.VITE_DEMO_WALLET_PK;
const account = privateKeyToAccount(demoWalletPK as `0x${string}`);
const client = createWalletClient({
account,
Expand Down

0 comments on commit c7a7936

Please sign in to comment.