merge: main. Also removed eslint config from discord bot starter it was conflicting with global eslint config

This commit is contained in:
michaelessiet
2025-01-13 21:42:22 +01:00
356 changed files with 26289 additions and 2999 deletions

View File

@@ -1,7 +1,7 @@
import { z } from "zod";
import type { Action } from "../../types";
import type { SolanaAgentKit } from "../../agent";
import { updateVault } from "../../tools/drift_vault";
import { updateVault } from "../../tools";
const updateDriftVaultAction: Action = {
name: "UPDATE_DRIFT_VAULT",