From 2b9126c4bb9aa34a26462e179ba687b67040a9a8 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 16 Sep 2024 10:16:49 +0000 Subject: [PATCH] remove unneccessary imports --- interfaces/IDispatcher.sol | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/interfaces/IDispatcher.sol b/interfaces/IDispatcher.sol index 44f84b3..b6897d2 100644 --- a/interfaces/IDispatcher.sol +++ b/interfaces/IDispatcher.sol @@ -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 { diff --git a/package.json b/package.json index f4c1e01..1fd37c9 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "Apache-2.0",