Skip to content

Commit

Permalink
feat: DANKMIDS_MAX_MULTICALL_SIZE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Dec 2, 2023
1 parent 248f940 commit d98d9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pony>=0.7.16
sqlalchemy>=1.4.41
sentry-sdk==1.27.1
pytest-bdd>=5.0.0
dank_mids==4.20.72
dank_mids==4.20.75
eth_retry>=0.1.19
eth-hash[pysha3]
ez-a-sync==0.12.3
Expand Down
1 change: 1 addition & 0 deletions services/dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ x-envs: &envs
# NOTE: This is included as an escape-hatch-of-last-resort and should not actually occur
- DANKMIDS_STUCK_CALL_TIMEOUT
# dank-mids (optional)
- DANKMIDS_MAX_MULTICALL_SIZE=${DANKMIDS_MAX_MULTICALL_SIZE:-5_000}
- DANKMIDS_MAX_JSONRPC_BATCH_SIZE
- DANKMIDS_BROWNIE_ENCODER_SEMAPHORE
- DANKMIDS_DEMO_MODE
Expand Down

0 comments on commit d98d9b2

Please sign in to comment.