Skip to content

Commit

Permalink
Merge pull request #5 from eosdac/v0.4.3_rc1
Browse files Browse the repository at this point in the history
V0.4.3 rc1
  • Loading branch information
piecesnbits authored Jun 20, 2019
2 parents 56703d4 + 773293d commit fc5c71b
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 110 deletions.
81 changes: 42 additions & 39 deletions statics/config/config.jungle.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"dacName": "eosDAC",
"dacScope": "eos.dac",

"accounts":{
"treasuryAccount":{
"name": "eosdacdoshhq"
},
"authAccount": {
"name": "dacauthority"
}
},

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

},

"bpAccount": {
"name": "eosdacserval"
},
"treasuryAccount":{
"name": "eosdacdoshhq"
},

"authAccount": {
"name": "dacauthority",
"controlling": [
{
"name":"eosdacdoshhq",
"linkedAuths": [
{"contract": "eosio.token", "action": "transfer", "permission": "xfer", "label": "Transfer EOS"}
]
},
{
"name":"dacelections",
"linkedAuths": [
{"contract": "kasdactokens", "action": "transfer", "permission": "xfer", "label": "Transfer KASDAC"}
]
},
{
"name":"kasdactokens",
"linkedAuths": [
{"contract": "kasdactokens", "action": "newmemterms", "permission": "active", "label": "Update Constitution"}
]
},
{
"name":"dacauthority",
"linkedAuths":[
{"contract": "dacelections", "action": "firecust", "permission": "med", "label": "Fire Custodian"},
{"contract": "dacelections", "action": "firecand", "permission": "med", "label": "Fire Candidate"}
]
}

]
},
"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 All @@ -87,6 +88,8 @@

"external":{
"homepage": "https://eosdac.io",
"explorer": "https://jungle.bloks.io"
"discord": "https://discord.io/eosdac",
"explorer": "https://jungle.bloks.io",
"dacexplorer": "https://explorer.eosdac.io"
}
}
75 changes: 37 additions & 38 deletions statics/config/config.mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"dacName": "eosDAC",
"dacScope": "eosdac",
"accounts": {
"treasuryAccount":{
"name": "eosdacthedac"
},
"authAccount": {
"name": "dacauthority"
}
},
"contracts": {

"token": {
Expand Down Expand Up @@ -37,44 +45,35 @@

},


"bpAccount": {
"name": "eosdacserver"
},
"treasuryAccount":{
"name": "eosdacthedac"
},

"authAccount": {
"name": "dacauthority",
"controlling": [
{
"name":"eosdacthedac",
"linkedAuths": [
{"contract": "eosio.token", "action": "transfer", "permission": "xfer", "label": "Transfer EOS"}
]
},
{
"name":"daccustodian",
"linkedAuths": [
{"contract": "eosdactokens", "action": "transfer", "permission": "xfer", "label": "Transfer EOSDAC"}
]
},
{
"name":"eosdactokens",
"linkedAuths": [
{"contract": "eosdactokens", "action": "newmemterms", "permission": "active", "label": "Update Constitution"}
]
},
{
"name":"dacauthority",
"linkedAuths":[
{"contract": "daccustodian", "action": "firecust", "permission": "med", "label": "Fire Custodian"},
{"contract": "daccustodian", "action": "firecand", "permission": "med", "label": "Fire Candidate"}
]
}
]
},
"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": "daccustodian",
"contract": "eosdactokens",
"symbol": "EOSDAC",
"description": "custodian contract description"
},
{
"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."
}
],

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

This file was deleted.

0 comments on commit fc5c71b

Please sign in to comment.