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