We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d73145 commit bfeb5b6Copy full SHA for bfeb5b6
blockchain/prices.ts
@@ -118,7 +118,8 @@ export function createTokenPriceInUSD$(
118
[token]: new BigNumber(tokenPrice),
119
})
120
} catch (err) {
121
- console.error(`could not find price for ${token} - no ticker configured`)
+ console.error(`could not find price for ${token}`)
122
+ console.error(err)
123
124
return of({})
125
}
0 commit comments