spongewallet 0.1.44 → 0.1.46
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.
- package/README.md +8 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -78,8 +78,15 @@ npx spongewallet swap tempo pathUSD USDC.e 1
|
|
|
78
78
|
npx spongewallet bridge base solana USDC 25
|
|
79
79
|
|
|
80
80
|
# Paid requests
|
|
81
|
+
npx spongewallet pay discover "web search"
|
|
82
|
+
npx spongewallet pay service <service-id>
|
|
81
83
|
npx spongewallet pay x402 --url https://api.example.com/premium
|
|
82
84
|
npx spongewallet pay mpp --url https://tempo.example.com/premium --chain tempo
|
|
85
|
+
|
|
86
|
+
# Markets
|
|
87
|
+
npx spongewallet market polymarket search "Sixers Celtics"
|
|
88
|
+
npx spongewallet market polymarket order nba-phi-bos-2026-05-02 yes buy 3 --price 0.40
|
|
89
|
+
npx spongewallet market hyperliquid markets 10
|
|
83
90
|
```
|
|
84
91
|
|
|
85
92
|
## Command groups
|
|
@@ -87,7 +94,7 @@ npx spongewallet pay mpp --url https://tempo.example.com/premium --chain tempo
|
|
|
87
94
|
- `init`, `login`, `logout`, `whoami`, `mcp`: session setup and authentication
|
|
88
95
|
- `balance`, `send`, `history`, `tokens`, `search-tokens`, `onramp`, `tx`, `swap`, `bridge`, `pay`: balances, transfers, swaps, bridging, and payments
|
|
89
96
|
- `keys`, `card`, `plan`, `trade`, `auth`: stored secrets and approval flows
|
|
90
|
-
- `market`, `advanced`:
|
|
97
|
+
- `market`, `advanced`: Polymarket, Hyperliquid, and low-level commands
|
|
91
98
|
|
|
92
99
|
## Authentication
|
|
93
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spongewallet",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI launcher for SpongeWallet onboarding and MCP setup",
|
|
6
6
|
"bin": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"README.md"
|
|
12
12
|
],
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@paysponge/sdk": "^0.1.
|
|
14
|
+
"@paysponge/sdk": "^0.1.66"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"wallet",
|