react-moralis icon indicating copy to clipboard operation
react-moralis copied to clipboard

Wrong type in decimals

Open developOleg250 opened this issue 2 years ago • 0 comments

New Bug Report

Checklist

Issue Description

Steps + code to reproduce

.getTokenBalances => fix decimals: string; => decimals: STRING;

In getTokenPrice decimals is STRING

I need fix type of decimals to NUMBER

Actual Outcome

Expected Outcome

Environment

Server

  • Moralis server version: FILL_THIS_OUT

Client

  • react-moralis version: 1.3.5
  • Moralis SDK version: FILL_THIS_OUT
  • Operating system: Linux
  • Browser: Chrome

Logs

.getTokenBalances => fix decimals: string; => decimals: STRING;

In getTokenPrice decimals is STRING

I need fix type of decimals to NUMBER

developOleg250 avatar Apr 21 '22 07:04 developOleg250