Skip to content

Commit

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

0 comments on commit 5346205

Please sign in to comment.