rubic-sdk
Version:
Simplify dApp creation
9 lines • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pulseChainSupportedBlockchains = void 0;
const blockchain_name_1 = require("../../../../../../core/blockchain/models/blockchain-name");
exports.pulseChainSupportedBlockchains = [
blockchain_name_1.BLOCKCHAIN_NAME.ETHEREUM,
blockchain_name_1.BLOCKCHAIN_NAME.PULSECHAIN
];
//# sourceMappingURL=pulse-chain-supported-blockchains.js.map