You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This contract is being used by Hypernative to pause pools in V2.
Adapt to V3, with some improvements:
Store pools in a set
Pause pools by index (or address), given an array of addresses
Integrate with our permission system. Only the emergency multisig should be able to pause the pools; hypernative should be able to execute txs on our behalf by using safe modules
Add the contract to standalone-utils, improve and test.
The text was updated successfully, but these errors were encountered:
This contract is being used by Hypernative to pause pools in V2.
Adapt to V3, with some improvements:
Add the contract to
standalone-utils
, improve and test.The text was updated successfully, but these errors were encountered: