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 180b98a282 - Show all commits
+1 -1
View File
@@ -487,7 +487,7 @@ message AssetDiscountRes {
string expires_at = 3;
double static_amount = 4;
double percentage = 5;
double supported_asset = 6;
int64 supported_asset = 6;
optional double discount_amount =
7; // based of asset price and discount amount in req
}