mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 02:35:08 +02:00
Handle livepeer patch
This commit is contained in:
parent
cbbc11be0c
commit
f74719801c
@ -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 },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -58,6 +58,7 @@ module.exports = async function svgFromAttributes(attributes = [], path = "") {
|
||||
|
||||
// Remove obsolete patches
|
||||
const obsoletePatches = [
|
||||
"livepeer",
|
||||
"nimbus",
|
||||
"teku",
|
||||
"lighthouse",
|
||||
|
Loading…
x
Reference in New Issue
Block a user