MCPcopy Create free account
hub / github.com/alchemyplatform/create-web3-dapp / APIKeys

Interface APIKeys

interfaces/apiKeys.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface APIKeys {
2 ALCHEMY_API_KEY: string;
3 PRIVATE_KEY?: string | null;
4 ETHERSCAN_API_KEY?: string | null;
5 ALCHEMY_NETWORK?: string | null;
6 NEXT_PUBLIC_ALCHEMY_NETWORK?: string | null;
7 NEXT_PUBLIC_DEFAULT_CHAIN?: string | null;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected