-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
get available erc20 for finance payment #13088
Conversation
7d37d17
to
4ff0d69
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just the one Q
/** | ||
* @notice returns the amount of a particular token that is withdraw-able by finance admin | ||
*/ | ||
function getAvailableERC20ForPayment(IERC20 billingToken) external view returns (uint256) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this func name sounds familiar - is this what CCIP uses?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we learnt this naming pattern from CCIP, but not sure if they have the same name tho.
No description provided.