diff --git a/apps/staking/src/components/Header/stats.tsx b/apps/staking/src/components/Header/stats.tsx index c7f5cf9aa3..a070f7e3db 100644 --- a/apps/staking/src/components/Header/stats.tsx +++ b/apps/staking/src/components/Header/stats.tsx @@ -12,7 +12,7 @@ import { Tokens } from "../Tokens"; const ONE_SECOND_IN_MS = 1000; const ONE_MINUTE_IN_MS = 60 * ONE_SECOND_IN_MS; const REFRESH_INTERVAL = 1 * ONE_MINUTE_IN_MS; -const INITIAL_REWARD_POOL_SIZE = 60_000_000_000_000n; +const INITIAL_REWARD_POOL_SIZE = 100_000_010_000_000n; export const Stats = ({ className, ...props }: HTMLProps) => { const { connection } = useConnection();