Skip to content

Commit

Permalink
fix: Fix imports in ua-utils-evm-hardhat-test
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 23, 2023
1 parent f459c75 commit c44429e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ua-utils-evm-hardhat-test/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "hardhat-deploy"
import "hardhat-deploy-ethers"
import { withLayerZeroArtifacts } from "../utils-evm-hardhat/dist"
import { withLayerZeroArtifacts } from "@layerzerolabs/utils-evm-hardhat"
import { EndpointId } from "@layerzerolabs/lz-definitions"
import { HardhatUserConfig } from "hardhat/types"

Expand Down
2 changes: 1 addition & 1 deletion packages/ua-utils-evm-hardhat-test/test/config.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from "chai"
import { describe } from "mocha"
import { getNetworkRuntimeEnvironment } from "../../utils-evm-hardhat/dist"
import { getNetworkRuntimeEnvironment } from "@layerzerolabs/utils-evm-hardhat"
import { HardhatRuntimeEnvironment } from "hardhat/types"

const NETWORK_NAMES = ["vengaboys", "britney"]
Expand Down

0 comments on commit c44429e

Please sign in to comment.