Skip to content

Commit

Permalink
add chronos plugin back
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherTrimboli committed Dec 26, 2024
1 parent d22a710 commit d77f058
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,13 @@ export async function createAgent(
importFn: () =>
import("@elizaos/plugin-story").then((m) => m.storyPlugin),
},
{
secrets: "CRONOSZKEVM_PRIVATE_KEY",
importFn: () =>
import("@elizaos/plugin-cronoszkevm").then(
(m) => m.cronosZkEVMPlugin
),
},
...(teeMode === "OFF" &&
walletSecretSalt && [
{
Expand Down

0 comments on commit d77f058

Please sign in to comment.