Skip to content

Commit

Permalink
update: add Tanglebay node (#2005)
Browse files Browse the repository at this point in the history
* chore: update version

* update: add tanglebay node

Co-authored-by: Charlie Varley <charlievarley@MacBook-Pro.local>
  • Loading branch information
cvarley100 and Charlie Varley authored Jan 2, 2022
1 parent 34e6ba7 commit a1ce377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"productName": "Firefly",
"version": "1.3.1",
"version": "1.3.2",
"description": "IOTA wallet desktop",
"main": "public/build/main.js",
"repository": "git@github.com:iotaledger/new-wallet.git",
Expand Down
6 changes: 5 additions & 1 deletion packages/shared/lib/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ const getOfficialNodeUrls = (networkType: NetworkType): string[] => {
case NetworkType.ChrysalisDevnet:
return ['https://api.lb-0.h.chrysalis-devnet.iota.cafe', 'https://api.lb-1.h.chrysalis-devnet.iota.cafe']
case NetworkType.ChrysalisMainnet:
return ['https://chrysalis-nodes.iota.org', 'https://chrysalis-nodes.iota.cafe']
return [
'https://chrysalis-nodes.iota.org',
'https://chrysalis-nodes.iota.cafe',
'https://mainnet-node.tanglebay.com',
]
default:
return []
}
Expand Down

0 comments on commit a1ce377

Please sign in to comment.