UNPKG

create-web3-dapp-dev

Version:

<p align="center"> <br /> <a href="https://createweb3dapp.alchemy.com"> <img src=".github/images/cw3d-logo.png" width="200" alt=""/></a> <br /> </p>

10 lines (9 loc) 309 B
export interface APIKeys { ALCHEMY_API_KEY: string; PRIVATE_KEY?: string | null; ETHERSCAN_API_KEY?: string | null; ALCHEMY_NETWORK?: string | null; NEXT_PUBLIC_ALCHEMY_NETWORK?: string | null; NEXT_PUBLIC_DEFAULT_CHAIN?: string | null; [key: string]: string | null | undefined; }