Skip to content

Commit

Permalink
refactor(handlefi): remove unused Chains enum from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jan 3, 2024
1 parent 52ee8f0 commit 4a116f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/handlefi/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import type { ActionParams, FilterOperator } from '@rabbitholegg/questdk'
import { getAddress, type Address, type Hash } from 'viem'

export enum Chains {
ARBITRUM_ONE = 42161,
AVALANCHE = 43114,
}

interface Transaction {
chainId: number
from: Address
Expand Down

0 comments on commit 4a116f7

Please sign in to comment.