Skip to content

Commit

Permalink
Update network.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmithies authored Jun 25, 2021
1 parent af471d4 commit 773b08c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/hashgraph/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const { TESTNET, PREVIEWNET, MAINNET } = Environment

// Currently remove 0.0.3 as it is causing issues
const testnetNodes = {
// "0.testnet.hedera.com:50211": "0.0.3",
"1.testnet.hedera.com:50211": "0.0.4",
"2.testnet.hedera.com:50211": "0.0.5",
"3.testnet.hedera.com:50211": "0.0.6"
"0.testnet.hedera.com:50211": "0.0.3",
// "1.testnet.hedera.com:50211": "0.0.4",
// "2.testnet.hedera.com:50211": "0.0.5",
// "3.testnet.hedera.com:50211": "0.0.6"
}

// This is a direct duplication from hedera-sdk-js
Expand Down

0 comments on commit 773b08c

Please sign in to comment.