Skip to content

Commit

Permalink
cleanup nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed May 8, 2024
1 parent 3c98d66 commit 72ebdc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const networks = {
} as const,
}

/**
/**
* Gets the network preset matching the provided chainId,
* throws an UnimplementedNetwork error if not found.
*/
Expand Down
1 change: 0 additions & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import axios, { AxiosError } from "axios"
import { Transaction, Wallet } from 'ethers'
import EventSource from "eventsource"
import { JsonRpcError, NetworkFailure, UnimplementedStreamEvent } from './error'

import { getRpcRequest, JsonRpcData } from './flashbots';
import {
BundleParams,
Expand Down
2 changes: 1 addition & 1 deletion src/examples/lib/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JsonRpcProvider, Network, Wallet } from 'ethers'
import { JsonRpcProvider, Wallet } from 'ethers'
import MevShareClient from '../..'
import Env from './env'
import networks from '../../api/networks'
Expand Down

0 comments on commit 72ebdc8

Please sign in to comment.