We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7b56d commit a56deefCopy full SHA for a56deef
1 file changed
src/config/chains.ts
@@ -19,7 +19,7 @@ export const CHAIN_IDS = {
19
20
// RPC Configuration
21
export const RPC_URLS: Record<SupportedChain, string> = {
22
- mainnet: `https://rpc.flashbots.net`,
+ mainnet: `https://ethereum-rpc.publicnode.com`,
23
sepolia: `https://1rpc.io/sepolia`,
24
hardhat: 'http://127.0.0.1:8545',
25
iotex: 'https://babel-api.mainnet.iotex.one',
0 commit comments