SSV Module - Fixes & QoL
- [x] add additional function to open: https://app.prater.ssv.network/ in default browser at the same time after pressing REGISTER on this page

- [ ] Opening the SSV Module, after already decided to use an operator key or generate a new one, should lead to the SSV navigation module instead of prompting another generation of KEYS
https://user-images.githubusercontent.com/82385103/179991931-259a7198-5781-4d9c-aee1-6eef2f18dab1.mp4
SSV navigation module for reference

- [x] Navigation Menu - Link to SSV Grafana dashboard in default browser
FOR REFERENCE: (LINK IN BROWSER SCREENSHOT: http://localhost:9001/d/FIbEQ37nk/ssv-operator-node?orgId=1) @stefa2k / @NeoPlays What would the structure of this look need to look like to make it dynamic?

- [x] OPERATOR PAGE LINK
Now lets get complicated lmao - so the link to the operator page is generated with the Ethereum address used to register the Operator - currently I have no idea, how we would get that :) @stefa2k an idea?
SSV navigation module for reference
There should still be a way to copy & backup the private key
What would the structure of this look need to look like to make it dynamic?
What do you mean? Make the url dynamic?
Now lets get complicated lmao - so the link to the operator page is generated with the Ethereum address used to register the Operator - currently I have no idea, how we would get that :) @stefa2k an idea?
The link is "https://explorer.ssv.network/operators/" + sha265(publicKey)
add additional function to open: https://app.prater.ssv.network/ in default browser at the same time after pressing REGISTER on this page
please change to https://app.shifu.ssv.network/
Now lets get complicated lmao - so the link to the operator page is generated with the Ethereum address used to register the Operator - currently I have no idea, how we would get that :) @stefa2k an idea?
The link is "https://explorer.ssv.network/operators/" + sha265(publicKey)
and this to https://explorer.shifu.ssv.network/
Opening the SSV Module, after already decided to use an operator key or generate a new one, should lead to the SSV navigation module instead of prompting another generation of KEYS
ssv provides an api which includes the status of an operator. API should i take this approach?
The thing i was thinking about is, that i don't know how long it takes till the operator is statet as active after registration. So my idea whould be to make the operator page link always available to be able to check
Opening the SSV Module, after already decided to use an operator key or generate a new one, should lead to the SSV navigation module instead of prompting another generation of KEYS
ssv provides an api which includes the status of an operator. API should i take this approach?
The thing i was thinking about is, that i don't know how long it takes till the operator is statet as active after registration. So my idea whould be to make the operator page link always available to be able to check
I guess we can move this back in priority, it could lead to some unexpected behaviour depending on the changes on the API.
Moved outstanding task of this issue into #967