Skip to content

Commit 75ccb88

Browse files
authored
adjust initial rewards (#2871)
1 parent 22713af commit 75ccb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/staking/src/components/Header/stats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Tokens } from "../Tokens";
1212
const ONE_SECOND_IN_MS = 1000;
1313
const ONE_MINUTE_IN_MS = 60 * ONE_SECOND_IN_MS;
1414
const REFRESH_INTERVAL = 1 * ONE_MINUTE_IN_MS;
15-
const INITIAL_REWARD_POOL_SIZE = 60_000_000_000_000n;
15+
const INITIAL_REWARD_POOL_SIZE = 100_000_010_000_000n;
1616

1717
export const Stats = ({ className, ...props }: HTMLProps<HTMLDivElement>) => {
1818
const { connection } = useConnection();

0 commit comments

Comments
 (0)