mempool/frontend/custom-sv-config.json

39 lines
739 B
JSON
Raw Normal View History

2024-04-25 20:18:37 +00:00
{
"theme": "contrast",
2024-04-25 20:39:57 +00:00
"enterprise": "onbtc",
"branding": {
"name": "onbtc",
"title": "Oficina Nacional del Bitcoin",
"img": "/resources/elsalvador.svg",
"rounded_corner": true
},
2024-04-25 20:18:37 +00:00
"dashboard": {
"widgets": [
{
"component": "fees"
},
{
"component": "balance",
"props": {
"address": "32ixEdVJWo3kmvJGMTZq5jAQVZZeuwnqzo"
}
},
{
"component": "goggles"
},
{
"component": "address",
"props": {
2024-04-26 17:53:44 +00:00
"address": "32ixEdVJWo3kmvJGMTZq5jAQVZZeuwnqzo",
"period": "1m"
2024-04-25 20:18:37 +00:00
}
},
{
"component": "blocks"
},
{
"component": "transactions"
}
]
}
}