Skip to content

Commit

Permalink
remove unneccessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 16, 2024
1 parent 9490f27 commit 2b9126c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions interfaces/IDispatcher.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;

import {StateMachineHeight} from "./IConsensusClient.sol";
import {PostRequest} from "./Message.sol";
import {PostRequest, StateMachineHeight} from "./Message.sol";

// @notice An object for dispatching post requests to the Hyperbridge
struct DispatchPost {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polytope-labs/ismp-solidity",
"version": "0.7.0",
"version": "0.7.1",
"description": "Hyperbridge Solidity SDK for the Interoperable state machine protocol",
"author": "Polytope Labs <hello@polytope.technology>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2b9126c

Please sign in to comment.