From c71f16b121de56c696ea8a0f2c9ab6c9cfc2ca9d Mon Sep 17 00:00:00 2001 From: r-near <163825889+r-near@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:45:31 -0800 Subject: [PATCH] Fix types --- evm/tests/helpers/signatures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/tests/helpers/signatures.ts b/evm/tests/helpers/signatures.ts index 3a271723..7e364e2c 100644 --- a/evm/tests/helpers/signatures.ts +++ b/evm/tests/helpers/signatures.ts @@ -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 { payload: T