Skip to content

Commit

Permalink
Limit Klaytn RPC req/sec rate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Apr 20, 2024
1 parent 126f3e4 commit 29ea7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/explorer-message-bus-api/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default createConfig({
klaytn: {
chainId: 8217,
transport: http(process.env.PONDER_RPC_URL_8217),
maxRequestsPerSecond: 20,
},
},
contracts: {
Expand Down

0 comments on commit 29ea7e5

Please sign in to comment.