Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 16, 2024
1 parent 8146d98 commit 2d4ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/wallet/writeContract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { optimism } from '../../chains/index.js'
import { createWalletClient } from '../../clients/createWalletClient.js'
import { walletActions } from '../../clients/decorators/wallet.js'
import { http } from '../../clients/transports/http.js'
import { InvalidInputRpcError } from '../../errors/rpc.js'
import { signAuthorization } from '../../experimental/index.js'
import { decodeEventLog, getAddress, parseEther } from '../../utils/index.js'
import { getBalance } from '../public/getBalance.js'
Expand All @@ -22,7 +23,6 @@ import { getTransactionReceipt } from '../public/getTransactionReceipt.js'
import { simulateContract } from '../public/simulateContract.js'
import { mine } from '../test/mine.js'
import { writeContract } from './writeContract.js'
import { InvalidInputRpcError } from '../../errors/rpc.js'

const client = anvilMainnet.getClient().extend(walletActions)
const clientWithAccount = anvilMainnet.getClient({
Expand Down

0 comments on commit 2d4ea49

Please sign in to comment.