joshstevens19 / ethereum-abi-types-generator

Generate typings based on your ABIs, with provider wrappers exposed.
MIT License
163 stars 22 forks source link

Imports from not existing modules #66

Open pociej opened 1 year ago

pociej commented 1 year ago

I succefully installed package and called generator. In output first two lines are :

import BN from 'bn.js';
import BigNumber from 'bignumber.js';

I have nor bn neither bignumber. What is supposed to be there?