Skip to content

Commit

Permalink
Update ponder.ethereum.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Jun 20, 2024
1 parent 317911d commit f784d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definition/mainnets/ponder.ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default createConfig({
ethereum: {
chainId: 1,
transport: loadBalance([
transport: http(`https://eth-mainnet.blastapi.io/${BLAST_API_KEY}`),
http(`https://eth-mainnet.blastapi.io/${BLAST_API_KEY}`),
//transport: http(`https://mainnet.infura.io/v3/${INFURA_API_KEY}`),
]),

Expand Down

0 comments on commit f784d02

Please sign in to comment.