From 8009ad46f55ba31e20b4b67f0f50a9084cfe7fba Mon Sep 17 00:00:00 2001 From: Apotheosis <0xapotheosis@gmail.com> Date: Tue, 24 Sep 2024 08:16:02 +1000 Subject: [PATCH] Add `acceptOwnership` instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59f3840..3ee23d2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ > [!CAUTION] > Executing these transactions in sequence is critical. +1. Call `acceptOwnership` from the DAO multisig. 1. Call `setRewardsDistribution` setting the DAO multisig address as the rewards distribution address. 2. Call `setRewardsDuration` with the correct duration for the rewards period in seconds. 3. Transfer FOX to the StakingRewards contract. (NOTE: this step can be done and tested with a smaller amount of FOX if desired)