Synthetixio / synthetix-v3

MIT License
114 stars 56 forks source link

fix: add OwnableStorage.onlyOwner and tests setMinDelegationTime #2232

Closed davidvuong closed 3 weeks ago

davidvuong commented 3 weeks ago

Resolves an onlyOwner bug in previous PR https://github.com/Synthetixio/synthetix-v3/pull/2227, shuffles the fn definition to be grouped with mutations, and added new tests.