UNPKG

soulswap-rubik-sdk

Version:
16 lines 755 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.crossChainSupportedBlockchains = void 0; var BLOCKCHAIN_NAME_1 = require("../../../core/blockchain/models/BLOCKCHAIN_NAME"); exports.crossChainSupportedBlockchains = [ BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.ETHEREUM, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.BINANCE_SMART_CHAIN, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.POLYGON, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.AVALANCHE, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.MOONRIVER, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.FANTOM, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.HARMONY, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.ARBITRUM, BLOCKCHAIN_NAME_1.BLOCKCHAIN_NAME.AURORA ]; //# sourceMappingURL=cross-chain-supported-blockchains.js.map