@gearbox-protocol/sdk 10.2.4 → 10.2.5
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.
|
@@ -315,7 +315,6 @@ class AbstractCreditAccountService extends import_base.SDKConstruct {
|
|
|
315
315
|
creditManager: ca.creditManager,
|
|
316
316
|
creditAccount: ca
|
|
317
317
|
});
|
|
318
|
-
console.log("CLOSE", this.sdk.parseMultiCall(routerCloseResult.calls));
|
|
319
318
|
const calls = [
|
|
320
319
|
...operation === "close" ? [] : priceUpdates,
|
|
321
320
|
...routerCloseResult.calls,
|
|
@@ -108,7 +108,6 @@ class CreditAccountServiceV310 extends import_AbstractCreditAccountsService.Abst
|
|
|
108
108
|
tokensToClaim,
|
|
109
109
|
creditAccount: ca
|
|
110
110
|
});
|
|
111
|
-
console.log("claimPath", this.sdk.parseMultiCall(claimPath.calls));
|
|
112
111
|
const priceUpdates = await this.getPriceUpdatesForFacade({
|
|
113
112
|
creditManager: ca.creditManager,
|
|
114
113
|
creditAccount: ca
|
|
@@ -145,7 +144,6 @@ class CreditAccountServiceV310 extends import_AbstractCreditAccountsService.Abst
|
|
|
145
144
|
tokensToClaim,
|
|
146
145
|
creditAccount: ca
|
|
147
146
|
});
|
|
148
|
-
console.log("claimPath", this.sdk.parseMultiCall(claimPath.calls));
|
|
149
147
|
const priceUpdates = await this.getPriceUpdatesForFacade({
|
|
150
148
|
creditManager: ca.creditManager,
|
|
151
149
|
creditAccount: ca
|
|
@@ -306,7 +306,6 @@ class AbstractCreditAccountService extends SDKConstruct {
|
|
|
306
306
|
creditManager: ca.creditManager,
|
|
307
307
|
creditAccount: ca
|
|
308
308
|
});
|
|
309
|
-
console.log("CLOSE", this.sdk.parseMultiCall(routerCloseResult.calls));
|
|
310
309
|
const calls = [
|
|
311
310
|
...operation === "close" ? [] : priceUpdates,
|
|
312
311
|
...routerCloseResult.calls,
|
|
@@ -85,7 +85,6 @@ class CreditAccountServiceV310 extends AbstractCreditAccountService {
|
|
|
85
85
|
tokensToClaim,
|
|
86
86
|
creditAccount: ca
|
|
87
87
|
});
|
|
88
|
-
console.log("claimPath", this.sdk.parseMultiCall(claimPath.calls));
|
|
89
88
|
const priceUpdates = await this.getPriceUpdatesForFacade({
|
|
90
89
|
creditManager: ca.creditManager,
|
|
91
90
|
creditAccount: ca
|
|
@@ -122,7 +121,6 @@ class CreditAccountServiceV310 extends AbstractCreditAccountService {
|
|
|
122
121
|
tokensToClaim,
|
|
123
122
|
creditAccount: ca
|
|
124
123
|
});
|
|
125
|
-
console.log("claimPath", this.sdk.parseMultiCall(claimPath.calls));
|
|
126
124
|
const priceUpdates = await this.getPriceUpdatesForFacade({
|
|
127
125
|
creditManager: ca.creditManager,
|
|
128
126
|
creditAccount: ca
|