From 142a9a0926a30fc607f9dd83c907e44fbb4fb562 Mon Sep 17 00:00:00 2001 From: Marson Kotovi4 <137284002+MarsonKotovi4@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:01:36 +0200 Subject: [PATCH 1/2] Update index.ts --- agent/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/src/index.ts b/agent/src/index.ts index 0f96426fe0e..d88760ef23f 100644 --- a/agent/src/index.ts +++ b/agent/src/index.ts @@ -769,7 +769,7 @@ export async function createAgent( // Validate TEE configuration if (teeMode !== TEEMode.OFF && !walletSecretSalt) { elizaLogger.error( - "WALLET_SECRET_SALT required when TEE_MODE is enabled" + "A WALLET_SECRET_SALT required when TEE_MODE is enabled" ); throw new Error("Invalid TEE configuration"); } From 69b93ec9ca7b7c105575e51242d2107accb3074d Mon Sep 17 00:00:00 2001 From: Marson Kotovi4 <137284002+MarsonKotovi4@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:06:11 +0200 Subject: [PATCH 2/2] Update package.json --- agent/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/package.json b/agent/package.json index e4c8f222530..c52f2461f79 100644 --- a/agent/package.json +++ b/agent/package.json @@ -1,7 +1,6 @@ { "name": "@elizaos/agent", "version": "0.1.9-alpha.1", - "version": "0.1.9-alpha.1", "main": "src/index.ts", "type": "module", "scripts": { @@ -125,4 +124,4 @@ "ts-node": "10.9.2", "tsup": "8.3.5" } -} \ No newline at end of file +}