안녕하세요,
아래와 같은 설정으로 truffle을 이용해 baobab에 배포 중인데,
Deploying ‘MyTestContract’
transaction hash: 0x6fa2a20609146797cf5e1e666c3f29064765ee5e8c3ddf4ce4eaa3d66031a567
Error: Error: Error: *** Deployment Failed ***
“MyTestContract” – The contract code couldn’t be stored, please check your gas limit…
와 같은 에러가 발생합니다. 다른 에러 메시지가 없어서 디버깅이 어려운 상황인데, 혹시 어떻게 해결해야 할까요?
baobab: {
provider: new HDWalletProvdider(PRIVATE_KEY_TEST, TEST_URL),
network_id: 1001,
gas: 8500000,
gasPrice: null
}