blockfrost-js-ratelimited
Version:
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
15 lines (14 loc) • 708 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ADDRESS_GAP_LIMIT = exports.DEFAULT_PAGINATION_PAGE_ITEMS_COUNT = exports.DEFAULT_PAGINATION_PAGE_COUNT = exports.DEFAULT_ORDER = exports.DEFAULT_BATCH_SIZE = exports.DEFAULT_API_VERSION = exports.API_URLS = void 0;
exports.API_URLS = {
mainnet: 'https://cardano-mainnet.blockfrost.io/api',
testnet: 'https://cardano-testnet.blockfrost.io/api',
ipfs: 'https://ipfs.blockfrost.io/api',
};
exports.DEFAULT_API_VERSION = 0;
exports.DEFAULT_BATCH_SIZE = 10;
exports.DEFAULT_ORDER = 'asc';
exports.DEFAULT_PAGINATION_PAGE_COUNT = 1;
exports.DEFAULT_PAGINATION_PAGE_ITEMS_COUNT = 100;
exports.ADDRESS_GAP_LIMIT = 20;