fuel-bridge icon indicating copy to clipboard operation
fuel-bridge copied to clipboard

Tight pack deposit info

Open DefiCake opened this issue 10 months ago • 0 comments

At FuelERC20GatewayV4, it is possible to pack this information:

mapping(address => uint256) internal _deposits;
mapping(address => uint256) internal _depositLimits;
mapping(address => uint256) internal _decimalsCache;

Under the a structure to leverage tight packing

DefiCake avatar Apr 24 '24 10:04 DefiCake