Skip to content

Commit

Permalink
fix: initially all rewards go to the reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 19, 2023
1 parent 9505588 commit 7d0dd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inter-protocol/src/proposals/econ-behaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const startRewardDistributor = async ({
timerService,
collectionInterval: 60n * 60n, // 1 hour
keywordShares: {
RewardDistributor: 1n,
RewardDistributor: 0n,
Reserve: 1n,
},
}),
Expand Down

0 comments on commit 7d0dd55

Please sign in to comment.