Skip to content

Commit f771de6

Browse files
author
Rahul Maganti
committed
evm: add author tags
1 parent 38841a2 commit f771de6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

evm/src/NttManager/NttManager.sol

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import "../interfaces/ITransceiver.sol";
1818
import {NttManagerState} from "./NttManagerState.sol";
1919

2020
/// @title NttManager
21+
/// @author Wormhole Project Contributors.
2122
/// @notice The NttManager contract is responsible for managing the token
2223
/// and associated transceivers.
2324
///

evm/src/Transceiver/Transceiver.sol

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import "../interfaces/INttManager.sol";
1212
import "../interfaces/ITransceiver.sol";
1313

1414
/// @title Transceiver
15+
/// @author Wormhole Project Contributors.
1516
/// @notice This contract is a base contract for Transceivers.
1617
/// @dev The Transceiver provides basic functionality for transmitting / receiving NTT messages.
1718
/// The contract supports pausing via an admin or owner and is upgradable.

0 commit comments

Comments
 (0)