From 6c426c0f481294c3a629007aa96f68f180ea650d Mon Sep 17 00:00:00 2001 From: Luke Stokes Date: Thu, 20 Jun 2019 13:36:52 -0400 Subject: [PATCH] Moving dacocoiogmbh so it's not visible by default. It's just a service provider, but we don't want confusion about it being part of the DAC. --- statics/config/config.mainnet.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/statics/config/config.mainnet.json b/statics/config/config.mainnet.json index d179b27..680de98 100644 --- a/statics/config/config.mainnet.json +++ b/statics/config/config.mainnet.json @@ -60,18 +60,18 @@ "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." - }, - { - "account": "daccustodian", - "contract": "eosdactokens", - "symbol": "EOSDAC", - "description": "custodian contract description" } ],