Skip to content

Commit

Permalink
remove default params
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 7, 2023
1 parent ae8d0b9 commit 8a88ec9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/globalSetup.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { FORK_BLOCK_NUMBER, FORK_URL } from './constants.js'
import { startProxy } from '@viem/anvil'

export default async function () {
export default async function() {
return await startProxy({
port: 8545, // By default, the proxy will listen on port 8545.
host: '::', // By default, the proxy will listen on all interfaces.
options: {
chainId: 5,
forkUrl: FORK_URL,
Expand Down

0 comments on commit 8a88ec9

Please sign in to comment.