UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

40 lines (39 loc) 948 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USD_PER_TC = exports.AMOUNT_ERROR = exports.TOKENS = exports.ACTIVITY_STATUS = void 0; exports.ACTIVITY_STATUS = { COMPLETED: 0, PENDING: 1, REVERTED: 2, }; exports.TOKENS = { ICP: { symbol: 'ICP', canisterId: 'ryjl3-tyaaa-aaaaa-aaaba-cai', name: 'ICP', decimals: 8, amount: 0, value: 0, standard: 'ROSETTA', }, XTC: { symbol: 'XTC', canisterId: 'aanaa-xaaaa-aaaah-aaeiq-cai', name: 'Cycles', decimals: 12, amount: 0, value: 0, standard: 'DIP20', }, WICP: { symbol: 'WICP', canisterId: 'aanaa-xaaaa-aaaah-aaeiq-cai', name: 'Wrapped ICP', decimals: 8, amount: 0, value: 0, standard: 'DIP20', }, }; exports.AMOUNT_ERROR = 'Error'; exports.USD_PER_TC = 1.42656;