Skip to content

Commit 1f155ba

Browse files
committed
Fix import.
1 parent 6aea23c commit 1f155ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
getMetadataURI,
1010
getIndexingWaitSettings,
1111
IndexerWaitParams,
12-
isEthersFormat,
1312
fixAndParseProviderFees
1413
} from "./helpers.js";
1514
import {
@@ -412,7 +411,6 @@ export class Commands {
412411
);
413412
return;
414413
}
415-
console.log(`computeEnv.fees[chainId]: `, JSON.stringify(computeEnv.fees[chainId.toString()]))
416414
let found: boolean = false;
417415
for (const fee of computeEnv.fees[chainId.toString()]) {
418416
if (fee.feeToken.toLowerCase() === paymentToken.toLowerCase()) {

0 commit comments

Comments
 (0)