Skip to content

Commit

Permalink
restructure config file
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 17, 2019
1 parent 75efa91 commit 3502c97
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
16 changes: 10 additions & 6 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,13 +46,7 @@

},

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

"authAccount": {
"name": "dacauthority"
},

"api": {
"default_eos_node": "https://jungle2.cryptolions.io:443",
Expand Down
15 changes: 8 additions & 7 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,13 +45,6 @@

},

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

"authAccount": {
"name": "dacauthority"
},

"api": {
"default_eos_node": "https://proxy.eosnode.tools:443",
Expand Down

0 comments on commit 3502c97

Please sign in to comment.