diff --git a/cdp-agentkit-core/src/tests/deploy_nft_test.ts b/cdp-agentkit-core/src/tests/deploy_nft_test.ts index dcacab2..103ccca 100644 --- a/cdp-agentkit-core/src/tests/deploy_nft_test.ts +++ b/cdp-agentkit-core/src/tests/deploy_nft_test.ts @@ -34,7 +34,7 @@ describe("Deploy NFT Action", () => { const TRANSACTION_HASH = "0xghijkl987654321"; const TRANSACTION_LINK = `https://etherscan.io/tx/${TRANSACTION_HASH}`; - let mockSmartContract: any; + let mockSmartContract: jest.Mocked; let mockWallet: jest.Mocked; beforeEach(() => {