Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: amend comment for quoteOFT #1073

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions packages/oft-evm/artifacts/IOFT.sol/IOFT.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/oft-evm/artifacts/OFT.sol/OFT.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/oft-evm/artifacts/OFTAdapter.sol/OFTAdapter.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/oft-evm/artifacts/OFTCore.sol/OFTCore.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/oft-evm/contracts/OFTCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ abstract contract OFTCore is IOFT, OApp, OAppPreCrimeSimulator, OAppOptionsType3
}

/**
* @notice Provides a quote for OFT-related operations.
* @notice Provides the fee breakdown and settings data for an OFT. Unused in the default implementation.
* @param _sendParam The parameters for the send operation.
* @return oftLimit The OFT limit information.
* @return oftFeeDetails The details of OFT fees.
Expand Down
2 changes: 1 addition & 1 deletion packages/oft-evm/contracts/interfaces/IOFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ interface IOFT {
function sharedDecimals() external view returns (uint8);

/**
* @notice Provides a quote for OFT-related operations.
* @notice Provides the fee breakdown and settings data for an OFT. Unused in the default implementation.
* @param _sendParam The parameters for the send operation.
* @return limit The OFT limit information.
* @return oftFeeDetails The details of OFT fees.
Expand Down