UNPKG

rubic-sdk-next

Version:
8 lines 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.blockchainId = void 0; const core_1 = require("@cryptorubic/core"); const blockchain_name_1 = require("../../../models/blockchain-name"); const otherChains = Object.values(blockchain_name_1.BLOCKCHAIN_NAME).reduce((acc, blockchain) => ({ ...acc, [blockchain]: NaN }), {}); exports.blockchainId = core_1.blockchainId; //# sourceMappingURL=blockchain-id.js.map