We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8fefc commit 7b1bf2cCopy full SHA for 7b1bf2c
1 file changed
local/setup_emulator.sh
@@ -33,8 +33,8 @@ flow transactions send ./cadence/transactions/tidal-yield/admin/add_strategy_com
33
/storage/TidalYieldStrategyComposerIssuer_0xf8d6e0586b0a20c7
34
35
# grant PoolBeta cap
36
-run_txn "Grant Protocol Beta access to TidalYield" \
37
- ./cadence/tests/transactions/tidal-protocol/pool-management/03_grant_beta.cdc \
+echo "Grant Protocol Beta access to TidalYield"
+flow transactions send ./lib/TidalProtocol/cadence/tests/transactions/tidal-protocol/pool-management/03_grant_beta.cdc \
38
--authorizer emulator-account,emulator-account \
39
--proposer emulator-account \
40
--payer emulator-account
0 commit comments