@ledgerhq/coin-tezos
Version:
12 lines • 462 B
JavaScript
;
// SPDX-FileCopyrightText: © 2026 LEDGER SAS
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEZOS_DUMMY_ADDRESS = exports.STAKING_ACTION_TO_OP_TYPE = void 0;
exports.STAKING_ACTION_TO_OP_TYPE = {
stake: 'STAKE',
unstake: 'UNSTAKE',
finalize: 'FINALIZE_UNSTAKE',
};
exports.TEZOS_DUMMY_ADDRESS = 'tz1VJitLYB31fEC82efFkLRU4AQUH9QgH3q6';
//# sourceMappingURL=constants.js.map