fix(account-service): preparing account settings object updated
This commit is contained in:
parent
484748314f
commit
a01fdd29dd
|
@ -196,7 +196,7 @@ proc prepareAccountSettingsJsonObject(self: Service, account: GeneratedAccountDt
|
||||||
"identicon": account.identicon,
|
"identicon": account.identicon,
|
||||||
"waku-enabled": true,
|
"waku-enabled": true,
|
||||||
"wallet/visible-tokens": {
|
"wallet/visible-tokens": {
|
||||||
"mainnet": ["SNT"]
|
DEFAULT_NETWORK_NAME: ["SNT"]
|
||||||
},
|
},
|
||||||
"appearance": 0,
|
"appearance": 0,
|
||||||
"networks/current-network": DEFAULT_NETWORK_NAME,
|
"networks/current-network": DEFAULT_NETWORK_NAME,
|
||||||
|
|
Loading…
Reference in New Issue