Skip to content

Commit 3bdbf99

Browse files
committed
fees wip
1 parent 8d66682 commit 3bdbf99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/EulerSwapProtocolFeeConfig.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ contract EulerSwapProtocolFeeConfig is EVCUtil {
4343
_;
4444
}
4545

46+
function setAdmin(address newAdmin) external onlyAdmin {
47+
admin = newAdmin;
48+
}
49+
4650
function setDefault(address recipient, uint64 fee) external onlyAdmin {
4751
require(fee <= MAX_PROTOCOL_FEE, InvalidProtocolFee());
4852

0 commit comments

Comments
 (0)