UNPKG

@ledgerhq/hw-app-eth

Version:
14 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLoadConfig = void 0; const defaultLoadConfig = { nftExplorerBaseURL: "https://nft.api.live.ledger.com/v1/ethereum", pluginBaseURL: "https://cdn.live.ledger.com", extraPlugins: null, cryptoassetsBaseURL: "https://cdn.live.ledger.com/cryptoassets", }; function getLoadConfig(userLoadConfig) { return Object.assign(Object.assign({}, defaultLoadConfig), userLoadConfig); } exports.getLoadConfig = getLoadConfig; //# sourceMappingURL=loadConfig.js.map