Skip to content

Commit

Permalink
Switch to more reliable RPC
Browse files Browse the repository at this point in the history
Previously used RPC was sometimes causing errors in the logs and wrong
recognition of type of transaction (`Contract interaction` instead of `Send`).
  • Loading branch information
michalinacienciala committed Sep 25, 2023
1 parent a194ea6 commit c039fb1
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 @@ -230,7 +230,7 @@ export const CHAIN_ID_TO_RPC_URLS: {
],
[ARBITRUM_NOVA.chainID]: ["https://nova.arbitrum.io/rpc "],
[GOERLI.chainID]: ["https://ethereum-goerli-rpc.allthatnode.com"],
[SEPOLIA.chainID]: ["https://ethereum-sepolia-rpc.allthatnode.com"],
[SEPOLIA.chainID]: ["https://endpoints.omniatech.io/v1/eth/sepolia/public"],
[ARBITRUM_SEPOLIA.chainID]: ["https://sepolia-rollup.arbitrum.io/rpc"],
[AVALANCHE.chainID]: [
"https://api.avax.network/ext/bc/C/rpc",
Expand Down

0 comments on commit c039fb1

Please sign in to comment.