@mysten-incubation/oc-memwal 0.0.4-dev.0 → 0.0.4-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <a href="https://docs.memwal.ai/openclaw/overview"><strong>Documentation</strong></a> ·
8
+ <a href="https://docs.wal.app/walrus-memory/openclaw/overview"><strong>Documentation</strong></a> ·
9
9
  <a href="#quick-start"><strong>Quick Start</strong></a> ·
10
10
  <a href="#verify"><strong>Verify</strong></a> ·
11
11
  <a href="#how-it-works"><strong>How It Works</strong></a>
@@ -44,14 +44,14 @@ The plugin needs three values:
44
44
  | **Account ID** | Your Walrus Memory account object ID on Sui (`0x...`) |
45
45
  | **Relayer URL** | The Walrus Memory relayer endpoint that handles search, storage, and encryption |
46
46
 
47
- Get your delegate key and account ID from the [Walrus Memory dashboard](https://memwal.ai), or see the [Quick Start guide](https://docs.memwal.ai/getting-started/quick-start) for detailed setup.
47
+ Get your delegate key and account ID from the [Walrus Memory dashboard](https://memory.walrus.xyz), or see the [Quick Start guide](https://docs.wal.app/walrus-memory/getting-started/quick-start) for detailed setup.
48
48
 
49
- For the relayer, use a managed endpoint or [self-host your own](https://docs.memwal.ai/relayer/self-hosting):
49
+ For the relayer, use a managed endpoint or [self-host your own](https://docs.wal.app/walrus-memory/relayer/self-hosting):
50
50
 
51
51
  | Environment | Relayer URL |
52
52
  |-------------|-------------|
53
- | **Production** (mainnet) | `https://relayer.memwal.ai` |
54
- | **Development** (testnet) | `https://relayer.dev.memwal.ai` |
53
+ | **Production** (mainnet) | `https://relayer.memory.walrus.xyz` |
54
+ | **Staging** (testnet) | `https://relayer-staging.memory.walrus.xyz` |
55
55
 
56
56
  ## Quick Start
57
57
 
@@ -84,7 +84,7 @@ Add the plugin config to `~/.openclaw/openclaw.json`:
84
84
  "config": {
85
85
  "privateKey": "${MEMWAL_PRIVATE_KEY}", // References the env var
86
86
  "accountId": "0x3247e3da...", // Your account ID from the dashboard
87
- "serverUrl": "https://relayer.dev.memwal.ai" // Or your self-hosted relayer
87
+ "serverUrl": "https://relayer-staging.memory.walrus.xyz" // Or your self-hosted relayer
88
88
  }
89
89
  }
90
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mysten-incubation/oc-memwal",
3
- "version": "0.0.4-dev.0",
3
+ "version": "0.0.4-dev.1",
4
4
  "type": "module",
5
5
  "description": "NemoClaw/OpenClaw memory plugin — encrypted, decentralized long-term memory via Walrus Memory",
6
6
  "license": "Apache-2.0",