UNPKG

rubic-sdk

Version:
19 lines 743 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rubicProxyContractAddress = void 0; const blockchain_name_1 = require("../../../../../../core/blockchain/models/blockchain-name"); exports.rubicProxyContractAddress = Object.values(blockchain_name_1.BLOCKCHAIN_NAME).reduce((acc, blockchain) => { // let contractAddress = '0x33388CF69e032C6f60A420b37E44b1F5443d3333'; // if (blockchain === BLOCKCHAIN_NAME.TRON) { // contractAddress = 'TYfrVeJLCokb4fpK5Fx29BoVfyoBFrW1C4'; // } // return { // ...acc, // [blockchain]: contractAddress // }; return { ...acc, [blockchain]: '' }; }, {}); //# sourceMappingURL=rubic-proxy-contract-address.js.map