We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca060d2 commit 320ad40Copy full SHA for 320ad40
src/sdk/accounts/CreditAccountsService.ts
@@ -189,6 +189,7 @@ export class CreditAccountsService extends SDKConstruct {
189
recipient,
190
[...priceUpdates, ...preview.calls],
191
],
192
+ description: `fully liquidate ${account.creditAccount}`,
193
});
194
}
195
@@ -223,6 +224,7 @@ export class CreditAccountsService extends SDKConstruct {
223
224
return cm.creditFacade.createRawTx({
225
functionName: operation === "close" ? "closeCreditAccount" : "multicall",
226
args: [ca.creditAccount, calls],
227
+ description: `${operation} account ${ca.creditAccount}`,
228
229
230
0 commit comments