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.
1 parent 22713af commit 75ccb88Copy full SHA for 75ccb88
apps/staking/src/components/Header/stats.tsx
@@ -12,7 +12,7 @@ import { Tokens } from "../Tokens";
12
const ONE_SECOND_IN_MS = 1000;
13
const ONE_MINUTE_IN_MS = 60 * ONE_SECOND_IN_MS;
14
const REFRESH_INTERVAL = 1 * ONE_MINUTE_IN_MS;
15
-const INITIAL_REWARD_POOL_SIZE = 60_000_000_000_000n;
+const INITIAL_REWARD_POOL_SIZE = 100_000_010_000_000n;
16
17
export const Stats = ({ className, ...props }: HTMLProps<HTMLDivElement>) => {
18
const { connection } = useConnection();
0 commit comments