We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aea23c commit 1f155baCopy full SHA for 1f155ba
1 file changed
src/commands.ts
@@ -9,7 +9,6 @@ import {
9
getMetadataURI,
10
getIndexingWaitSettings,
11
IndexerWaitParams,
12
- isEthersFormat,
13
fixAndParseProviderFees
14
} from "./helpers.js";
15
import {
@@ -412,7 +411,6 @@ export class Commands {
412
411
);
413
return;
414
}
415
- console.log(`computeEnv.fees[chainId]: `, JSON.stringify(computeEnv.fees[chainId.toString()]))
416
let found: boolean = false;
417
for (const fee of computeEnv.fees[chainId.toString()]) {
418
if (fee.feeToken.toLowerCase() === paymentToken.toLowerCase()) {
0 commit comments