Skip to content

Commit c3de157

Browse files
committed
cleanup
1 parent d235d0b commit c3de157

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/staking/src/components/Root/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { MaxWidth } from "../MaxWidth";
2828
import { ReportAccessibility } from "../ReportAccessibility";
2929
import { RouterProvider } from "../RouterProvider";
3030
import { WalletProvider } from "../WalletProvider";
31-
import { PublicKey } from "@solana/web3.js";
3231

3332
const redHatText = Red_Hat_Text({
3433
subsets: ["latin"],

apps/staking/src/config/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export const GOVERNANCE_ONLY_REGIONS = transformOr(
7474
[],
7575
);
7676
export const PROXYCHECK_API_KEY = demandInProduction("PROXYCHECK_API_KEY");
77-
// This needs to be a public key that has SOL in it all the time, it will be used in the simulation to compute the claimable rewards
78-
// such simulation fails when the payer has no funds
77+
// This needs to be a public key that has SOL in it all the time, it will be used as a payer in the transaction simulation to compute the claimable rewards
78+
// such simulation fails when the payer has no funds.
7979
export const SIMULATION_PAYER = process.env.SIMULATION_PAYER
8080
class MissingEnvironmentError extends Error {
8181
constructor(name: string) {

0 commit comments

Comments
 (0)