Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 13, 2023
1 parent f4bec89 commit 958fdce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ua-utils-evm-hardhat-test/test/__utils__/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
OmniGraphBuilderHardhat,
type OmniGraphHardhat,
} from '@layerzerolabs/utils-evm-hardhat'
import { createLogger } from '@layerzerolabs/io-utils'
import { EndpointId } from '@layerzerolabs/lz-definitions'
import { omniContractToPoint } from '@layerzerolabs/utils-evm'
import {
Expand Down Expand Up @@ -90,7 +89,6 @@ export const deployEndpoint = async () => {
*/
export const setupDefaultEndpoint = async (): Promise<void> => {
// This is the tooling we are going to need
const logger = createLogger()
const contractFactory = createConnectedContractFactory()
const signAndSend = createSignAndSend(createSignerFactory())
const ulnSdkFactory = createUln302Factory(contractFactory)
Expand Down

0 comments on commit 958fdce

Please sign in to comment.