Deploy smart contract using Ethereum Blockchain logic app connector is not working

Selva Raj 116 Reputation points
2020-07-16T13:49:53.337+00:00

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.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,380 questions
0 comments No comments
{count} votes

Accepted answer
  1. Selva Raj 116 Reputation points
    2020-07-17T04:57:27.657+00:00

    Issue is resolved after increasing gas limit to 700000000


0 additional answers

Sort by: Most helpful