From cd4590689d35312c515b92f93f4dc3c0a34c9461 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 18 Aug 2025 17:22:06 +0330 Subject: [PATCH] v2: current price is added to asset.price Signed-off-by: nfel --- wallet/v1/msg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index bd10560..b63fb4e 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -192,6 +192,7 @@ message AssetPrice { string updated_at = 1; double market_price = 2; double ico_price = 3; + double current_price = 4; } message GetAssetReq {