UNPKG

@ledgerhq/coin-internet_computer

Version:
12 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_MEMO_VALUE = exports.ICP_FEES = exports.ICP_NET_ID_ROSETTA = exports.ICP_BLK_NAME_ROSETTA = exports.ICP_SEND_TXN_TYPE = void 0; exports.ICP_SEND_TXN_TYPE = 0; // ICP Rosetta ids exports.ICP_BLK_NAME_ROSETTA = "Internet Computer"; exports.ICP_NET_ID_ROSETTA = "00000000000000020101"; // Mac ICP fees exports.ICP_FEES = 1e4; // Max Memo value on ICP network exports.MAX_MEMO_VALUE = Number.MAX_SAFE_INTEGER; //# sourceMappingURL=consts.js.map