mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-12 05:24:30 +00:00
add Web3Provider to config
This commit is contained in:
parent
4e30c510dd
commit
37d1ca96ea
@ -225,7 +225,9 @@ proc login*(name, keyUid, hashedPassword, identicon, thumbnail, large: string):
|
|||||||
# While this is fixed, you can add here any missing attribute on the node config, and it will be merged with whatever
|
# While this is fixed, you can add here any missing attribute on the node config, and it will be merged with whatever
|
||||||
# the account has in the db
|
# the account has in the db
|
||||||
var nodeCfg = %* {
|
var nodeCfg = %* {
|
||||||
|
"Web3Provider": %* {
|
||||||
|
"Enabled": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let response = status_go.loginWithConfig($payload, hashedPassword, $nodeCfg)
|
let response = status_go.loginWithConfig($payload, hashedPassword, $nodeCfg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user