Part of https://www.notion.so/Implement-stacks-1b5a6b22d472806a82f5dafed6955138 Reviewed-on: LaconicNetwork/zenith-wallet-web#2 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
13 lines
324 B
TypeScript
13 lines
324 B
TypeScript
// Generated by '@import-meta-env/typescript'
|
|
|
|
interface ImportMetaEnv {
|
|
readonly REACT_APP_WALLET_CONNECT_PROJECT_ID: string;
|
|
readonly REACT_APP_DEFAULT_GAS_PRICE: string;
|
|
readonly REACT_APP_GAS_ADJUSTMENT: string;
|
|
readonly REACT_APP_ALLOWED_URLS: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|