Skip to content

Commit

Permalink
add financial graph config to main config file
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 20, 2019
1 parent 3502c97 commit b7a5641
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 31 deletions.
32 changes: 30 additions & 2 deletions statics/config/config.jungle.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "dacauthority"
}
},

"contracts": {
"token": {
"name": "kasdactokens",
Expand Down Expand Up @@ -46,7 +46,35 @@

},


"financial_page_graphs": [
{
"account": "eosdacserval",
"contract": "eosio.token",
"symbol": "EOS",
"description":
"The EOS Mainnet block producer account for eosDAC which receives Block Producer rewards."
},
{
"account": "eosdacdoshhq",
"contract": "eosio.token",
"symbol": "EOS",
"description":
"The DAC owner account where DAC funds are secured and controlled by a 12-account multisig permission system of elected custodians."
},
{
"account": "dacocoiogmbh",
"contract": "eosio.token",
"symbol": "EOS",
"description":
"The current eosDAC service provider account which manages payroll, employment contracts, and real-world interactions on behalf of the DAC."
},
{
"account": "dacelections",
"contract": "kasdactokens",
"symbol": "KASDAC",
"description": "custodian contract description"
}
],

"api": {
"default_eos_node": "https://jungle2.cryptolions.io:443",
Expand Down
29 changes: 29 additions & 0 deletions statics/config/config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,35 @@

},

"financial_page_graphs": [
{
"account": "eosdacserver",
"contract": "eosio.token",
"symbol": "EOS",
"description":
"The EOS Mainnet block producer account for eosDAC which receives Block Producer rewards."
},
{
"account": "eosdacthedac",
"contract": "eosio.token",
"symbol": "EOS",
"description":
"The DAC owner account where DAC funds are secured and controlled by a 12-account multisig permission system of elected custodians."
},
{
"account": "dacocoiogmbh",
"contract": "eosio.token",
"symbol": "EOS",
"description":
"The current eosDAC service provider account which manages payroll, employment contracts, and real-world interactions on behalf of the DAC."
},
{
"account": "daccustodian",
"contract": "eosdactokens",
"symbol": "EOSDAC",
"description": "custodian contract description"
}
],

"api": {
"default_eos_node": "https://proxy.eosnode.tools:443",
Expand Down
29 changes: 0 additions & 29 deletions statics/config/financial_accounts.json

This file was deleted.

0 comments on commit b7a5641

Please sign in to comment.