Skip to content

Commit

Permalink
🚧 Fix imports in ua-utils-evm-hardhat-test (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Nov 24, 2023
1 parent 8fb50a9 commit d6b2335
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 d6b2335

Please sign in to comment.