diff --git a/core/.storage-layout.md b/core/.storage-layout.md index 0ebcc522..e4bcd4b0 100644 --- a/core/.storage-layout.md +++ b/core/.storage-layout.md @@ -24,10 +24,11 @@ forge inspect --pretty src/Borrower.sol:Borrower storage-layout forge inspect --pretty src/Factory.sol:Factory storage-layout | Name | Type | Slot | Offset | Bytes | Contract | |---------------|---------------------------------------------------------------|------|--------|-------|-------------------------| -| getMarket | mapping(contract IUniswapV3Pool => struct Factory.Market) | 0 | 0 | 32 | src/Factory.sol:Factory | -| getParameters | mapping(contract IUniswapV3Pool => struct Factory.Parameters) | 1 | 0 | 32 | src/Factory.sol:Factory | -| isLender | mapping(address => bool) | 2 | 0 | 32 | src/Factory.sol:Factory | -| isBorrower | mapping(address => bool) | 3 | 0 | 32 | src/Factory.sol:Factory | -| couriers | mapping(uint32 => struct Factory.Courier) | 4 | 0 | 32 | src/Factory.sol:Factory | -| isCourier | mapping(address => bool) | 5 | 0 | 32 | src/Factory.sol:Factory | +| rewardsToken | contract ERC20 | 0 | 0 | 20 | src/Factory.sol:Factory | +| getMarket | mapping(contract IUniswapV3Pool => struct Factory.Market) | 1 | 0 | 32 | src/Factory.sol:Factory | +| getParameters | mapping(contract IUniswapV3Pool => struct Factory.Parameters) | 2 | 0 | 32 | src/Factory.sol:Factory | +| isLender | mapping(address => bool) | 3 | 0 | 32 | src/Factory.sol:Factory | +| isBorrower | mapping(address => bool) | 4 | 0 | 32 | src/Factory.sol:Factory | +| couriers | mapping(uint32 => struct Factory.Courier) | 5 | 0 | 32 | src/Factory.sol:Factory | +| isCourier | mapping(address => bool) | 6 | 0 | 32 | src/Factory.sol:Factory |