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

9 lines
314 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 userListServiceId = 'd4506f7d-be4a-4332-87b2-eb530f350861';
export const historyServiceId = 'd9abbacf-6ee2-49e5-9683-536a5c931fa1';
2021-01-13 15:20:22 +03:00
export const servicesNodePid = dev[2].peerId;