pau1m
Results
3
comments of
pau1m
same issue
@wighawag Ethjs-abi has a function to achieve similar. https://github.com/ethjs/ethjs-abi/blob/e63f92966179d9017b57c9eadef78384a6899a51/src/index.js#L113
I had the same problem and worked around by creating a new provider with ethjs using web3 provider hook. ``` const sign = require('ethjs-signer').sign; const HookedWeb3Provider = require("hooked-web3-provider"); ... networks:...