issue-tracker
issue-tracker copied to clipboard
Found in `node_modules\react-moralis\lib\hooks\useWeb3ExecuteFunction\useWeb3ExecuteFunction.d.ts` after running `npm i react-moralis` on my React project Line5: ``` export declare type Web3ExecuteFunctionParameters = { contractAddress?: string; abi?: object; functionName?: string; params?: Record; }; ```...
Hi Team, Great Work. One thing tho that's a bit sad is that adding Moralis is heavy 😢. Increases my overall bundle size a lot, I am sure its because...
When passing in a limit the page_size comes back as a string. The following will show the issue. curl "https://deep-index.moralis.io/api/v2/0x51787a2c56d710c68140bdadefd3a98bff96feb4/nft?chain=eth&format=decimal&limit=100" However, if you take the limit out the limit will...
I tried to install moralis for react native as described here https://www.npmjs.com/package/moralis But then I get the error message "Unable to resolve module crypto from D:\Programming\ReactNative\theCollector\node_modules\web3-eth-accounts\lib\index.js:" Need to import https://www.npmjs.com/package/web3-react-native...
I have a table (class) which has a column with a numeric value. When i sort the table by descending on this numeric value, a lot of the rows get...
On the [homepage](https://moralis.io/) under the `DEFI Dashboard`, it shows these snippets of code. ``` // get TVL Moralis.Web3.getTVL(address) // get P&L Moralis.Web3.getPnL(address) // get Defi Positions (liquidity, lending, borrowing) Moralis.Web3.getDefiPosition(address)...
`yarn --ignore-optional` results in ``` Failed to compile. ./node_modules/moralis/lib/browser/CryptoController.js Cannot find module: 'crypto-js/enc-utf8'. Make sure this package is installed. ``` **package.json** dependency: `"moralis": "^0.0.25"`
it would be great for cl/cd pipelines to be able to see server info so you can auto deploy the moralis server and then take the url and app id...