Return TezoSteam and StakingTeam back to validators list.

This commit is contained in:
Mykola 2020-05-08 12:09:00 -07:00
parent afd9de3a94
commit 350043d8d7
10 changed files with 34 additions and 2 deletions

1
.github/CODEOWNERS vendored
View File

@ -1 +0,0 @@
* @kolya182

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -4007,6 +4007,5 @@
"0xFFe66c629A9cbd365C2D91E2Caa6d2890464C559",
"0xfFE714740Ee83C20590855125B06eb4667F03De2",
"0xfff4D3F6037e62428ce467B3DcbFff45A132F423",
"0xBe68b4645Ab798ED4dB88192a444898ff4FDa5Ae",
"0xffF4d70fe53d31D373B0bEE5bD41F5918f50f538"
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -348,5 +348,39 @@
"staking": {
"minDelegation": 100
}
},
{
"id": "tz1LLNkQK4UQV6QcFShiXJ2vT2ELw449MzAA",
"name": "TezoSteam",
"description": "Your trusted baker, active since cycle 3",
"website": "https://tezosteam.com/",
"payout": {
"commission": 25,
"payoutDelay": 6,
"payoutPeriod": 1
},
"staking": {
"minDelegation": 0
}
},
{
"id": "tz1STeamwbp68THcny9zk3LsbG3H36DMvbRK",
"name": "StakingTeam",
"description": "An historical and trusted baker, from Italy with love.",
"website": "https://stakingteam.com/",
"payout": {
"commission": 0,
"payoutDelay": 6,
"payoutPeriod": 1
},
"staking": {
"freeSpace": 0,
"minDelegation": 0,
"openForDelegation": true
},
"status": {
"disabled": true,
"note": "No more capacity: -106082"
}
}
]