Skip to content

Commit

Permalink
chore: add configurations for Devnet and Emerynet for feeDistributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Feb 8, 2025
1 parent 17f2c0d commit 730d4f5
Showing 1 changed file with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,24 @@ const configurations = {
},
},
},
// TODO(CTH): fill in something for DEVNET and EMERYNET
DEVNET: {},
EMERYNET: {},
DEVNET: {
params: {
collectionInterval: 1n * SECONDS_PER_HOUR,
keywordShares: {
RewardDistributor: 0n,
Reserve: 1n,
},
},
},
EMERYNET: {
params: {
collectionInterval: 1n * SECONDS_PER_HOUR,
keywordShares: {
RewardDistributor: 0n,
Reserve: 1n,
},
},
},
};

const { keys } = Object;
Expand Down

0 comments on commit 730d4f5

Please sign in to comment.