[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 20d4beade33468a80c1ca9c1b8cf5117b5992e0e669138293b4433047dafa530:12:12 | 12 | var dr = extendedCoa.deploy( 13 | code: "608060405234801561001057600080fd5b5061147b806100206000396000f3fe608060405234801561001057600080fd5b506004361061007c5760003560e01c8063a5ac36341161005b578063a5ac3634146102d3578063b18588fb1461032b578063cdb3344a146103e6578063d5ce24ed146105385761007c565b806281d6e514610081578063359c1f721461013c57806388d0d39114610265575b600080fd5b61013a6004803603602081101561009757600080fd5b81019080803590602001906401000000008111156100b457600080fd5b8201836020820111156100c657600080fd5b803590602001918460018302840... 14 | gasLimit: 15000000, 15 | value: EVM.Balance(attoflow:0) 16 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: [Error Code: 1300] evm runtime error: insufficient computation --> b6763b4399a888c8.EVM:388:12 | 388 | return InternalEVM.deploy( 389 | from: self.addressBytes, 390 | code: code, 391 | gasLimit: gasLimit, 392 | value: value.attoflow 393 | ) as! Result | ^^^^^^^^^^^^
Happy diving into the flow Remember to upgrade your contracts to 1.0!