rubic-sdk
Version:
Simplify dApp creation
15 lines • 798 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.retroBridgeContractAddresses = void 0;
const blockchain_name_1 = require("../../../../../../core/blockchain/models/blockchain-name");
const retro_bridge_supported_blockchain_1 = require("./retro-bridge-supported-blockchain");
exports.retroBridgeContractAddresses = retro_bridge_supported_blockchain_1.retroBridgeSupportedBlockchain.reduce((acc, chain) => {
if (chain === blockchain_name_1.BLOCKCHAIN_NAME.ZK_SYNC || chain === blockchain_name_1.BLOCKCHAIN_NAME.ZK_LINK) {
acc[chain] = '0x22158e226D68D91378f30Ae42b6F6a039bcCACf8';
}
else {
acc[chain] = '0xDcD3979c23B0A375e276f33c65c70b4199d0AF5A';
}
return acc;
}, {});
//# sourceMappingURL=retro-bridge-contract-address.js.map