From cae7202e6caad97d60df2a4e732a6a2970cd9153 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 1 Dec 2023 11:20:55 -0800 Subject: [PATCH] chore: Add type extensions to the testing hardhat.config.ts --- packages/ua-utils-evm-hardhat/hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ua-utils-evm-hardhat/hardhat.config.ts b/packages/ua-utils-evm-hardhat/hardhat.config.ts index cfde668c2..6b02883d9 100644 --- a/packages/ua-utils-evm-hardhat/hardhat.config.ts +++ b/packages/ua-utils-evm-hardhat/hardhat.config.ts @@ -1,4 +1,5 @@ import 'hardhat-deploy' +import '@layerzerolabs/utils-evm-hardhat' import { EndpointId } from '@layerzerolabs/lz-definitions' import { HardhatUserConfig } from 'hardhat/types'