Skip to content

Commit

Permalink
update blast rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jul 22, 2024
1 parent 1ade7e3 commit 58d9cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definition/mainnets/ponder.blast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default createConfig({
networks: {
blast: {
chainId: 81457,
transport: http("https://rpc.blast.io"),
// transport: http("https://rpc.blast.io"),
transport: http(`https://blastl2-mainnet.blastapi.io/${BLAST_API_KEY}`),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
},
Expand Down

0 comments on commit 58d9cb6

Please sign in to comment.