Skip to content

Commit 993d08b

Browse files
committedNov 6, 2024
removed console logs
1 parent 3b7ffec commit 993d08b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎sdk/route/src/multiTokenAutomatic.ts

-4
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,10 @@ export class MultiTokenNttAutomaticRoute<N extends Network>
161161
ntt: params.normalizedParams.sourceContracts,
162162
});
163163

164-
console.log("FETCHING DELIVERY PRICE");
165164
const deliveryPrice = await ntt.quoteDeliveryPrice(
166165
toChain.chain,
167166
params.normalizedParams.options
168167
);
169-
console.log("DELIVERY PRICE", deliveryPrice);
170168

171169
const result: QR = {
172170
success: true,
@@ -196,9 +194,7 @@ export class MultiTokenNttAutomaticRoute<N extends Network>
196194
//const dstNtt = await toChain.getProtocol("MultiTokenNtt", {
197195
// ntt: params.normalizedParams.destinationContracts,
198196
//});
199-
//console.log("FETCHING RATE LIMIT DURATION");
200197
//const duration = await dstNtt.getRateLimitDuration();
201-
//console.log("RATE LIMIT DURATION", duration);
202198
//if (duration > 0n) {
203199
// // TODO: support native
204200
// if (isNative(request.source.id.address))

0 commit comments

Comments
 (0)
Please sign in to comment.