Skip to content

Commit

Permalink
update eth rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 6, 2024
1 parent ad183c5 commit 547c073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default createConfig({
},
ethereum: {
chainId: 1,
transport: http(`https://eth-mainnet.blastapi.io/${BLAST_API_KEY}`),
// transport: http(`https://eth-mainnet.blastapi.io/${BLAST_API_KEY}`),
transport: http(`https://mainnet.infura.io/v3/${INFURA_API_KEY}`),

maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit 547c073

Please sign in to comment.