@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
10 lines • 413 B
JavaScript
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",
};
export function getLoadConfig(userLoadConfig) {
return Object.assign(Object.assign({}, defaultLoadConfig), userLoadConfig);
}
//# sourceMappingURL=loadConfig.js.map