mirror of
https://github.com/mempool/mempool.git
synced 2025-09-28 22:03:23 +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',
|
labelEvent: 'Bitcoin\'s 15th Halving',
|
||||||
labelEventCompleted: 'Block Subsidy has halved to 0.00152587 BTC per block',
|
labelEventCompleted: 'Block Subsidy has halved to 0.00152587 BTC per block',
|
||||||
networks: ['mainnet', 'testnet', 'testnet4'],
|
networks: ['mainnet', 'testnet', 'testnet4'],
|
||||||
}
|
},
|
||||||
|
'3477600': {
|
||||||
|
labelEvent: 'Simplicity activation',
|
||||||
|
labelEventCompleted: 'Simplicity has been activated!',
|
||||||
|
networks: ['liquid'],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const fiatCurrencies = {
|
export const fiatCurrencies = {
|
||||||
|
Reference in New Issue
Block a user