Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 75e2c90cfc34cfa9cfe63a66190f38149fc59dad1283a1835547f0bd9fcf6b84:49:8
|
49 | FlowEVMBridge.onboardByEVMAddress(
50 | self.contractAddress,
51 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider}
52 | )
| ^
--> 7792cfb75d8dfdd8.FlowEVMBridge:162:8
|
162 | self.deployDefiningContract(evmContractAddress: address)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot deploy invalid contract
--> 7792cfb75d8dfdd8.FlowEVMBridge:630:12
|
630 | self.account.contracts.add(
631 | name: evmOnboardingValues.cadenceContractName,
632 | code: cadenceCode,
633 | evmOnboardingValues.name,
634 | evmOnboardingValues.symbol,
635 | evmContractAddress,
636 | evmOnboardingValues.contractURI
637 | )
| ^
error: cannot access `associateType`: function requires `account` authorization
--> 7792cfb75d8dfdd8.EVMVMBridgedNFT_5ae12d7c00a0bbb52f093f084b323dab608873fb:262:8
|
262 | FlowEVMBridgeConfig.associateType(Type<@EVMVMBridgedNFT_5ae12d7c00a0bbb52f093f084b323dab608873fb.Vault>(), with: self.evmTokenContractAddress)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot access `initializeEscrow`: function requires `account` authorization
--> 7792cfb75d8dfdd8.EVMVMBridgedNFT_5ae12d7c00a0bbb52f093f084b323dab608873fb:263:8
|
263 | FlowEVMBridgeTokenEscrow.initializeEscrow(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^