-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
uint48 delay = 0; | ||
|
||
// a single ether.fi gnosis to receive all slashed funds (EOA for testnet) | ||
address globalReceiver = address(0xD0d7F8a5a86d8271ff87ff24145Cf40CEa9F7A39); |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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
No description provided.