File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -161,12 +161,10 @@ export class MultiTokenNttAutomaticRoute<N extends Network>
161
161
ntt : params . normalizedParams . sourceContracts ,
162
162
} ) ;
163
163
164
- console . log ( "FETCHING DELIVERY PRICE" ) ;
165
164
const deliveryPrice = await ntt . quoteDeliveryPrice (
166
165
toChain . chain ,
167
166
params . normalizedParams . options
168
167
) ;
169
- console . log ( "DELIVERY PRICE" , deliveryPrice ) ;
170
168
171
169
const result : QR = {
172
170
success : true ,
@@ -196,9 +194,7 @@ export class MultiTokenNttAutomaticRoute<N extends Network>
196
194
//const dstNtt = await toChain.getProtocol("MultiTokenNtt", {
197
195
// ntt: params.normalizedParams.destinationContracts,
198
196
//});
199
- //console.log("FETCHING RATE LIMIT DURATION");
200
197
//const duration = await dstNtt.getRateLimitDuration();
201
- //console.log("RATE LIMIT DURATION", duration);
202
198
//if (duration > 0n) {
203
199
// // TODO: support native
204
200
// if (isNative(request.source.id.address))
You can’t perform that action at this time.
0 commit comments