Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:32:11
|
32 | if signer.capabilities.exists(/public/usdcFlowReceiver) == false {
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:33:37
|
33 | let receiverCapability = signer.capabilities.storage.issue<&USDCFlow.Vault>(/storage/usdcFlowVault)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:34:12
|
34 | signer.capabilities.publish(receiverCapability, at: /public/usdcFlowReceiver)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:37:11
|
37 | if signer.capabilities.exists(/public/usdcFlowMetadata) == false {
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:38:36
|
38 | let balanceCapability = signer.capabilities.storage.issue<&USDCFlow.Vault>(/storage/usdcFlowVault)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:39:12
|
39 | signer.capabilities.publish(balanceCapability, at: /public/usdcFlowMetadata)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:42:13
|
42 | if signer.capabilities.exists(/public/stFlowTokenReceiver) == false {
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:43:37
|
43 | let receiverCapability = signer.capabilities.storage.issue<&stFlowToken.Vault>(/storage/stFlowTokenVault)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:44:12
|
44 | signer.capabilities.publish(receiverCapability, at: /public/stFlowTokenReceiver)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:47:11
|
47 | if signer.capabilities.exists(/public/stFlowTokenBalance) == false {
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:48:36
|
48 | let balanceCapability = signer.capabilities.storage.issue<&stFlowToken.Vault>(/storage/stFlowTokenVault)
| ^^^^^^ not found in this scope
error: cannot find variable in this scope: `signer`
--> 0c172ab3ef1efd5e5c441ca48be4b25d310de1d1bc83906a51649e26debe0d0b:49:12
|
49 | signer.capabilities.publish(balanceCapability, at: /public/stFlowTokenBalance)
| ^^^^^^ not found in this scope