Skip to content

Commit 86f74bc

Browse files
chore: sync from internal
1 parent 5272b8a commit 86f74bc

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phantom/mcp-server",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "MCP Server for Phantom Wallet",
55
"repository": {
66
"type": "git",

packages/perps-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phantom/perps-client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Hyperliquid perpetuals client for Phantom Wallet",
55
"repository": {
66
"type": "git",

packages/phantom-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phantom/phantom-api-client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared HTTP client for api.phantom.app with 402/429 payment gating support",
55
"repository": {
66
"type": "git",

packages/phantom-openclaw-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phantom/phantom-openclaw-plugin",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Phantom Embedded Wallet — sign transactions, transfer tokens, and swap on Solana and Ethereum. Powered by Phantom.",
55
"repository": {
66
"type": "git",

packages/phantom-openclaw-plugin/src/tools/register-tools.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Value } from "@sinclair/typebox/value";
33
import type { OpenClawApi } from "../client/types.js";
44
import type { PluginSession } from "../session.js";
55
import { registerPhantomTools } from "./register-tools.js";
6+
import { version } from "../../package.json";
67

78
type RegisteredTool = Parameters<OpenClawApi["registerTool"]>[0];
89

@@ -162,7 +163,7 @@ describe("registerPhantomTools schema conversion", () => {
162163
{
163164
connected: false,
164165
reason: "No active session found. Call phantom_login or another wallet tool to authenticate.",
165-
openClawPluginVersion: "1.0.4",
166+
openClawPluginVersion: version,
166167
provider: "phantom",
167168
},
168169
null,

0 commit comments

Comments
 (0)