diff --git a/ignition/modules/StakingRewards.ts b/ignition/modules/StakingRewards.ts index 6921395..ad091fe 100644 --- a/ignition/modules/StakingRewards.ts +++ b/ignition/modules/StakingRewards.ts @@ -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