MoralisWeb3 / docs

Official documentation of Moralis Web3
https://docs.moralis.com
28 stars 125 forks source link

Feature request for: /web3-data-api/evm/reference/price/get-multiple-token-prices #532

Open princepasol16 opened 1 week ago

princepasol16 commented 1 week ago

For importing the moralis module, the Node.js option is not correct.

import is not viable for Node.js, it should be an introduce variable and require()

import Moralis from 'moralis'; should be below: let Moralis = require('moralis').default;

ehsanbasiri1369 commented 6 days ago

ok tanks