@xoxno/types 1.0.477 → 1.0.478
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -94,7 +94,7 @@ __decorate([
|
|
|
94
94
|
], LendingTokenEModeProfileDoc.prototype, "liquidationBonus", void 0);
|
|
95
95
|
__decorate([
|
|
96
96
|
(0, swagger_1.ApiProperty)({
|
|
97
|
-
description: 'Spoke supply cap in asset-native units
|
|
97
|
+
description: 'Spoke supply cap in asset-native units. Always an enforced ceiling; 0 means the asset accepts no new supply in this spoke (there is no unlimited sentinel). Stellar e-mode only.',
|
|
98
98
|
required: false,
|
|
99
99
|
example: '100000000000000',
|
|
100
100
|
}),
|
|
@@ -102,7 +102,7 @@ __decorate([
|
|
|
102
102
|
], LendingTokenEModeProfileDoc.prototype, "supplyCap", void 0);
|
|
103
103
|
__decorate([
|
|
104
104
|
(0, swagger_1.ApiProperty)({
|
|
105
|
-
description: 'Spoke borrow cap in asset-native units
|
|
105
|
+
description: 'Spoke borrow cap in asset-native units. Always an enforced ceiling; 0 means the asset accepts no new borrows in this spoke (there is no unlimited sentinel). Stellar e-mode only.',
|
|
106
106
|
required: false,
|
|
107
107
|
example: '100000000000000',
|
|
108
108
|
}),
|