fix(account-service): preparing account settings object updated

This commit is contained in:
Sale Djenic 2021-11-22 11:54:42 +01:00 committed by Jakub
parent 484748314f
commit a01fdd29dd
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ proc prepareAccountSettingsJsonObject(self: Service, account: GeneratedAccountDt
"identicon": account.identicon,
"waku-enabled": true,
"wallet/visible-tokens": {
"mainnet": ["SNT"]
DEFAULT_NETWORK_NAME: ["SNT"]
},
"appearance": 0,
"networks/current-network": DEFAULT_NETWORK_NAME,