discoteq-cmd
Results
2
comments of
discoteq-cmd
Faced exactly same problem when trying to deploy a contract via create2 by `hardhat run deploy.js` (forked mainnet). Resolved by setting gas limit `create2.deploy(bytecode, salt, {gasLimit: 9000000}) `. Btw commenting...
I have the same issue. The only way to keep a dialog context is to send `parentMessageId` received from previous `response.id`. Is `type SendMessageOptions` still actual for the official api?...