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

17 lines
624 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-02-08 20:34:31 +03:00
export const userListServiceId = 'b4c8b165-0cd2-4ced-817c-fbf2492a8d4d';
export const historyServiceId = 'c4ea34b1-d659-4d94-bf5e-66bcd41bdde2';
2021-01-17 20:29:50 +03:00
export const userListNodePeerId = dev[2].peerId;
export const historyNodePeerId = dev[2].peerId;
2021-01-16 13:24:26 +03:00
export const relayNode = dev[0];