Handle livepeer patch

This commit is contained in:
Marco van Dijk 2022-10-08 10:44:57 +02:00
parent cbbc11be0c
commit f74719801c
2 changed files with 3 additions and 1 deletions

View File

@ -82,11 +82,12 @@ exports.globalAttributes = [
{
trait_type: "patch",
values: [
{ value: "livepeer", probability: 0.2 },
{ value: "nimbus", probability: 0.1 },
{ value: "teku", probability: 0.1 },
{ value: "lighthouse", probability: 0.1 },
{ value: "prysm", probability: 0.2 },
{ value: "rocketpool", probability: 0.5 },
{ value: "rocketpool", probability: 0.3 },
],
},
{

View File

@ -58,6 +58,7 @@ module.exports = async function svgFromAttributes(attributes = [], path = "") {
// Remove obsolete patches
const obsoletePatches = [
"livepeer",
"nimbus",
"teku",
"lighthouse",