v2: admin -> platform ( price )

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-14 12:05:19 +03:30
parent f969f845c5
commit 6375702e2a
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -184,7 +184,7 @@ message AssetDiscountRes {
message AssetPrice { message AssetPrice {
string updated_at = 1; string updated_at = 1;
double market_price = 2; double market_price = 2;
double admin_price = 3; double platform_price = 3;
} }
message GetAssetReq { message GetAssetReq {