UNPKG

emmet.sdk

Version:
10 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBridgeAddress = void 0; const getSelectedChain_1 = require("./getSelectedChain"); function getBridgeAddress(chainName) { const chain = (0, getSelectedChain_1.getSelectedChain)(chainName); return chain.bridge; } exports.getBridgeAddress = getBridgeAddress; //# sourceMappingURL=getBridgeAddress.js.map