feat: finish up challenges
Some checks failed
Lint / ci (lts/*, ubuntu-latest) (push) Has been cancelled
Some checks failed
Lint / ci (lts/*, ubuntu-latest) (push) Has been cancelled
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1
packages/nextjs/next-env.d.ts
vendored
1
packages/nextjs/next-env.d.ts
vendored
@@ -1,6 +1,5 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
/// <reference path="./.next/types/routes.d.ts" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
|
||||
@@ -15,7 +15,7 @@ export const DEFAULT_ALCHEMY_API_KEY = "cR4WnXePioePZ5fFrnSiR";
|
||||
|
||||
const scaffoldConfig = {
|
||||
// The networks on which your DApp is live
|
||||
targetNetworks: [chains.hardhat],
|
||||
targetNetworks: [chains.sepolia], //chains.hardhat],
|
||||
// The interval at which your front-end polls the RPC servers for new data (it has no effect if you only target the local network (default is 4000))
|
||||
pollingInterval: 30000,
|
||||
// This is ours Alchemy's default API key.
|
||||
@@ -34,7 +34,7 @@ const scaffoldConfig = {
|
||||
// It's recommended to store it in an env variable:
|
||||
// .env.local for local testing, and in the Vercel/system env config for live apps.
|
||||
walletConnectProjectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID || "3a8170812b534d0ff9d794f19a901d64",
|
||||
onlyLocalBurnerWallet: true,
|
||||
onlyLocalBurnerWallet: false,
|
||||
} as const satisfies ScaffoldConfig;
|
||||
|
||||
export default scaffoldConfig;
|
||||
|
||||
Reference in New Issue
Block a user