Hung Doan
Hung Doan
I tried to import Saturation in my React-Typescript project and use it like below: ```typescriptscript import { Saturation } from 'react-color/lib/components/common'; const Component: React.FC = () => { return (...
Hi, Today I accidentally figured out the decimal returned from `/{address}/erc20` was changed from type string to type number. I believe this is a breaking change as in most of...
Hi, Date param in this doc ([/dateToBlock](https://deep-index.moralis.io/api-docs/#/native/getDateToBlock)) should be in **seconds**, not **milliseconds**. I tried 2 samples of date: 2021-01-01 00:00:00 UTC 1. **1609459200** ```json { "date": "2021-01-01T00:00:00+00:00", "block": 11565019,...
### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing requests and didn't find any that were similar - [X]...