import { playgroundHelper } from "../helpers/helpers"; // shade-agent-api codehash await playgroundHelper.account.callFunction({ contractId: playgroundHelper.vaultContractId, methodName: "propose_execution", args: { policy_id: "approve_codehash", function_args: { codehash: "a86e3a4300b069c08d629a38d61a3d780f7992eaf36aa505e4527e466553e2e5" }, deadline_hours: 1, }, }); // shade-agent-app codehash await playgroundHelper.account.callFunction({ contractId: playgroundHelper.vaultContractId, methodName: "propose_execution", args: { policy_id: "approve_codehash", function_args: { codehash: "0e68f9e867627aab9f46e81e49eb7dc972605ae359632d2925b0f54b954a4def" }, deadline_hours: 1, }, });