Hello,
I’ve installed latest version today and it seems there is in the file index.d.ts
incorrect spelling in this import:
import { GeneratedWeb3API } from './generated/web3api';
The problem it’s not web3api but web3Api so I need to fix this by manually changing the file name in node_modules Moralis package in order to have correct typings on Web3Api property. I’d be happy for a quickfix of this. Thank you:)