Skip to content

Commit

Permalink
fix merkle-trees import
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 13, 2024
1 parent 8b87b9c commit 97749c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion interfaces/Message.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity 0.8.17;

import {StateMachineHeight} from "./IConsensusClient.sol";
import {StorageValue} from "@polytope-labs/solidity-merkle-trees/Types.sol";
import {StorageValue} from "@polytope-labs/solidity-merkle-trees/src/Types.sol";

struct PostRequest {
// the source state machine of this request
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polytope-labs/ismp-solidity",
"version": "0.6.2",
"version": "0.6.3",
"description": "Hyperbridge Solidity SDK for the Interoperable state machine protocol",
"author": "Polytope Labs <hello@polytope.technology>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,4 +33,4 @@
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1"
}
}
}
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@openzeppelin/=node_modules/openzeppelin-solidity
@polytope-labs/solidity-merkle-trees/=node_modules/@polytope-labs/solidity-merkle-trees/src/
@polytope-labs/solidity-merkle-trees/=node_modules/@polytope-labs/solidity-merkle-trees

0 comments on commit 97749c5

Please sign in to comment.