We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2f042 commit d297248Copy full SHA for d297248
1 file changed
lib/agent/positionsUpdate.ts
@@ -6,6 +6,6 @@ import { UndefinedOr } from '@devprotocol/util-ts'
6
type PositionsUpdate = (options: {
7
readonly provider: Provider
8
readonly positionId: number
9
- readonly amount: string
+ readonly additionalAmount: string
10
readonly overrides?: FallbackableOverrides
11
}) => Promise<UndefinedOr<TransactionResponse>>
0 commit comments