Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,13 +439,16 @@
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"abitype": "1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"elysia": "^1.4.21",
"eventsource-parser": "^1.1.2",
"hono": "^4.12.18",
"node-edge-tts": "^1.2.9",
"pg": "^8.20.0",
"tailwind-merge": "^3.0.0",
"robot3": "^0.4.1",
"tailwind-merge": "3.4.0",
"zod": "^4.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/agent/src/api/registry-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as ethers from "ethers";
import type { TxService } from "./tx-service.ts";

// ── ABI ──────────────────────────────────────────────────────────────────
// Matches ElizaAgentRegistry.sol. Babylon-compatible core interface plus
// Matches ElizaAgentRegistry.sol. Feed-compatible core interface plus
// registerAgentFor() and ERC721URIStorage tokenURI.

const REGISTRY_ABI = [
Expand Down
2 changes: 1 addition & 1 deletion packages/app-core/packaging/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ parts:
--filter=@elizaos/plugin-wallet-ui \
--filter=@elizaos/plugin-wechat \
--filter=@elizaos/plugin-whatsapp \
--filter=@elizaos/scenario-runner/schema
--filter=@elizaos/scenario-runner
rm -rf node_modules/@types
rm -rf "$SNAP_BUILD_TYPES_DIR"

Expand Down

This file was deleted.

Loading
Loading