Skip to content

Commit a56deef

Browse files
committed
changed Ethereum rpc
1 parent 5f7b56d commit a56deef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const CHAIN_IDS = {
1919

2020
// RPC Configuration
2121
export const RPC_URLS: Record<SupportedChain, string> = {
22-
mainnet: `https://rpc.flashbots.net`,
22+
mainnet: `https://ethereum-rpc.publicnode.com`,
2323
sepolia: `https://1rpc.io/sepolia`,
2424
hardhat: 'http://127.0.0.1:8545',
2525
iotex: 'https://babel-api.mainnet.iotex.one',

0 commit comments

Comments
 (0)