Skip to content

Commit

Permalink
chore: addresses check
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jan 6, 2025
2 parents f1fb538 + 0e621b5 commit 7fbd088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sdk/account/toNexusAccount.addresses.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ import {
toTestClient
} from "../../test/testUtils"
import type { MasterClient, NetworkConfig } from "../../test/testUtils"
import {
createSmartAccountClient,
type NexusClient
} from "../clients/createSmartAccountClient"
import type { NexusAccount } from "./toNexusAccount"
import { getCounterFactualAddress } from "./utils"
import { createSmartAccountClient } from "../clients/createSmartAccountClient"

describe("nexus.account.addresses", async () => {
let network: NetworkConfig
Expand Down

0 comments on commit 7fbd088

Please sign in to comment.