Closed brianmcmichael closed 3 years ago
Refactors the LP oracle to memory slot parity with the OSMs
Puts cur in slot 0x3 and nxt in slot 0x4, and moves other variables to match as well.
cur
nxt
Other projects like zapper and defisaver are using the slot locations to read prices for UI's, this provides a familiar data mapping.
Make sure to give the Vulcanize folks a heads-up about this one, they do a lot of stuff that relies directly on storage slots.
Refactors the LP oracle to memory slot parity with the OSMs
Puts
cur
in slot 0x3 andnxt
in slot 0x4, and moves other variables to match as well.Other projects like zapper and defisaver are using the slot locations to read prices for UI's, this provides a familiar data mapping.