mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
BestPrice type tweak
This commit is contained in:
parent
230996a5a8
commit
47d3282197
@ -1,5 +1,5 @@
|
||||
export interface BestPrice {
|
||||
type: 'pool' | 'exchange'
|
||||
type: 'pool' | 'exchange' | ''
|
||||
address: string
|
||||
value: number
|
||||
ocean?: number
|
||||
|
Loading…
x
Reference in New Issue
Block a user