Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 16, 2024
1 parent a166b2f commit 52b7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/wallet/sendTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { deploy } from '../../../test/src/utils.js'
import { generatePrivateKey } from '../../accounts/generatePrivateKey.js'
import { createWalletClient } from '../../clients/createWalletClient.js'
import { http } from '../../clients/transports/http.js'
import { InvalidInputRpcError } from '../../errors/rpc.js'
import { signAuthorization } from '../../experimental/index.js'
import type { Hex } from '../../types/misc.js'
import type { TransactionSerializable } from '../../types/transaction.js'
Expand Down Expand Up @@ -40,7 +41,6 @@ import { reset } from '../test/reset.js'
import { setBalance } from '../test/setBalance.js'
import { setNextBlockBaseFeePerGas } from '../test/setNextBlockBaseFeePerGas.js'
import { sendTransaction } from './sendTransaction.js'
import { InvalidInputRpcError } from '../../errors/rpc.js'

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

0 comments on commit 52b7157

Please sign in to comment.