Commit b5ee3c70 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

teleportr: Increase max disbursements to 15 (#2685)

parent 0a3df261
---
'@eth-optimism/teleportr': patch
---
Increase max disbursements to 15
......@@ -33,7 +33,7 @@ var DisbursementFailedTopic = common.HexToHash(
"0x9b478c095979d3d3a7d602ffd9ee1f0843204d853558ae0882c8fcc0a5bc78cf",
)
const MaxDisbursements = 5
const MaxDisbursements = 15
type Config struct {
Name string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment