diff --git a/src/hub/Hub.sol b/src/hub/Hub.sol index d433f8019..3ea016150 100644 --- a/src/hub/Hub.sol +++ b/src/hub/Hub.sol @@ -15,6 +15,35 @@ import {Premium} from 'src/hub/libraries/Premium.sol'; import {IBasicInterestRateStrategy} from 'src/hub/interfaces/IBasicInterestRateStrategy.sol'; import {IHubBase, IHub} from 'src/hub/interfaces/IHub.sol'; +// @%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%%%%%%%%%%%%%%@% %@%%%%%%%%%%%%%%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%% @%%%%%%%%%%% %%%%%%%%%%%@ %%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%@ %%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%% @%%%%%%%%%%%%%% +// %%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% +// %%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% +// %%%%%%%%%%%%%@ %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% @%%%%%%%%%%%%% +// @%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%@ +// %%%%%%%%%%%%%@ %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% @%%%%%%%%%%%%% +// %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%% +// %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%% %%%%%%%%%%%%% +// %%%%%%%%%%%%% %%%%%%%%%%%%%%% %%%%%%%%%%%%%%% %%%%%%%%%%%%% +// %%%%%%%%%%%%% @%%%%%%%%%%% %%%%%%%%%%%@ %%%%%%%%%%%%% + /// @title Hub /// @author Aave Labs /// @notice A liquidity hub that manages assets and spokes. diff --git a/src/spoke/instances/SpokeInstance.sol b/src/spoke/instances/SpokeInstance.sol index 027f42456..269e77182 100644 --- a/src/spoke/instances/SpokeInstance.sol +++ b/src/spoke/instances/SpokeInstance.sol @@ -4,6 +4,35 @@ pragma solidity 0.8.28; import {Spoke} from 'src/spoke/Spoke.sol'; +// @%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%%%%%%%%%%%%%%@% %@%%%%%%%%%%%%%%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%% +// @%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%@ +// @%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%@ +// %%%%%%%%%%%%%%% @%%%%%%%%%%% %%%%%%%%%%%@ %%%%%%%%%%%%%%% +// %%%%%%%%%%%%%%@ %%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%% @%%%%%%%%%%%%%% +// %%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% +// %%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% +// %%%%%%%%%%%%%@ %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% @%%%%%%%%%%%%% +// @%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%@ +// %%%%%%%%%%%%%@ %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% @%%%%%%%%%%%%% +// %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%% +// %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%@ @%%%%%%%%%%%%%%%%% %%%%%%%%%%%%% +// %%%%%%%%%%%%% %%%%%%%%%%%%%%% %%%%%%%%%%%%%%% %%%%%%%%%%%%% +// %%%%%%%%%%%%% @%%%%%%%%%%% %%%%%%%%%%%@ %%%%%%%%%%%%% + /// @title SpokeInstance /// @author Aave Labs /// @notice Implementation contract for the Spoke.