Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 5, 2024
1 parent 7abae3f commit 7904f2f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@ export const sepoliaClient = createClient({
transport: http(),
})

export const sepoliaClientWithAccount = createClient({
account: privateKeyToAccount(
process.env.VITE_ACCOUNT_PRIVATE_KEY as `0x${string}`,
),
chain: sepolia,
transport: http(),
})

export const testClient = createTestClient({
chain: anvilChain,
mode: 'anvil',
Expand Down

0 comments on commit 7904f2f

Please sign in to comment.