baobab 에 배포하던중에 날짜가 딱 바껴서 해보니
실패해서요
baobab 가스비 상향 때문에 그런가 해서요
https://ko.docs.klaytn.com/smart-contract/ide-and-tools/truffle
이 문서에서 gas: “8500000”
이부분 값을 변경해야할까요?
아래는 truffle deploy 중 에러 로그 입니다.
Starting migrations...
======================
> Network name: 'baobab'
> Network id: 1001
> Block gas limit: 0 (0x0)
2_deploy_contracts.js
=====================
Deploying 'PlantosyDak'
-----------------------
> transaction hash: 0xa10e52bd2e97ef4e928fdbccc15ca4cfc8a7b69a99c499b41f035d2ffcf38ec6
Error: *** Deployment Failed ***
"PlantosyDak" received a generic error from Geth that
can be caused by hitting revert in a contract constructor or running out of gas.
* gas required exceeds allowance or always failing transaction.
* Try: + using the '--dry-run' option to reproduce this failure with clearer errors.
+ verifying that your gas is adequate for this deployment.
(생략)