synthetix-v3 icon indicating copy to clipboard operation
synthetix-v3 copied to clipboard

feature: expose isWithinMarketCapacity view function

Open ProblematicP opened this issue 11 months ago • 1 comments

Want to do something similar to this

https://github.com/Synthetixio/synthetix-v3/blob/306c928de0da52d6e839f0620f8f32d544217648/markets/perps-market/contracts/storage/AsyncOrder.sol#L371

but making it simpler as view function using this

https://github.com/Synthetixio/synthetix-v3/blob/306c928de0da52d6e839f0620f8f32d544217648/markets/perps-market/contracts/storage/GlobalPerpsMarket.sol#L100

ProblematicP avatar Dec 05 '24 05:12 ProblematicP