status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
287 stars 78 forks source link

Fetch supported fleets from status-go #13671

Open igor-sirotin opened 6 months ago

igor-sirotin commented 6 months ago

Currently the list of fleets is hard-coded in status-desktop.

There's a Fleets() endpoint in status-go which's sued by mobile. This will remove code duplication and prevent regressions like https://github.com/status-im/status-desktop/issues/13625.

Should probably be combined with:

jrainville commented 2 weeks ago

Wasn't this work done by @friofry ?