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

19 lines
642 B
TypeScript
Raw Normal View History

import { testNet } 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';
export const historyServiceId = '64ea579e-b863-4a42-b80c-e7b5ec1ab7fa';
export const userListServiceId = '91041afe-0c3c-451a-9003-6bb92a570aae';
export const userListNodePeerId = testNet[3].peerId;
export const historyNodePeerId = testNet[3].peerId;
2021-01-16 13:24:26 +03:00
export const relayNode = testNet[0];