UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

30 lines 929 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var commons_1 = require("@unilogin/commons"); var MemoryStorageService_1 = require("../core/services/MemoryStorageService"); exports.SdkConfigDefault = { network: 'mainnet', applicationInfo: { applicationName: 'Unknown application', logo: 'none', type: 'unknown', }, observedTokensAddresses: [ commons_1.ETHER_NATIVE_TOKEN.address, ], observedCurrencies: [ 'USD', 'DAI', 'SAI', 'ETH', ], notice: '', authorizationsObserverTick: 1000, balanceObserverTick: 1000 * 5, priceObserverTick: 1000 * 60 * 5, mineableFactoryTick: 500, mineableFactoryTimeout: 600000, storageService: new MemoryStorageService_1.MemoryStorageService(), notifySdkApiKey: '9d968152-8306-4ea7-be11-57819274882e', }; //# sourceMappingURL=SdkConfigDefault.js.map