Add taproot activation fireworks.

This commit is contained in:
Miguel Medeiros
2021-11-09 22:25:03 -03:00
parent 033f066abf
commit 46a2854f67
7 changed files with 239 additions and 9 deletions

View File

@@ -129,3 +129,13 @@ export const languages: Language[] = [
{ code: 'vi', name: 'Tiếng Việt' }, // Vietnamese
{ code: 'zh', name: '中文' }, // Chinese
];
export const specialBlocks = {
'708998': {
labelEvent: '🌱 Taproot Activated!',
},
'840000': {
labelEvent: '🥳 Halving Event!',
}
};