UNPKG

@reservoir0x/relay-sdk

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

7 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ASSETS_RELAY_API = exports.TESTNET_RELAY_API = exports.MAINNET_RELAY_API = void 0; exports.MAINNET_RELAY_API = 'https://api.relay.link'; exports.TESTNET_RELAY_API = 'https://api.testnets.relay.link'; exports.ASSETS_RELAY_API = 'https://assets.relay.link'; //# sourceMappingURL=servers.js.map