Skip to content

Commit b6bec40

Browse files
fix(web3-providers): remove duplicate 'collect' and add missing 'borrow' in LiquidityOut type (#12371)
1 parent ac71336 commit b6bec40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/web3-providers/src/types

packages/web3-providers/src/types/RSS3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export namespace RSS3BaseAPI {
105105
// Uniswap like actions: add, collect, remove
106106
// Aave like actions: supply, withdraw, borrow, repay
107107
type LiquidityIn = 'supply' | 'add' | 'repay'
108-
type LiquidityOut = 'withdraw' | 'collect' | 'remove' | 'collect'
108+
type LiquidityOut = 'withdraw' | 'collect' | 'remove' | 'borrow'
109109
interface LiquidityMetadata {
110110
/**
111111
* @example "Uniswap V2"

0 commit comments

Comments
 (0)