2021-01-12 13:58:40 +03:00
|
|
|
import { dev } from '@fluencelabs/fluence-network-environment';
|
|
|
|
|
2020-12-25 02:00:46 +03:00
|
|
|
export const fluentPadServiceId = 'fluence/fluent-pad';
|
2021-01-08 19:07:40 +03:00
|
|
|
|
2021-01-14 03:15:07 +03:00
|
|
|
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 03:15:07 +03:00
|
|
|
|
2021-01-12 13:58:40 +03:00
|
|
|
export const userListServiceId = 'd4506f7d-be4a-4332-87b2-eb530f350861';
|
2021-01-08 19:07:40 +03:00
|
|
|
export const historyServiceId = 'd9abbacf-6ee2-49e5-9683-536a5c931fa1';
|
2021-01-12 13:58:40 +03:00
|
|
|
|
2021-01-14 19:38:45 +03:00
|
|
|
export const userListNodePid = dev[2].peerId;
|
|
|
|
export const historyNodePid = dev[2].peerId;
|