Hello, i was reading the frequently asked questions about upgradeability, and it said to refer to forum and ask whether or not my structs are safe for proxies.
So my structs are as follows
struct Reserves {
uint256 eth;
uint256 token;
uint256 lastPrice;
uint256 middlePrice;
}
struct EthRef {
uint256 eth;
address ref;
}
Thanks in advance!