V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 48d9276e5f - Show all commits
+3 -2
View File
@@ -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
}