Skip to content

Commit

Permalink
rm old events/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Apr 10, 2024
1 parent 8721682 commit 61fe9f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/src/v0.8/ccip/offRamp/EVM2EVMOffRamp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,9 @@ contract EVM2EVMOffRamp is IAny2EVMOffRamp, AggregateRateLimiter, ITypeAndVersio
error EmptyReport();
error BadARMSignal();
error InvalidMessageId();
error InvalidTokenPoolConfig();
error PoolAlreadyAdded();
error PoolDoesNotExist();
error TokenPoolMismatch();
error InvalidAddress(bytes encodedAddress);
error InvalidNewState(uint64 sequenceNumber, Internal.MessageExecutionState newState);

event PoolAdded(address token, address pool);
event PoolRemoved(address token, address pool);
/// @dev Atlas depends on this event, if changing, please notify Atlas.
event ConfigSet(StaticConfig staticConfig, DynamicConfig dynamicConfig);
event SkippedIncorrectNonce(uint64 indexed nonce, address indexed sender);
Expand Down

0 comments on commit 61fe9f4

Please sign in to comment.