Skip to content

Commit

Permalink
Revert "export errors"
Browse files Browse the repository at this point in the history
This reverts commit e87cf04.
  • Loading branch information
ramirotw committed May 26, 2022
1 parent 4843f15 commit 5fbcda7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/api/cow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import {
import { CowError, logPrefix, objectToQueryString } from '../../utils/common'
import { Context } from '../../utils/context'

export { OperatorError, QuoteError }

function getGnosisProtocolUrl(isDev: boolean): Partial<Record<ChainId, string>> {
if (isDev) {
return {
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export { CowError } from './utils/common'
export { ALL_SUPPORTED_CHAIN_IDS, SupportedChainId } from './constants/chains'
export * from './types'
export * as GraphQL from './api/cow-subgraph/graphql'
export { OperatorError, QuoteError } from './api/cow'

0 comments on commit 5fbcda7

Please sign in to comment.