We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ab7cd + f119141 commit 428cbfdCopy full SHA for 428cbfd
1 file changed
src/utils/gas.ts
@@ -48,7 +48,7 @@ export async function getEthPrice() {
48
const body = await response.json()
49
50
if (body.USD) {
51
- return body.usdPrice
+ return body.USD
52
}
53
} catch (e) {
54
console.log('Unable to fetch price from cryptocompare..')
0 commit comments