fix: wallet connect save url to config (#2518)
This commit is contained in:
parent
e56d7bc2d5
commit
117c0c1306
@ -82,7 +82,7 @@ export class JsonRpcConnector implements VegaConnector {
|
||||
setConfig({
|
||||
token: result.token,
|
||||
connector: 'jsonRpc',
|
||||
url: this.url,
|
||||
url: this._url,
|
||||
});
|
||||
return result;
|
||||
} catch (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user