Skip to content

Commit

Permalink
♻️ Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
William Cory authored and William Cory committed Aug 12, 2024
1 parent 087b0f9 commit dcc3f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createAddress, createContractAddress } from '@tevm/address'
import { type TevmNode, createTevmNode } from '@tevm/node'
import { SimpleContract } from '@tevm/contract'
import { type TevmNode, createTevmNode } from '@tevm/node'
import { PREFUNDED_ACCOUNTS, encodeDeployData, encodeFunctionData, isHex, numberToHex } from '@tevm/utils'
import { beforeEach, describe, expect, it } from 'vitest'
import { callProcedure } from '../call/callProcedure.js'
Expand Down

0 comments on commit dcc3f73

Please sign in to comment.