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

Add a button to check fee recipient of each validator #92

Open
Marketen opened this issue Jan 10, 2024 · 1 comment
Open

Add a button to check fee recipient of each validator #92

Marketen opened this issue Jan 10, 2024 · 1 comment

Comments

@Marketen
Copy link
Contributor

To be considered, in "my validators" table, there could be a button to check the fee recipient of each validator. This button should be enabled even if the validator is subscribed already.

It could be used for users who want to doublecheck their fee recipient in each relay easily

@Marketen
Copy link
Contributor Author

Marketen commented Jan 18, 2024

ultrasound has an implementation similar to this. We could do this but with all relays that the oracle operates with
image

Ideally, the call should be done from frontend to the relay endpoint directly like:
<RELAY_BASE_URL>/relay/v1/data/validator_registration?pubkey=<VAL_PUBKEY>
example:
https://boost-relay.flashbots.net/relay/v1/data/validator_registration?pubkey=0xaf294f5663defdba078e0c16b349952ab762f8019f42f45fc0a369666e12d836247e4d7a3e3bd564826dcffcfdc50114

If asking the relay directly is not possible (CORS could be an issue) we could ask the oracle (endpoint /registeredrelays/<VAL_PUBKEY>

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

No branches or pull requests

1 participant