Skip to content

Commit

Permalink
Update src/handlers/query-wallet.ts
Browse files Browse the repository at this point in the history
Co-authored-by: アレクサンダー.eth <[email protected]>
  • Loading branch information
gentlementlegen and 0x4007 authored Aug 25, 2024
1 parent 01c4aae commit c8b751c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/query-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export async function resolveAddress(ensName: string) {
cacheRefreshCycles: 3,
runtimeRpcs: null,
rpcTimeout: 1000,
tracking: "none",
proxySettings: { retryCount: 0, retryDelay: 1000, logTier: "verbose", logger: null, strictLogs: true },
});
const provider = await rpc.getFirstAvailableRpcProvider();
Expand Down

0 comments on commit c8b751c

Please sign in to comment.