fluent-pad/client/src/fluence/constants.ts

15 lines
584 B
TypeScript
Raw Normal View History

import { dev } from '@fluencelabs/fluence-network-environment';
2020-12-25 02:00:46 +03:00
export const fluentPadServiceId = 'fluence/fluent-pad';
export const notifyOnlineFnName = 'notifyOnline';
export const notifyUserAddedFnName = 'notifyUserAdded';
export const notifyUserRemovedFnName = 'notifyUserRemoved';
2021-01-14 13:17:48 +03:00
export const notifyTextUpdateFnName = 'notifyTextUpdate';
2021-01-14 21:52:33 +03:00
export const userListServiceId = '65b7232f-45ff-464f-a804-c4c8ce563726';
export const historyServiceId = '29a5724d-c865-42fe-bfc1-e2c6b84a89b4';
2021-01-14 19:38:45 +03:00
export const userListNodePid = dev[2].peerId;
export const historyNodePid = dev[2].peerId;