Skip to content

Commit

Permalink
Adding Pearl to the list of nodes (#388)
Browse files Browse the repository at this point in the history
* Adding Pearl to the list of nodes

* Update nodes.go
  • Loading branch information
summraznboi authored Aug 3, 2022
1 parent d16ac8d commit a50d0a4
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 @@ -165,4 +165,9 @@ var NODES = map[uint64]DeSoNode{
URL: "https://node.post2earndao.com",
Owner: "edokoevoet",
},
29: {
Name: "Pearl",
URL: "https://pearl.app",
Owner: "pearl",
},
}

0 comments on commit a50d0a4

Please sign in to comment.