Adding taproot countdown

This commit is contained in:
softsimon
2021-11-12 20:24:15 +04:00
parent 2dc930fad2
commit 9eb159617f
9 changed files with 42 additions and 46 deletions

View File

@@ -132,9 +132,11 @@ export const languages: Language[] = [
export const specialBlocks = {
'709632': {
labelEvent: '🌱 Taproot activated!',
labelEvent: 'Taproot 🌱 activation',
labelEventCompleted: 'Taproot 🌱 has been activated!',
},
'840000': {
labelEvent: '🥳 Halving',
labelEvent: 'Halving 🥳',
labelEventCompleted: 'Block Subsidy has halved to 6.25 BTC per block',
}
};