We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23af293 + d6084de commit 35a46dfCopy full SHA for 35a46df
apps/staking/src/app/api/v1/amount_staked_per_account/route.ts
apps/staking/src/config/server.ts
@@ -80,9 +80,6 @@ export const SIMULATION_PAYER_ADDRESS = getOr(
80
"SIMULATION_PAYER_ADDRESS",
81
"E5KR7yfb9UyVB6ZhmhQki1rM1eBcxHvyGKFZakAC5uc",
82
);
83
-export const AMOUNT_STAKED_PER_ACCOUNT_SECRET = demandInProduction(
84
- "AMOUNT_STAKED_PER_ACCOUNT_SECRET",
85
-);
86
87
class MissingEnvironmentError extends Error {
88
constructor(name: string) {
apps/staking/turbo.json
@@ -12,8 +12,7 @@
12
"MAINNET_API_RPC",
13
"BLOCKED_REGIONS",
14
"AMPLITUDE_API_KEY",
15
- "GOOGLE_ANALYTICS_ID",
16
- "AMOUNT_STAKED_PER_ACCOUNT_SECRET"
+ "GOOGLE_ANALYTICS_ID"
17
]
18
},
19
"start:dev": {
0 commit comments