Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #370 from shocknet/fix/hosting-url
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
shocknet-justin authored Nov 11, 2020
2 parents d2c536e + 27d945e commit 53c03c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/ConnectToNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { throttledExchangeKeyPair } from '../store/actions/ConnectionActions'
const shockBG = require('../assets/images/shock-bg.png')

export const CONNECT_TO_NODE = 'CONNECT_TO_NODE'
const HOSTING_SERVER = '167.88.11.204:8080'
const HOSTING_SERVER = 'pool.shock.network'

/**
* @typedef {object} Params
Expand Down

0 comments on commit 53c03c3

Please sign in to comment.