Skip to content

Commit

Permalink
chore: improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Sep 16, 2024
1 parent d0565b8 commit a75354e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ignition/modules/StakingRewards.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { buildModule } from '@nomicfoundation/hardhat-ignition/modules';

const OWNER = '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266';
const REWARDS_DISTRIBUTION = '0x70997970C51812dc3A010C7d01b50e0d17dc79C8';
const OWNER = '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266'; // FIXME: this is a dummy Hardhat address
const REWARDS_DISTRIBUTION = '0x70997970C51812dc3A010C7d01b50e0d17dc79C8'; // FIXME: this is a dummy Hardhat address

const REWARDS_TOKEN = '0xc770eefad204b5180df6a14ee197d99d808ee52d'; // FOX
const STAKING_TOKEN = '0x470e8de2ebaef52014a47cb5e6af86884947f08c'; // ETH/FOX Pool
export const REWARDS_DURATION = 14n * 24n * 60n * 60n; // 14 days in seconds
Expand Down

0 comments on commit a75354e

Please sign in to comment.