From 10eee6ccba3b521b8733f4ae6f3c1f80be5d58e3 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Wed, 13 Sep 2023 13:08:24 +0200 Subject: [PATCH] fix(#125): remove identities from genesis config file (gdev.json) --- resources/gdev.json | 169 -------------------------------------------- 1 file changed, 169 deletions(-) diff --git a/resources/gdev.json b/resources/gdev.json index b23b840d1..0ec6e5836 100644 --- a/resources/gdev.json +++ b/resources/gdev.json @@ -10,175 +10,6 @@ "genesis_smith_certs_min_received": 3, "genesis_smith_memberships_expire_on": 1051200 }, - "identities": { - "Elois": { - "balance": 10000, - "certs": [ - "poka", - "cgeek", - "vit", - "tuxmain", - "HugoTrentesaux", - "ManUtopiK", - "moul", - "1000i100", - "kapis", - "David B", - "Gamaliel", - "wellno1" - ], - "pubkey": "5H95G8bwuf4yyNNNa83hDhj7wpYaSRhZiGezZ9TDbyqNdAhY" - }, - "Elois2": { - "balance": 10000, - "certs": [ - "tuxmain", - "Elois", - "HugoTrentesaux" - ], - "pubkey": "5GFEEx7kqvP4QEPCAXkALeYCG7m8DiA5LQ4YzW62j7FytQyg" - }, - "poka": { - "balance": 10000, - "certs": [ - "cgeek", - "vit", - "tuxmain", - "Elois", - "HugoTrentesaux" - ], - "pubkey": "5CQ8T4qpbYJq7uVsxGPQ5q2df7x3Wa4aRY6HUWMBYjfLZhnn" - }, - "tuxmain": { - "balance": 10000, - "certs": [ - "cgeek", - "Elois", - "HugoTrentesaux", - "ManUtopiK", - "poka", - "moul", - "1000i100" - ], - "pubkey": "5D2DnScFpxoEUXDwZbJH18tRsQMygBSh1F6YCcWvTYzKY2W7" - }, - "vit": { - "balance": 10000, - "certs": [ - "cgeek", - "Elois", - "HugoTrentesaux", - "ManUtopiK", - "poka", - "tuxmain", - "moul" - ], - "pubkey": "5DqkYGjiT5TFm2pGMUBMuZW4sw13vDEZmxqkxmky5AoQvUwd" - }, - "cgeek": { - "balance": 10000, - "certs": [ - "poka", - "vit", - "tuxmain", - "Elois", - "HugoTrentesaux", - "moul" - ], - "pubkey": "5DP7ze5cJwtHbqXaP2aNtJ5jkULzcTCqXuMzDvk9JjneFjfq" - }, - "HugoTrentesaux": { - "balance": 10000, - "certs": [ - "poka", - "vit", - "tuxmain", - "Elois", - "moul", - "1000i100", - "ManUtopiK", - "kapis", - "David B", - "Gamaliel", - "wellno1" - ], - "pubkey": "5Dq8xjvkmbz7q4g2LbZgyExD26VSCutfEc6n4W4AfQeVHZqz" - }, - "ManUtopiK": { - "balance": 10000, - "certs": [ - "poka", - "vit", - "tuxmain", - "Elois", - "HugoTrentesaux", - "1000i100" - ], - "pubkey": "5DUjwHRqPayt3tAZk1fqEgU99xZB9jzBHKy2sMSTNcc7m9D1" - }, - "1000i100": { - "balance": 10000, - "certs": [ - "Elois", - "poka", - "cgeek", - "vit", - "tuxmain", - "HugoTrentesaux", - "ManUtopiK", - "moul" - ], - "pubkey": "5CCrBS67BrpBx3ihGHc72HZp3eHHbETxWFuNfwbbdoGSJFN8" - }, - "moul": { - "balance": 10000, - "certs": [ - "ManUtopiK", - "vit", - "tuxmain", - "Elois", - "HugoTrentesaux", - "1000i100" - ], - "pubkey": "5EPGRtBYLwfDinnaAXsscM3FkffRADpJRrkZETqW8N6uhp22" - }, - "Gamaliel": { - "balance": 10000, - "certs": [ - "David B", - "wellno1", - "kapis" - ], - "pubkey": "5DS9iWBXW56N7XbeVyyp6CB7m4LeE5fGJYrUR9HDSStT5JN9" - }, - "kapis": { - "balance": 10000, - "certs": [ - "David B", - "wellno1", - "Gamaliel" - ], - "pubkey": "5HJyyim1W8Y1UD8LAbBL7cQQLjGofMoD45RtRSAmhkFQxrvs" - }, - "David B": { - "balance": 10000, - "certs": [ - "kapis", - "wellno1", - "Gamaliel" - ], - "pubkey": "5HKTDdXHj3MojiPRcEsVU9JaHyif5gg2br1sy3JZbsjuQebP" - }, - "wellno1": { - "balance": 10000, - "certs": [ - "David B", - "kapis", - "Gamaliel" - ], - "pubkey": "5DyEZNkSuK5i8wZiXtvL63zqpye9zPBsPRauCjQkMuVzZYX7" - } - }, "parameters": { "babe_epoch_duration": 600, "cert_period": 14400, -- GitLab