Skip to content

Commit

Permalink
chore: test rpc package
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Aug 13, 2024
1 parent 43cab62 commit cc33999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/query-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ export async function resolveAddress(ensName: string) {
const rpc = new RPCHandler({
networkId: "1",
networkName: "ethereum-mainnet",
networkRpcs: null,
networkRpcs: [{ url: "https://eth.drpc.org" }],
autoStorage: false,
cacheRefreshCycles: 3,
runtimeRpcs: null,
runtimeRpcs: ["https://eth.drpc.org"],
rpcTimeout: 600,
tracking: "none",
proxySettings: { retryCount: 0, retryDelay: 1000, logTier: "verbose", logger: null, strictLogs: true },
Expand Down

0 comments on commit cc33999

Please sign in to comment.