Add mempool special block animation.

This commit is contained in:
Miguel Medeiros
2021-11-11 15:49:47 -03:00
parent 46a2854f67
commit a3de75ebf4
7 changed files with 72 additions and 67 deletions

View File

@@ -130,12 +130,11 @@ export const languages: Language[] = [
{ code: 'zh', name: '中文' }, // Chinese
];
export const specialBlocks = {
'708998': {
labelEvent: '🌱 Taproot Activated!',
'709632': {
labelEvent: '🌱 Taproot activated!',
},
'840000': {
labelEvent: '🥳 Halving Event!',
labelEvent: '🥳 Halving',
}
};