UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

5 lines (4 loc) 283 B
export const BACKEND_API_URL = 'https://mach-prod-536329393577.asia-northeast1.run.app'; export const TESTNET_BACKEND_API_URL = 'https://testnet-api.mach.exchange'; export const ANCHOR_PROVIDER_URL = 'https://anchor-provider.dev.anchorprotocol.com'; export const API_VERSION = 'v1';