mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
add type 'free' to BestPrice (#821)
This commit is contained in:
parent
5302079ed0
commit
9df93b71cb
@ -1,5 +1,5 @@
|
|||||||
export interface BestPrice {
|
export interface BestPrice {
|
||||||
type: 'pool' | 'exchange' | ''
|
type: 'pool' | 'exchange' | 'free' | ''
|
||||||
address: string
|
address: string
|
||||||
value: number
|
value: number
|
||||||
isConsumable?: 'true' | 'false' | ''
|
isConsumable?: 'true' | 'false' | ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user