I am encountering an issue with the flow emulator. I deploy a contract interface NonFungibleToken which works fine. Then I switch accounts and deploy an impl of that interface NonFungibleTokenImpl and receive the following error message execution error code 100: Execution failed: computation limited exceeded: 10 as the response from fcl
This error message means that your transaction exceeded the gas limit. You’ll need to increase the amount of gas you use in the sdk for the transaction.
Hi,
I have de same problem when I run a transaction : error: computation limited exceeded: 1000
I don’t use FCL I run my transaction on testnet with flow cli.
How to increase the amount of gas in this condition please ?