Skip to content
Snippets Groups Projects
Commit 10eee6cc authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): remove identities from genesis config file (gdev.json)

parent 40823408
No related branches found
No related tags found
No related merge requests found
...@@ -10,175 +10,6 @@ ...@@ -10,175 +10,6 @@
"genesis_smith_certs_min_received": 3, "genesis_smith_certs_min_received": 3,
"genesis_smith_memberships_expire_on": 1051200 "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": { "parameters": {
"babe_epoch_duration": 600, "babe_epoch_duration": 600,
"cert_period": 14400, "cert_period": 14400,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment