Skip to content

Commit

Permalink
Merge branch 'polytope-labs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MrishoLukamba authored Jul 30, 2024
2 parents 860bcf8 + 66c3f7d commit dd98cc1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions evm/src/modules/TokenGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,6 @@ contract TokenGateway is BaseIsmpModule {
address newAdmin
);

// Some native tokens have been withdrawn
event NativeTokenWithdrawal(
// beneficiary of the withdrawal
address beneficiary,
// amount of the native token to withdraw
uint256 amount
);

// @dev Action is unauthorized
error UnauthorizedAction();

Expand Down

0 comments on commit dd98cc1

Please sign in to comment.