v2: add walletAddr to basic info

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-03-05 16:40:30 +03:30
parent 195a7d8027
commit df5ad208fa
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -171,6 +171,7 @@ message UserIdentityBasic {
string mobile = 3; string mobile = 3;
string first_name = 4; string first_name = 4;
string last_name = 5; string last_name = 5;
string wallet_address = 6;
} }
message UserUpdateIdentityReq { message UserUpdateIdentityReq {