Skip to content

Commit

Permalink
Remove duplicate declaration
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
Dominator008 committed Sep 12, 2023
1 parent ad08935 commit 4d197ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit-tests/GAC.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ contract GACTest is Setup {
event MultiMessageSenderUpdated(address indexed mmaSender);
event MultiMessageReceiverUpdated(uint256 chainId, address indexed mmaReceiver);

uint256 constant SRC_CHAIN_ID = 1;
uint256 constant DST_CHAIN_ID = 137;

address senderAddr;
address receiverAddr;
IGAC gac;
Expand Down

0 comments on commit 4d197ab

Please sign in to comment.