Skip to content

Conversation

akshay111meher
Copy link
Member

Add Receiver Pot Feature

uint256[] calldata _payouts,
uint256 _epoch
) external onlyFeeder {
function feed(bytes32 _networkId, address[] calldata _clusters, uint256[] calldata _payouts, uint256 _epoch) external onlyFeeder {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function can be removed.


bytes32 public constant CLAIMER_ROLE = keccak256("CLAIMER_ROLE");
bytes32 public constant FEEDER_ROLE = keccak256("FEEDER_ROLE");
uint256 public constant RECEIVER_TICKETS_PER_EPOCH = 2**16;
uint256 public constant RECEIVER_TICKETS_PER_EPOCH = 2 ** 16;
uint256 constant SWITCHING_PERIOD = 33 days;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable can be removed

@akshay111meher
Copy link
Member Author

All the changes this PR have been re-implemented in PR 77

Hence, closing the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants