feat: use node config

This commit is contained in:
Anthony Laibe 2021-12-21 16:23:35 +01:00 committed by Anthony Laibe
parent 926faf234e
commit e13f904121
2 changed files with 5 additions and 2 deletions

View File

@ -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)

@ -1 +1 @@
Subproject commit e579401e2dc489c387ed46c80090cf3d1b050a92
Subproject commit d3670390c449f7de0fbce8cf95e67f66441d126e