안녕하세요! cypress에서 estimateGas할 때 해당 에러가 뜹니다
gas required exceeds allowance or always failing transaction
사용한 방식은 caver.contract.methods.METHODNAME.estimateGase({from:account}) 입니다. 다른 method는 동일한 방법으로 estimateGas했을 때 잘 작동하고 있으나 특정 method만 안되는것 같습니다.
그래서 transcation을 보낼때 gas한도를 100만으로 하드코딩해서 보낸 결과 실제 gas Used는 463,993이었습니다. 혹시 estimateGas 할 때 estimate할 수 있는 한도가 따로 정해져있나요?