Skip to content

Commit

Permalink
Merge pull request #1468 from elizaOS/fix/tests
Browse files Browse the repository at this point in the history
fix: cronoszkEVM -> cronoszkevm
  • Loading branch information
shakkernerd authored Dec 26, 2024
2 parents 9c5b91e + 847f87c commit cd61156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { suiPlugin } from "@elizaos/plugin-sui";
import { TEEMode, teePlugin } from "@elizaos/plugin-tee";
import { tonPlugin } from "@elizaos/plugin-ton";
import { zksyncEraPlugin } from "@elizaos/plugin-zksync-era";
import { cronosZkEVMPlugin } from "@elizaos/plugin-cronoszkEVM";
import { cronosZkEVMPlugin } from "@elizaos/plugin-cronoszkevm";
import { abstractPlugin } from "@elizaos/plugin-abstract";
import Database from "better-sqlite3";
import fs from "fs";
Expand Down

0 comments on commit cd61156

Please sign in to comment.