Skip to content

Commit

Permalink
chore: revert network to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
samerbuna committed Jun 7, 2022
1 parent 7a0e090 commit f87a451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export const NETWORK_STRING = "NETWORK_STRING"

const GRAPHQL_REGTEST_URI = `http://${scriptHostname()}:4002/graphql`
const GRAPHQL_TESTNET_URI = "https://api.staging.galoy.io/graphql"
const GRAPHQL_MAINNET_URI = "https://api.freecorn.galoy.io/graphql"
const GRAPHQL_MAINNET_URI = "https://api.mainnet.galoy.io/graphql"

const GRAPHQL_REGTEST_WS_URI = `ws://${scriptHostname()}:4002/graphql`
const GRAPHQL_TESTNET_WS_URI = "wss://api.staging.galoy.io/graphql"
const GRAPHQL_MAINNET_WS_URI = "wss://api.freecorn.galoy.io/graphql"
const GRAPHQL_MAINNET_WS_URI = "wss://api.mainnet.galoy.io/graphql"

// FIXME: no longer need since we switch from mst-gql to apollo-client

Expand Down

0 comments on commit f87a451

Please sign in to comment.