import { playgroundHelper } from "../helpers/helpers"; // shade-agent-api codehash await playgroundHelper.account.callFunction({ contractId: playgroundHelper.vaultContractId, methodName: "propose_execution", args: { policy_id: "grant_role", function_args: { role_id: "strategist", target: { AccountId: "stable-test-2.dew-finance.near", }, }, }, });