Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> dd10755915efadb07155f76a55635530715a2080c36fded7e38f89f64a48b91d:55:12
|
55 | FlowEVMBridge.onboardByEVMAddress(
56 | address!,
57 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider}
58 | )
| ^
--> 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(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^