UNPKG

@safik/fk-plug-controller

Version:

Internet Computer Plug wallet's controller

28 lines (27 loc) 819 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_ASSETS = exports.DEFAULT_TOKENS = exports.TOKENS = void 0; exports.TOKENS = { ICP: { symbol: 'ICP', canisterId: null, name: 'ICP', decimals: 5, }, XTC: { symbol: 'XTC', canisterId: 'aanaa-xaaaa-aaaah-aaeiq-cai', name: 'Cycles', decimals: 5, standard: 'xtc', }, WTC: { symbol: 'WTC', canisterId: '5ymop-yyaaa-aaaah-qaa4q-cai', name: 'Wrapped Cycles', decimals: 5, standard: 'ext', }, }; exports.DEFAULT_TOKENS = [exports.TOKENS.ICP, exports.TOKENS.XTC]; exports.DEFAULT_ASSETS = Object.values(exports.DEFAULT_TOKENS).map(token => (Object.assign(Object.assign({}, token), { amount: '0' })));