mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 13:22:03 +02:00
Add special block for Simplicity activation
This commit is contained in:
@@ -274,7 +274,12 @@ export const specialBlocks = {
|
||||
labelEvent: 'Bitcoin\'s 15th Halving',
|
||||
labelEventCompleted: 'Block Subsidy has halved to 0.00152587 BTC per block',
|
||||
networks: ['mainnet', 'testnet', 'testnet4'],
|
||||
}
|
||||
},
|
||||
'3477600': {
|
||||
labelEvent: 'Simplicity activation',
|
||||
labelEventCompleted: 'Simplicity has been activated!',
|
||||
networks: ['liquid'],
|
||||
},
|
||||
};
|
||||
|
||||
export const fiatCurrencies = {
|
||||
|
Reference in New Issue
Block a user