Skip to content

Commit 1a1b013

Browse files
committed
move testing transactions
1 parent f885839 commit 1a1b013

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

cadence/transactions/flow-yield-vaults/admin/grant_beta_to_self.cdc renamed to cadence/tests/transactions/grant_beta_to_self.cdc

File renamed without changes.

cadence/transactions/flow-yield-vaults/admin/update_flowalp_oracle_threshold.cdc renamed to cadence/tests/transactions/update_flowalp_oracle_threshold.cdc

File renamed without changes.

local/mainnet_fork_common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ setup_oracle_threshold() {
161161
echo ">>> Extending FlowALP oracle staleThreshold to ${threshold}s (fork sig bypass)"
162162
local result
163163
result=$(flow transactions send \
164-
./cadence/transactions/flow-yield-vaults/admin/update_flowalp_oracle_threshold.cdc \
164+
./cadence/tests/transactions/update_flowalp_oracle_threshold.cdc \
165165
"$threshold" \
166166
--network "$NETWORK" $(_host_args) \
167167
--signer "$FLOWALP_POOL_OWNER" --compute-limit 9999 2>&1 || true)
@@ -217,7 +217,7 @@ setup_grant_beta_access() {
217217
echo ""
218218
echo "=== Grant beta access ==="
219219
run_txn "Grant beta access to admin (self)" \
220-
./cadence/transactions/flow-yield-vaults/admin/grant_beta_to_self.cdc
220+
./cadence/tests/transactions/grant_beta_to_self.cdc
221221
}
222222

223223
setup_fund_admin_coa() {

0 commit comments

Comments
 (0)