Skip to content

Commit

Permalink
hrpc for moonbeam
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 20, 2024
1 parent f095588 commit fba84dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definition/mainnets/ponder.moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default createConfig({
networks: {
moonbeam: {
chainId: 1284,
transport: http(`https://moonbeam.blastapi.io/${BLAST_API_KEY}`),
// transport: http(`https://hrpc.darwinia.network/moonbeam`),
// transport: http(`https://moonbeam.blastapi.io/${BLAST_API_KEY}`),
transport: http(`https://hrpc.darwinia.network/moonbeam`),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
},
Expand Down

0 comments on commit fba84dd

Please sign in to comment.