Skip to content

Commit

Permalink
fix: stop using fallback rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Oct 31, 2023
1 parent d6cf0f2 commit 8ce278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/rpcClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {

export const mainnetClient = createPublicClient({
chain: mainnet,
transport: fallback([http(), http(process.env.RPC_MAINNET)]),
transport: http(process.env.RPC_MAINNET),
});

export const arbitrumClient = createPublicClient({
Expand Down

0 comments on commit 8ce278d

Please sign in to comment.