File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import "../interfaces/ITransceiver.sol";
18
18
import {NttManagerState} from "./NttManagerState.sol " ;
19
19
20
20
/// @title NttManager
21
+ /// @author Wormhole Project Contributors.
21
22
/// @notice The NttManager contract is responsible for managing the token
22
23
/// and associated transceivers.
23
24
///
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import "../interfaces/INttManager.sol";
12
12
import "../interfaces/ITransceiver.sol " ;
13
13
14
14
/// @title Transceiver
15
+ /// @author Wormhole Project Contributors.
15
16
/// @notice This contract is a base contract for Transceivers.
16
17
/// @dev The Transceiver provides basic functionality for transmitting / receiving NTT messages.
17
18
/// The contract supports pausing via an admin or owner and is upgradable.
You can’t perform that action at this time.
0 commit comments