mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-12 13:35:00 +00:00
feat: use node config
This commit is contained in:
parent
926faf234e
commit
e13f904121
@ -227,7 +227,10 @@ proc login*(name, keyUid, hashedPassword, identicon, thumbnail, large: string):
|
||||
var nodeCfg = %* {
|
||||
"Web3Provider": %* {
|
||||
"Enabled": true
|
||||
}
|
||||
},
|
||||
"EnsConfig": %* {
|
||||
"Enabled": true
|
||||
},
|
||||
}
|
||||
|
||||
let response = status_go.loginWithConfig($payload, hashedPassword, $nodeCfg)
|
||||
|
2
vendor/nim-status-go
vendored
2
vendor/nim-status-go
vendored
@ -1 +1 @@
|
||||
Subproject commit e579401e2dc489c387ed46c80090cf3d1b050a92
|
||||
Subproject commit d3670390c449f7de0fbce8cf95e67f66441d126e
|
Loading…
x
Reference in New Issue
Block a user