mnee
Version:
Legacy package for interacting with MNEE USD stablecoin. Includes experimental features.
13 lines (12 loc) • 1.01 kB
TypeScript
export declare const MIN_TRANSFER_AMOUNT = 0.00001;
export declare const MNEE_DECIMALS = 5;
export declare const MNEE_PROXY_API_URL = "https://proxy-api.mnee.net";
export declare const PUBLIC_PROD_MNEE_API_TOKEN = "92982ec1c0975f31979da515d46bae9f";
export declare const PROD_TOKEN_ID = "ae59f3b898ec61acbdb6cc7a245fabeded0c094bf046f35206a3aec60ef88127_0";
export declare const PROD_APPROVER = "020a177d6a5e6f3a8689acd2e313bd1cf0dcf5a243d1cc67b7218602aee9e04b2f";
export declare const PROD_MINT_ADDRESS = "1inHbiwj2jrEcZPiSYnfgJ8FmS1Bmk4Dh";
export declare const SANDBOX_MNEE_API_URL = "https://sandbox-proxy-api.mnee.net";
export declare const PUBLIC_SANDBOX_MNEE_API_TOKEN = "54f1fd1688ba66a58a67675b82feb93e";
export declare const SANDBOX_TOKEN_ID = "833a7720966a2a435db28d967385e8aa7284b6150ebb39482cc5228b73e1703f_0";
export declare const SANDBOX_APPROVER = "02bed35e894cc41cc9879b4002ad03d33533b615c1b476068c8dd6822a09f93f6c";
export declare const SANDBOX_MINT_ADDRESS = "1AZNdbFYBDFTAEgzZMfPzANxyNrpGJZAUY";