ggxchain / dex-ui

1 stars 0 forks source link

Update mechanism to connect to the node #57

Open Warchant opened 6 months ago

Warchant commented 6 months ago

Currently if a user does not have a connection to a parachain node (GGX node) it does not print any errors.

Refactor this to make sure user can select a node (enter URL or select pre-hardcoded, like in polkadot.js).

See https://github.com/ggxchain/rfq-ui/pull/56 Main code that connects to a node and creates Context is done, the task is to fix all tests.