Skip to content

Commit

Permalink
chore: update governance node id
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jun 3, 2022
1 parent ae7a342 commit 83d5b1a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/models/governance/governance.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Governance extends Model {
});
await Meta.upsert({
metaKey: 'mainGoveranceBodyId',
metaValue: governanceVersionId,
metaValue: goveranceBodyId,
});
};

Expand Down
52 changes: 26 additions & 26 deletions src/utils/defaultConfig.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"MIRROR_DB": {
"DB_USERNAME": null,
"DB_PASSWORD": null,
"DB_NAME": null,
"DB_HOST": null
},
"APP": {
"CW_PORT": 31310,
"DATALAYER_URL": "https://localhost:8562",
"WALLET_URL": "https://localhost:9256",
"USE_SIMULATOR": false,
"READ_ONLY": false,
"API_KEY": null,
"CHIA_NETWORK": "mainnet",
"IS_GOVERNANCE_BODY": false
},
"TESTNET": {
"TESTNET_DEFAULT_ORGANIZATIONS": "https://climate-warehouse.s3.us-west-2.amazonaws.com/public/cw-organizations-testnet.json"
},
"GOVERNANCE": {
"GOVERANCE_BODY_ID": "8790c347e96eda4266fa5805a16b4baeecf8018433995782555a7b6883fdd868",
"GOVERNANCE_BODY_IP": "35.82.228.204",
"GOVERNANCE_BODY_PORT": 8000
}
}
{
"MIRROR_DB": {
"DB_USERNAME": null,
"DB_PASSWORD": null,
"DB_NAME": null,
"DB_HOST": null
},
"APP": {
"CW_PORT": 31310,
"DATALAYER_URL": "https://localhost:8562",
"WALLET_URL": "https://localhost:9256",
"USE_SIMULATOR": false,
"READ_ONLY": false,
"API_KEY": null,
"CHIA_NETWORK": "mainnet",
"IS_GOVERNANCE_BODY": false
},
"TESTNET": {
"TESTNET_DEFAULT_ORGANIZATIONS": "https://climate-warehouse.s3.us-west-2.amazonaws.com/public/cw-organizations-testnet.json"
},
"GOVERNANCE": {
"GOVERANCE_BODY_ID": "70b015ba441293ccaee59470eaa5ef3eadf74dae99eb19b788c7df53bca03270",
"GOVERNANCE_BODY_IP": "35.82.228.204",
"GOVERNANCE_BODY_PORT": 8000
}
}

0 comments on commit 83d5b1a

Please sign in to comment.