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 eb57271
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 448 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
Loading

0 comments on commit eb57271

Please sign in to comment.