Skip to content

Commit

Permalink
Merge pull request #19 from dHealth-Symbol-Lab/refactor-node-list
Browse files Browse the repository at this point in the history
Update network node list to have dual nodes only
  • Loading branch information
nsonanh authored Jan 19, 2022
2 parents 5f9dcdf + f91d110 commit 288330b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhealth-utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "Utility library for dHealth",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 0 additions & 2 deletions src/NetworkConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export const defaultMainnetNetworkConfig: NetworkConfig = {
generationHash: 'ED5761EA890A096C50D3F50B7C2F0CCB4B84AFC9EA870F381E84DDE36D04EF16',
},
nodes: [
{ friendlyName: 'api-01-dhealth', roles: 2, url: 'http://api-01.dhealth.cloud:3000' },
{ friendlyName: 'api-02-dhealth', roles: 2, url: 'http://api-02.dhealth.cloud:3000' },
{ friendlyName: 'dual-01-dhealth', roles: 2, url: 'http://dual-01.dhealth.cloud:3000' },
{ friendlyName: 'dual-02-dhealth', roles: 2, url: 'http://dual-02.dhealth.cloud:3000' },
{ friendlyName: 'dual-03-dhealth', roles: 2, url: 'http://dual-03.dhealth.cloud:3000' }
Expand Down

0 comments on commit 288330b

Please sign in to comment.