We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da17259 commit 03102a8Copy full SHA for 03102a8
src/core/CrossModule.sol
@@ -14,6 +14,7 @@ import "./PacketHandler.sol";
14
import "./IBCKeeper.sol";
15
16
import {Initiator} from "./Initiator.sol";
17
+import {Authenticator} from "./Authenticator.sol";
18
import {TxAuthManager} from "./TxAuthManager.sol";
19
import {TxManager} from "./TxManager.sol";
20
import {TxRunner} from "./TxRunner.sol";
@@ -24,6 +25,7 @@ abstract contract CrossModule is
24
25
IBCKeeper,
26
PacketHandler,
27
Initiator,
28
+ Authenticator,
29
TxAuthManager,
30
TxManager,
31
TxRunner
0 commit comments