mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
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…
x
Reference in New Issue
Block a user