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

Vigneshka/minters 2 1 #290

Merged
merged 12 commits into from
Jul 3, 2023
Prev Previous commit
Next Next commit
Add missing platformPerTxFlatFee to ISAMV1_1
  • Loading branch information
Vectorized authored and vigneshka committed Jul 1, 2023
commit 05293641a8338a07578b71a42df4f629497bbe9b
6 changes: 6 additions & 0 deletions contracts/modules/interfaces/ISAMV1_1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,12 @@ interface ISAMV1_1 is IERC165 {
*/
function platformFeeBPS() external returns (uint16);

/**
* @dev Returns the platform per-transaction flat fee.
* @return The configured value.
*/
function platformPerTxFlatFee() external returns (uint96);

/**
* @dev Returns the platform fee address.
* @return The configured value.
Expand Down