AugurProject/augur-ui

View on GitHub
src/modules/app/constants/endpoint-url-params.js

Summary

Maintainability
A
0 mins
Test Coverage
// augurNode
export const AUGUR_NODE_URL = "augur_node";

// ethereumNodeHttp
export const ETHEREUM_NODE_HTTP = "ethereum_node_http";

// ethereumNodeWs
export const ETHEREUM_NODE_WS = "ethereum_node_ws";

// hostedFallbacks
export const HOSTED_AUGUR_NODE = "wss://augur-node.augur.casino";
export const HOSTED_ETHEREUM_NODE =
  "https://eth-mainnet.alchemyapi.io/jsonrpc/7sE1TzCIRIQA3NJPD5wg7YRiVjhxuWAE";