@quackai/q402-mcp 0.8.27 → 0.8.29
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/dist/index.js +7 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -211,7 +211,7 @@ var isValidPrivateKey = (s) => typeof s === "string" && PRIVATE_KEY_RE.test(s);
|
|
|
211
211
|
// package.json
|
|
212
212
|
var package_default = {
|
|
213
213
|
name: "@quackai/q402-mcp",
|
|
214
|
-
version: "0.8.
|
|
214
|
+
version: "0.8.29",
|
|
215
215
|
description: "MCP server for Q402 \u2014 gasless USDC/USDT/RLUSD payments on 10 EVM chains + Chainlink CCIP USDC bridge on the eth/avax/arbitrum triangle, callable from Claude (Desktop / Code), OpenAI Codex CLI, and any other Model Context Protocol client.",
|
|
216
216
|
mcpName: "io.github.bitgett/q402-mcp",
|
|
217
217
|
keywords: [
|
|
@@ -380,7 +380,7 @@ var CHAIN_CONFIG = {
|
|
|
380
380
|
name: "Mantle",
|
|
381
381
|
chainId: 5e3,
|
|
382
382
|
domainName: "Q402 Mantle",
|
|
383
|
-
implContract: "
|
|
383
|
+
implContract: "0xa9a7dcE76DEF2AC36057FeF0d8103dF10581d61e",
|
|
384
384
|
gasToken: "MNT",
|
|
385
385
|
explorer: "https://mantlescan.xyz",
|
|
386
386
|
usdc: { address: "0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9", decimals: 6 },
|
|
@@ -394,16 +394,15 @@ var CHAIN_CONFIG = {
|
|
|
394
394
|
name: "Injective EVM",
|
|
395
395
|
chainId: 1776,
|
|
396
396
|
domainName: "Q402 Injective",
|
|
397
|
-
implContract: "
|
|
397
|
+
implContract: "0x892E647FbbAdc8Ee8342710244931ea98529EA9C",
|
|
398
398
|
gasToken: "INJ",
|
|
399
399
|
explorer: "https://blockscout.injective.network",
|
|
400
|
-
//
|
|
401
|
-
|
|
402
|
-
usdc: { address: "0x88f7F2b685F9692caf8c478f5BADF09eE9B1Cc13", decimals: 6 },
|
|
400
|
+
// Native Circle USDC (CCTP) + canonical Tether (USDT0), both 6 dec.
|
|
401
|
+
usdc: { address: "0xa00C59fF5a080D2b954d0c75e46E22a0c371235a", decimals: 6 },
|
|
403
402
|
usdt: { address: "0x88f7F2b685F9692caf8c478f5BADF09eE9B1Cc13", decimals: 6 },
|
|
404
|
-
supportedTokens: ["USDT"],
|
|
403
|
+
supportedTokens: ["USDC", "USDT"],
|
|
405
404
|
approxGasCostUsd: 4e-3,
|
|
406
|
-
note: "
|
|
405
|
+
note: "Native Circle USDC (CCTP) live since 2026-06; USDT0 also supported."
|
|
407
406
|
},
|
|
408
407
|
monad: {
|
|
409
408
|
key: "monad",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quackai/q402-mcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.29",
|
|
4
4
|
"description": "MCP server for Q402 — gasless USDC/USDT/RLUSD payments on 10 EVM chains + Chainlink CCIP USDC bridge on the eth/avax/arbitrum triangle, callable from Claude (Desktop / Code), OpenAI Codex CLI, and any other Model Context Protocol client.",
|
|
5
5
|
"mcpName": "io.github.bitgett/q402-mcp",
|
|
6
6
|
"keywords": [
|