Skip to content

Commit

Permalink
Prefer polygom-rpc to 1rpc due to slow 1rpc response times
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDaedalus committed Apr 13, 2023
1 parent 47242e3 commit 6318ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ export const CHAIN_ID_TO_RPC_URLS: {
} = {
[ROOTSTOCK.chainID]: ["https://public-node.rsk.co"],
[POLYGON.chainID]: [
"https://1rpc.io/matic",
// This one sometimes returns 0 for eth_getBalance
"https://polygon-rpc.com",
"https://1rpc.io/matic",
],
[OPTIMISM.chainID]: [
"https://rpc.ankr.com/optimism",
Expand Down

0 comments on commit 6318ed9

Please sign in to comment.