Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 479bc5883d33e504f579da1892c5329b380571fd7a7d9f15c252ee26ce4261d9:95:8
|
95 | self.coa.depositTokens(
96 | vault: <-self.sentVault,
97 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider}
98 | )
| ^
--> b6763b4399a888c8.EVM:354:12
|
354 | EVM.borrowBridgeAccessor().depositTokens(vault: <-vault, to: self.address(), feeProvider: feeProvider)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7d29f084fc7b2b84.FlowEVMBridgeAccessor:95:12
|
95 | FlowEVMBridge.bridgeTokensToEVM(vault: <-vault, to: to, feeProvider: feeProvider)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7d29f084fc7b2b84.FlowEVMBridge:410:12
|
410 | FlowEVMBridgeUtils.mustMintERC20(to: to, amount: bridgeAmount, erc20Address: associatedAddress)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7d29f084fc7b2b84.FlowEVMBridgeUtils:1136:37
|
1136 | let mintResult: EVM.Result = self.call(
1137 | signature: "mint(address,uint256)",
1138 | targetEVMAddress: erc20Address,
1139 | args: [to, amount],
1140 | gasLimit: 15000000,
1141 | value: 0.0
1142 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 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
| ^^^^^^^^^^^^