@venly/wallet-mcp
Version:
Production-ready MCP server enabling AI agents to perform Web3 wallet operations through Venly's blockchain infrastructure. Supports 14+ networks including Ethereum, Polygon, Arbitrum, and stablecoin operations.
14 lines • 434 B
TypeScript
/**
* Venly MCP Server - Testnet
*
* Sandbox/testing blockchain networks server with user-specific authentication
*/
import { VenlyMCPServer } from './VenlyMCPServer.js';
/**
* Testnet Venly MCP Server
* Handles sandbox/testing blockchain networks (Goerli, Mumbai, BSC Testnet, etc.)
*/
export declare class VenlyMCPServerTestnet extends VenlyMCPServer {
constructor();
}
//# sourceMappingURL=VenlyMCPServerTestnet.d.ts.map