Skip to content

Commit

Permalink
use node
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex committed Aug 25, 2023
1 parent 3a4206e commit bc7bcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/publicClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const publicClients = {
}),
[bsc.id]: createPublicClient({
chain: bsc,
transport: http(),
transport: http("https://nodes.pancakeswap.info"),
}),
[polygonZkEvm.id]: createPublicClient({
chain: polygonZkEvm,
Expand Down

0 comments on commit bc7bcf6

Please sign in to comment.