[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 7ec6be69d595dd64852b92e638b8f4f8b10094c0a12531215a64e646d1b2062b:49:8 | 49 | FlowEVMBridge.onboardByEVMAddress( 50 | self.contractAddress, 51 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider} 52 | ) | ^ --> 7792cfb75d8dfdd8.FlowEVMBridge:146:12 | 146 | FlowEVMBridgeUtils.evmAddressAllowsBridging(address), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 7792cfb75d8dfdd8.FlowEVMBridgeUtils:144:25 | 144 | let callResult = self.call( 145 | signature: "allowsBridging()", 146 | targetEVMAddress: address, 147 | args: [], 148 | gasLimit: FlowEVMBridgeConfig.gasLimit, 149 | value: 0.0 150 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 7792cfb75d8dfdd8.FlowEVMBridgeUtils:1061:15 | 1061 | return self.borrowCOA().call( 1062 | to: targetEVMAddress, 1063 | data: calldata, 1064 | gasLimit: gasLimit, 1065 | value: valueBalance 1066 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: [Error Code: 1300] evm runtime error: insufficient computation --> b6763b4399a888c8.EVM:446:12 | 446 | return InternalEVM.call( 447 | from: self.addressBytes, 448 | to: to.bytes, 449 | data: data, 450 | gasLimit: gasLimit, 451 | value: value.attoflow 452 | ) as! Result | ^^^^^^^^^^^^
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!