UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

11 lines 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REVISION_CHECK_RETRIABLE_ERRORS = exports.HASH_CHECK_RETRIABLE_ERRORS = exports.HASH_CHECK_MAX_ATTEMPTS = exports.FW_HASH_SUPPORTED_VERSIONS = void 0; exports.FW_HASH_SUPPORTED_VERSIONS = ['1.11.1', '2.5.1']; exports.HASH_CHECK_MAX_ATTEMPTS = 3; exports.HASH_CHECK_RETRIABLE_ERRORS = ['other-error']; exports.REVISION_CHECK_RETRIABLE_ERRORS = [ 'cannot-perform-check-offline', 'other-error', ]; //# sourceMappingURL=firmware.js.map