node constants: updates grpcweb route https://grpcweb.slate.textile.io

This commit is contained in:
jimmylee 2020-07-29 16:14:26 -07:00
parent c39cce8ff7
commit 61be06634c

View File

@ -1,4 +1,4 @@
export const POLLING_RATE = 5000;
export const POWERGATE_HOST = "http://pow.slate.textile.io:6002";
export const POWERGATE_HOST = "https://grpcweb.slate.textile.io";
export const FILE_STORAGE_URL = "./public/static/files/";
export const GITHUB_URL = "https://github.com/filecoin-project/filecoin-client";
export const GITHUB_URL = "https://github.com/filecoin-project/slate";