From 48d9276e5f272d1e5460f3261d5af99f39f318bc Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 9 Apr 2025 15:34:12 +0330 Subject: [PATCH] v2: max amount Signed-off-by: nfel --- wallet/v1/msg.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 711f97b..ad75751 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -487,7 +487,8 @@ message AssetDiscountRes { string expires_at = 3; double static_amount = 4; double percentage = 5; - optional int64 supported_asset = 6; + double max_amount = 6; + optional int64 supported_asset = 7; optional double discount_amount = - 7; // based of asset price and discount amount in req + 8; // based of asset price and discount amount in req }