Skip to content

Commit

Permalink
INativeBridge insuranceBudgetDivider
Browse files Browse the repository at this point in the history
  • Loading branch information
Primata committed Jan 10, 2025
1 parent 071bf71 commit 70edbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol-units/bridge/contracts/src/INativeBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface INativeBridge {

event InsuranceFundUpdated(address insuranceFund);
event PauseToggled(bool paused);
event RiskDenominatorUpdated(uint256 riskDenominator);
event InsuranceBudgetDividerUpdated(uint256 insuranceBudgetDivider);

error ZeroAmount();
error MOVETransferFailed();
Expand All @@ -32,7 +32,7 @@ interface INativeBridge {
error InvalidNonce();
error OutboundRateLimitExceeded();
error InboundRateLimitExceeded();
error InvalidRiskDenominator();
error InvalidInsuranceBudgetDivider();

/**
* @dev Creates a new bridge
Expand Down

0 comments on commit 70edbe3

Please sign in to comment.