wolverine-ai 5.2.3 → 5.2.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wolverine-ai",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"description": "Self-healing Node.js server framework powered by AI. Catches crashes, diagnoses errors, generates fixes, verifies, and restarts — automatically.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -101,6 +101,7 @@ async function x402Plugin(fastify, opts) {
|
|
|
101
101
|
asset: USDC_BASE,
|
|
102
102
|
payTo: _payTo,
|
|
103
103
|
maxTimeoutSeconds: 300,
|
|
104
|
+
extra: { name: "USD Coin", version: "2" }, // EIP-712 domain params for USDC
|
|
104
105
|
};
|
|
105
106
|
const paymentRequired = {
|
|
106
107
|
x402Version: 2,
|
|
@@ -137,6 +138,7 @@ async function x402Plugin(fastify, opts) {
|
|
|
137
138
|
asset: USDC_BASE,
|
|
138
139
|
payTo: _payTo,
|
|
139
140
|
maxTimeoutSeconds: 300,
|
|
141
|
+
extra: { name: "USD Coin", version: "2" },
|
|
140
142
|
};
|
|
141
143
|
|
|
142
144
|
// Decode the payment payload
|