synthetix-v3
synthetix-v3 copied to clipboard
feature: expose isWithinMarketCapacity view function
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