Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/hub/interfaces/IHubConfigurator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ interface IHubConfigurator {
) external returns (uint256);

/// @notice Adds a new asset to the Hub.
/// @dev Retrieves the decimals of the underlying asset from its ERC20 contract.
/// @dev The fee receiver is automatically added as a spoke with maximum caps.
/// @param hub The address of the Hub contract.
/// @param underlying The address of the underlying asset.
Expand Down Expand Up @@ -116,8 +115,8 @@ interface IHubConfigurator {

/// @notice Register the spoke for the specified asset in the Hub.
/// @param hub The address of the Hub contract.
/// @param assetId The identifier of the asset to register the spoke for.
/// @param spoke The address of the Spoke contract.
/// @param assetId The identifier of the asset to register the spoke for.
/// @param config The Spoke configuration to register.
function addSpoke(
address hub,
Expand Down