Integer Limit 2cfdcb10e2
Update to GT 2.8.* & Integrate Nomi Labs (#619)
Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
Co-authored-by: Sylvia <skraman1999@gmail.com>
Co-authored-by: windyknight <windyknight@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>

[BREAKING]
2024-03-24 23:45:47 +11:00

38 lines
550 B
JSON

[
{
"content": "nomilabs:nomicoin100",
"unitWorth": 100,
"weight": 10,
"amount": {
"min": 1,
"max": 3
}
},
{
"content": "nomilabs:nomicoin5",
"unitWorth": 5,
"weight": 100,
"amount": {
"min": 10,
"max": 20
}
},
{
"content": "nomilabs:nomicoin25",
"unitWorth": 25,
"weight": 50,
"amount": {
"min": 5,
"max": 10
}
},
{
"content": "nomilabs:nomicoin",
"unitWorth": 1,
"weight": 100,
"amount": {
"min": 10,
"max": 50
}
}
]