Skip to content

Commit

Permalink
Add Global Protocol Fee parameter and set to zero (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricestacey authored Nov 29, 2022
1 parent 2d45369 commit 2397ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/ServiceConfiguration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ contract ServiceConfiguration is AccessControl, IServiceConfiguration {

address public tosAcceptanceRegistry;

uint256 public protocolFeeBps = 0;

/**
* @dev Holds a reference to valid LoanFactories
*/
Expand Down

0 comments on commit 2397ed9

Please sign in to comment.