Skip to content

Commit

Permalink
Updated fallback default node
Browse files Browse the repository at this point in the history
- Replaced iota.chain.garden (now down) with nodes.iota.cafe
  • Loading branch information
josemmo committed Aug 28, 2020
1 parent bb863dc commit 2c458b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/settingsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { createClient } from './iotaClient'
const LS_SETTINGS_KEY = 'settings'
const DEFAULT_NODES = {
main: 'https://nodes.thetangle.org:443',
fallback: 'https://iota.chain.garden:443'
fallback: 'https://nodes.iota.cafe:443'
}

let settingsLoaded = false
Expand Down

0 comments on commit 2c458b6

Please sign in to comment.