fix: prevent unpausing gateways if they're not configured (OZ M-01 from #700)#733
Conversation
Codecov ReportBase: 91.53% // Head: 91.57% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## pcv/l2-bridge #733 +/- ##
=================================================
+ Coverage 91.53% 91.57% +0.04%
=================================================
Files 42 42
Lines 1984 1995 +11
Branches 346 354 +8
=================================================
+ Hits 1816 1827 +11
Misses 168 168
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
| console.log('Done!') | ||
| }) | ||
|
|
||
| task('migrate:unpause-bridge', 'Unpause bridge') |
There was a problem hiding this comment.
Same change as https://github.com/graphprotocol/contracts/pull/717/files#diff-729e91d21c664fed317c8bccc772f1c5cce6a8a4d943d700359ad371302aef55
which is pending merge after audit. I'd still make the change here and later we solve the conflict whenever it shows up.
There was a problem hiding this comment.
Oooh oops, sorry I missed that. But yeah, let's keep the change here so that we have e2e passing here.
Based on a finding from OZ's audit of #700, but targeting #699 as the change is relevant to that branch too.