Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy configured burner #1

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Deploy configured burner #1

wants to merge 6 commits into from

Conversation

jtfirek
Copy link

@jtfirek jtfirek commented Dec 27, 2024

No description provided.

uint48 delay = 0;

// a single ether.fi gnosis to receive all slashed funds (EOA for testnet)
address globalReceiver = address(0xD0d7F8a5a86d8271ff87ff24145Cf40CEa9F7A39);

Choose a reason for hiding this comment

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

Lets default this to a burn address as I think that is what 90% of the networks will require

address collateral = address(0xBC9fD18dc74059E208a185889E364ECF554B87);

// delay for the setting a new receiver
uint48 delay = 0;

Choose a reason for hiding this comment

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

I imagine eventually this value will need to be >= 1 epoch. But this should be fine for now and the initial batch of registrations

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