Skip to content

Commit

Permalink
update AppBase inheritance
Browse files Browse the repository at this point in the history
Signed-off-by: Ryo Sato <[email protected]>
  • Loading branch information
3100 committed Sep 3, 2024
1 parent cd49bc0 commit 20ba13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/apps/commons/IBCAppBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Packet} from "../../core/04-channel/IIBCChannel.sol";
import {IIBCModule} from "../../core/26-router/IIBCModule.sol";
import {IIBCModuleErrors} from "../../core/26-router/IIBCModuleErrors.sol";

abstract contract AppBase is IERC165, Context, IIBCModuleErrors {
abstract contract AppBase is Context, IERC165, IIBCModuleErrors {
/**
* @dev Throws if called by any account other than the IBC contract.
*/
Expand Down

0 comments on commit 20ba13e

Please sign in to comment.