UNPKG

@accret/api-client

Version:

A comprehensive SDK for blockchain data access via Moralis, Alchemy, and Shyft APIs

33 lines 1.66 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccretSupportedChain = void 0; var AccretSupportedChain; (function (AccretSupportedChain) { AccretSupportedChain["BNB_CHAIN"] = "eip155:56"; AccretSupportedChain["BASE_CHAIN"] = "eip155:8453"; AccretSupportedChain["SOLANA_CHAIN"] = "solana:501"; AccretSupportedChain["ETHEREUM_CHAIN"] = "eip155:1"; AccretSupportedChain["POLYGON_CHAIN"] = "eip155:137"; AccretSupportedChain["ARBITRUM_CHAIN"] = "eip155:42161"; AccretSupportedChain["AVALANCHE_CHAIN"] = "eip155:43114"; })(AccretSupportedChain || (exports.AccretSupportedChain = AccretSupportedChain = {})); __exportStar(require("./token-price"), exports); __exportStar(require("./token-metadata"), exports); __exportStar(require("./tokens-for-wallet"), exports); __exportStar(require("./transaction-history"), exports); __exportStar(require("./token-historical-price"), exports); //# sourceMappingURL=index.js.map