Skip to content

Commit

Permalink
chore: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Aug 8, 2024
1 parent af93b27 commit 817d7ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/handlers/query-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ export async function resolveAddress(ensName: string) {
networkName: "ethereum-mainnet",
networkRpcs: null,
autoStorage: false,
cacheRefreshCycles: null,
cacheRefreshCycles: 3,
runtimeRpcs: null,
rpcTimeout: null,
proxySettings: { retryCount: 1, retryDelay: 1000, logTier: "verbose", logger: null, strictLogs: true },
rpcTimeout: 600,
proxySettings: { retryCount: 0, retryDelay: 1000, logTier: "verbose", logger: null, strictLogs: true },
});
console.log("2. resolveAddress");
const provider = await rpc.getFastestRpcProvider();
Expand Down

0 comments on commit 817d7ba

Please sign in to comment.