Skip to content

Commit

Permalink
feature: Updates app/core/nodes-main-net.json with new coz nodes (#2025)
Browse files Browse the repository at this point in the history
* Updates app/core/nodes-main-net.json with new coz nodes

* Increase chunk size
  • Loading branch information
comountainclimber authored Nov 24, 2020
1 parent 11f45a1 commit 6c040f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/balancesActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { COIN_DECIMAL_LENGTH } from '../core/formatters'
import { toBigNumber } from '../core/math'
import { findNetworkByDeprecatedLabel } from '../core/networks'

const MAX_SCRIPT_HASH_CHUNK_SIZE = 3
const MAX_SCRIPT_HASH_CHUNK_SIZE = 10

type Props = {
net: string,
Expand Down
9 changes: 9 additions & 0 deletions app/core/nodes-main-net.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,14 @@
},
{
"url": "https://m5.neo.nash.io"
},
{
"url": "https://mainnet1.neo2.coz.io:443"
},
{
"url": "https://mainnet2.neo2.coz.io:443"
},
{
"url": "https://mainnet3.neo2.coz.io:443"
}
]

0 comments on commit 6c040f4

Please sign in to comment.