mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
10 lines
269 B
JavaScript
10 lines
269 B
JavaScript
import * as Constants from "~/node_common/constants";
|
|
|
|
import { createPow } from "@textile/powergate-client";
|
|
|
|
// NOTE(jim):
|
|
// https://github.com/textileio/js-powergate-client
|
|
const Powergate = createPow({ host: Constants.POWERGATE_HOST });
|
|
|
|
export default Powergate;
|