import { playgroundHelper } from "../helpers/helpers"; await playgroundHelper.account.callFunction({ contractId: playgroundHelper.vaultContractId, methodName: "propose_execution", args: { policy_id: "upsert_policy", function_args: { target_policy_id: "near_nep_413_chain_sig", policy: { id: "near_nep_413_chain_sig", description: "Policy for adding message to guestbook testnet near chainsig", required_role: "owner", required_vote_count: 1, policy_status: "Active", policy_type: "ChainSigMessage", activation_time: "0", policy_details: { ChainSigMessage: { derivation_path: "1", sign_method: "NearIntentsSwap" }, }, }, }, deadline_hours: 1, }, });