Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Shared: Add iota.org node cluster to default list #1405

Merged
merged 1 commit into from
Apr 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/shared/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ export const defaultNode = __TEST__ ? 'http://localhost:14265' : 'https://nodes.
export const nodesWithPowDisabled = ['https://trinity.iota-tangle.io:14265', 'https://node.iota-tangle.io:14265'];

export const nodesWithPowEnabled = [
'https://iotanode.us:443',
'https://nodes.iota.org',
'https://nodes.thetangle.org:443',
'https://iotanode.us:443',
'https://pool.trytes.eu',
'https://pow.iota.community:443',
];
Expand Down