UNPKG

@myronkoch/andromeda-mcp-server

Version:

Production-ready MCP server for Andromeda blockchain - v2.0 with 98% functionality, fixed core bugs, and complete ADO ecosystem support

30 lines 838 B
export declare const GAS_LIMITS: { readonly LOW: "150000"; readonly DEFAULT: "200000"; readonly STANDARD: "250000"; readonly HIGH: "300000"; readonly NFT_OPS: "400000"; readonly COMPLEX: "500000"; readonly MAXIMUM: "1000000"; }; export declare const TRANSACTION_FEES: { readonly LOW: "3750"; readonly STANDARD: "5000"; readonly ADO_STANDARD: "6250"; readonly PLATFORM: "5000000"; readonly ENHANCED: "25000"; }; export declare const createFeeConfig: (amount: string, gas: string) => { amount: { denom: string; amount: string; }[]; gas: string; }; export declare const BLOCKCHAIN_CONSTANTS: { readonly DEFAULT_DENOM: "uandr"; readonly SEARCH_LIMIT: 50; readonly MAX_RETRIES: 3; readonly RETRY_DELAY: 1000; }; //# sourceMappingURL=constants.d.ts.map