| 1 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected