Skip to content

Commit

Permalink
Added env var default override to eth-beacon (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin authored Feb 8, 2024
1 parent ba771b7 commit eeff213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-ducks-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/eth-beacon-adapter': patch
---

Added env var default override to set MAX_PAYLOAD_SIZE_LIMIT to 5MB
1 change: 1 addition & 0 deletions packages/sources/eth-beacon/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const config = new AdapterConfig(
{
envDefaultOverrides: {
API_TIMEOUT: 60000,
MAX_PAYLOAD_SIZE_LIMIT: 5000000,
},
},
)

0 comments on commit eeff213

Please sign in to comment.