An Azure service that automates the access and use of data across clouds without writing code.
Issue is resolved after increasing gas limit to 700000000
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Ethereum Blockchain logic app connector to deploy a smart contract. When I trigger the logic app to deploy SC, I get the response with Contract Address and Transaction Hash. But when I use the contract address to get smart contract state (all properties), it fails with the error message: "sequence contains no elements".
But when I deploy the SC using VS Code extension I am able to deploy, and this contract is also accessible through "get smart contract state (all properties)" logic app connector.
I guess I am missing something when I deploy SC thru logic app connector. Here are the parameters I am passing.
ABI, Contract Byte Code, Gas Prce: 0, Gas limit: 500000
Please help here. Thanks in advance.
An Azure service that automates the access and use of data across clouds without writing code.
Tag not monitored by Microsoft.
Answer accepted by question author
Issue is resolved after increasing gas limit to 700000000