diff --git a/statics/config/config.jungle.json b/statics/config/config.jungle.json index b63a809..66c3636 100644 --- a/statics/config/config.jungle.json +++ b/statics/config/config.jungle.json @@ -10,7 +10,7 @@ "name": "dacauthority" } }, - + "contracts": { "token": { "name": "kasdactokens", @@ -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", diff --git a/statics/config/config.mainnet.json b/statics/config/config.mainnet.json index ed88e05..d179b27 100644 --- a/statics/config/config.mainnet.json +++ b/statics/config/config.mainnet.json @@ -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", diff --git a/statics/config/financial_accounts.json b/statics/config/financial_accounts.json deleted file mode 100644 index b8141dc..0000000 --- a/statics/config/financial_accounts.json +++ /dev/null @@ -1,29 +0,0 @@ -[ - { - "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" - } - ] \ No newline at end of file