@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
7 lines • 381 B
TypeScript
export declare enum SwapGraphQLAddressEnum {
MAINNET_API_ADDRESS = "https://graph.xexchange.com/graphql",
DEVNET_API_ADDRESS = "https://devnet-graph.xexchange.com/graphql",
TESTNET_API_ADDRESS = "https://testnet-graph.xexchange.com/graphql",
STAGING_API_ADDRESS = "https://staging-graph.xexchange.com/graphql"
}
//# sourceMappingURL=swapGraphQLAddress.enum.d.ts.map