Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
r-near committed Nov 23, 2024
1 parent 21b2b95 commit c71f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/tests/helpers/signatures.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as borsh from "borsh"
import { type BigNumberish, Wallet } from "ethers"
import { ethers } from "hardhat"
import type { BridgeTypes } from "../../typechain-types/src/bridge-token-factory/contracts/BridgeTokenFactory"
import type { BridgeTypes } from "../../typechain-types/src/omni-bridge/contracts/OmniBridge"

interface SignatureData<T> {
payload: T
Expand Down

0 comments on commit c71f16b

Please sign in to comment.