mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Added TranscoderActivated
This commit is contained in:
parent
3b87a9f881
commit
94aa2a1d38
@ -32,7 +32,11 @@ const EventButton = (obj) => {
|
|||||||
</div>
|
</div>
|
||||||
} else if (obj.name == "TranscoderUpdate") {
|
} else if (obj.name == "TranscoderUpdate") {
|
||||||
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(245, 5, 89, 0.3)' }}>
|
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(245, 5, 89, 0.3)' }}>
|
||||||
<p>Reward: T {obj.data.transcoder} changed their rewardCut to {obj.data.rewardCut} and their feeShare to {obj.data.feeShare}</p>
|
<p>Reward: O {obj.data.transcoder} changed their rewardCut to {obj.data.rewardCut} and their feeShare to {obj.data.feeShare}</p>
|
||||||
|
</div>
|
||||||
|
} else if (obj.name == "TranscoderActivated") {
|
||||||
|
eventSpecificInfo = <div className="row" style={{ backgroundColor: 'rgba(0, 255, 1, 0.3)' }}>
|
||||||
|
<p>Reward: O {obj.data.transcoder} activated and will become active in {obj.data.activationRound}</p>
|
||||||
</div>
|
</div>
|
||||||
} else {
|
} else {
|
||||||
console.log(obj);
|
console.log(obj);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user