Skip to content

Commit

Permalink
unused events
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Dec 20, 2023
1 parent 3d0069a commit 8fb8444
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ contract ERC20BridgeTest is Test {

event MintBridgeTokens(address indexed contractAddress, address recipient, uint256 amount);

event MinTeleporterVersionUpdated(
uint256 indexed oldMinTeleporterVersion, uint256 indexed newMinTeleporterVersion
);

function setUp() public virtual {
vm.mockCall(
WARP_PRECOMPILE_ADDRESS,
Expand Down
8 changes: 0 additions & 8 deletions contracts/src/Teleporter/tests/TeleporterMessengerTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ contract TeleporterMessengerTest is Test {

event MessageExecuted(bytes32 indexed originBlockchainID, uint256 indexed messageID);

event FailedFeePayment(
bytes32 indexed destinationBlockchainID,
uint256 indexed messageID,
address indexed feeAsset,
uint256 feeAmount,
address relayerRewardAddress
);

event ReceiptReceived(
bytes32 indexed destinationBlockchainID,
uint256 indexed messageID,
Expand Down

0 comments on commit 8fb8444

Please sign in to comment.