1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3439 Protocol | Integrate 0.40.0-rc5 (#2135)

This commit is contained in:
Konstantin Ivanov 2025-03-06 21:57:18 +01:00 committed by GitHub
parent e0acb86116
commit 51ffabc160
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -672,6 +672,7 @@ message Account {
string timeZone = 104; // time zone from config
string analyticsId = 105;
string networkId = 106; // network id to which anytype is connected
string ethereumAddress = 107; // we have Any PK AND Ethereum PK derived from one seed phrase
}
message Auth {