Open
Description
Component
API
Have you ensured that all of these are up to date?
- opensea-js
- Node (minimum v16)
What version of opensea-js are you on?
7.1.19
What function is the bug in?
getAllListings
Operating System
Linux
Describe the bug
getAllListings function for some collections returns listings with price
price: { current: { currency: 'ETH', decimals: 18, value: '1600000000000000000' } },
should return
price: { currency: 'ETH', decimals: 18, value: '1600000000000000000' },