We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7301778 + 19c9106 commit d749befCopy full SHA for d749bef
apps/staking/src/config/server.ts
@@ -34,7 +34,7 @@ export const AMPLITUDE_API_KEY = demandInProduction("AMPLITUDE_API_KEY");
34
export const WALLETCONNECT_PROJECT_ID = demandInProduction(
35
"WALLETCONNECT_PROJECT_ID",
36
);
37
-export const RPC = demandInProduction("RPC");
+export const RPC = process.env.RPC;
38
export const IS_MAINNET =
39
IS_PRODUCTION_SERVER || process.env.IS_MAINNET !== undefined;
40
export const HERMES_URL =
0 commit comments