We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5623a commit b62b9deCopy full SHA for b62b9de
source/renderer/app/stores/StakingStore.ts
@@ -279,7 +279,8 @@ export default class StakingStore extends Store {
279
await this.api.localStorage.setSmashServer(smashServerUrl);
280
this.analytics.sendEvent(
281
EventCategories.SETTINGS,
282
- 'Changed SMASH server'
+ 'Changed SMASH server',
283
+ smashServerUrl
284
);
285
} catch (error) {
286
runInAction(() => {
0 commit comments