[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 2d0ec2a917f1e5a73ca39aacd0ce6e3f7edb4444f85d0e2b5e4911b0892bc523:49:8 | 49 | FlowEVMBridge.onboardByType( 50 | self.type, 51 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider} 52 | ) | ^ --> 7d29f084fc7b2b84.FlowEVMBridge:88:31 | 88 | let onboardingValues = self.deployEVMContract(forAssetType: type) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 7d29f084fc7b2b84.FlowEVMBridge:600:38 | 600 | let deployedContractAddress = FlowEVMBridgeUtils.mustDeployEVMContract( 601 | name: onboardingValues.name, 602 | symbol: onboardingValues.symbol, 603 | cadenceAddress: onboardingValues.contractAddress, 604 | flowIdentifier: onboardingValues.identifier, 605 | contractURI: onboardingValues.contractURI, 606 | isERC721: isNFT 607 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 7d29f084fc7b2b84.FlowEVMBridgeUtils:1245:39 | 1245 | let deployResult: EVM.Result = self.call( 1246 | signature: signature, 1247 | targetEVMAddress: self.bridgeFactoryEVMAddress, 1248 | args: [name, symbol, cadenceAddress.toString(), flowIdentifier, contractURI], 1249 | gasLimit: 15000000, 1250 | value: 0.0 1251 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 7d29f084fc7b2b84.FlowEVMBridgeUtils:1030:15 | 1030 | return self.borrowCOA().call( 1031 | to: targetEVMAddress, 1032 | data: calldata, 1033 | gasLimit: gasLimit, 1034 | value: valueBalance 1035 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: [Error Code: 1300] evm runtime error: insufficient computation --> b6763b4399a888c8.EVM:312:12 | 312 | return InternalEVM.call( 313 | from: self.addressBytes, 314 | to: to.bytes, 315 | data: data, 316 | gasLimit: gasLimit, 317 | value: value.attoflow 318 | ) as! Result | ^^^^^^^^^^^^
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!