Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Reorganize `PerpetualMintStorage` to be more modular #75

Open NouDaimon opened 1 year ago

NouDaimon commented 1 year ago

Currently the storage for the PerpetualMint contract suite exists on L2 only. It may make sense to refactor storage across layers and/or modularize the storage layouts.

CruzMolina commented 1 year ago

Specifically looking at deposit, withdrawal, claim, idling & update token risk flows.