vegaprotocol / vegawallet-desktop

Desktop application for Vega Protocol's wallet
MIT License
15 stars 12 forks source link

Re-fetch the configuration of default networks #526

Closed ValentinTrinque closed 10 months ago

ValentinTrinque commented 1 year ago

User Story

As a user I want to be able to 'update' to check I have / get the latest version of the network configuration So that I can be sure I am using the latest version (if I want to be)

Acceptance criteria

We need to expose a mechanism that allow the users to refresh the default network configurations.

A dedicated endpoint will have to be exposed (ex: RefreshDefaultNetwork({name:}))

We will need a way to determine what are the default networks, so we know what network can be automatically refreshed.

For that we can expose an endpoint ListDefaultNetworks()