Skip to content

Commit

Permalink
Merge pull request #1433 from deso-protocol/z/add-focus-to-nodes-list
Browse files Browse the repository at this point in the history
Add Focus to nodes
  • Loading branch information
superzordon authored Nov 19, 2024
2 parents 7f4df89 + 97aa2e3 commit 877178a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,9 @@ var NODES = map[uint64]DeSoNode{
URL: "https://pearl.app",
Owner: "pearl",
},
30: {
Name: "Focus",
URL: "https://focus.xyz/",
Owner: "focus",
},
}

0 comments on commit 877178a

Please sign in to comment.