Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Jan 27, 2025
1 parent e5d371e commit 3f121ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { AmountHumanReadable } from '@repo/lib/modules/tokens/token.types'
import { HumanAmount } from '@balancer/sdk'

export type ReliquaryFarmPosition = {
poolId: string
relicId: string
amount: AmountHumanReadable
amount: HumanAmount
entry: number
level: number
}

0 comments on commit 3f121ae

Please sign in to comment.