Skip to content

Commit

Permalink
Import SignatureLike properly
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed May 3, 2024
1 parent 5503507 commit e2486b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions typescript/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"yaml": "^2.4.1"
},
"devDependencies": {
"@ethersproject/bytes": "^5.7.0",
"@types/mocha": "^10.0.1",
"chai": "^4.3.6",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/utils/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SignatureLike } from '@ethersproject/bytes';
import type { SignatureLike } from '@ethersproject/bytes';
import type { BigNumber, ethers } from 'ethers';

export enum ProtocolType {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5229,6 +5229,7 @@ __metadata:
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:
"@cosmjs/encoding": "npm:^0.31.3"
"@ethersproject/bytes": "npm:^5.7.0"
"@solana/web3.js": "npm:^1.78.0"
"@types/mocha": "npm:^10.0.1"
bignumber.js: "npm:^9.1.1"
Expand Down

0 comments on commit e2486b4

Please sign in to comment.