UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

8 lines (7 loc) • 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.API = void 0; const axios_1 = require("axios"); exports.API = (0, axios_1.create)({ baseURL: 'https://api.rainbow.ag/api' });