Part of https://www.notion.so/Create-stacks-for-mainnet-1f2a6b22d4728034be4be2c51decf94e Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Reviewed-on: #34 Co-authored-by: ishavenikar <ishavenikar@noreply.git.vdb.to> Co-committed-by: ishavenikar <ishavenikar@noreply.git.vdb.to>
14 lines
371 B
TypeScript
14 lines
371 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_LACONICD_RPC_URL: string;
|
|
readonly REACT_APP_ALLOWED_URLS: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|