ethcall
ethcall copied to clipboard
Remove init step
Currently, init
is required before making any calls. The reason behind init
is to get chain id from the passed provider.
Instead, ask for provider and chain id in constructor
and remove the need for init
.