We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ef07b commit e55de25Copy full SHA for e55de25
1 file changed
cadence/tests/transactions/provision_wbtc_from_weth.cdc
@@ -25,7 +25,7 @@ transaction(
25
wethAmount: UFix64
26
) {
27
prepare(signer: auth(Storage, BorrowValue, IssueStorageCapabilityController, SaveValue, PublishCapability, UnpublishCapability) &Account) {
28
- let coaCap = signer.capabilities.storage.issue<auth(EVM.Owner) &EVM.CadenceOwnedAccount>(/storage/evm)
+ let coaCap = signer.capabilities.storage.issue<auth(EVM.Call, EVM.Bridge) &EVM.CadenceOwnedAccount>(/storage/evm)
29
30
let wethEVM = EVM.addressFromString(wethEvmAddr)
31
let wbtcEVM = EVM.addressFromString(wbtcEvmAddr)
0 commit comments