mempool/frontend/custom-sv-config.json
2024-04-28 16:02:41 +00:00

43 lines
876 B
JSON

{
"theme": "contrast",
"enterprise": "onbtc",
"branding": {
"name": "onbtc",
"title": "Oficina Nacional del Bitcoin",
"header_img": "/resources/onbtc.svg",
"img": "/resources/elsalvador.svg",
"rounded_corner": true
},
"dashboard": {
"widgets": [
{
"component": "fees"
},
{
"component": "balance",
"props": {
"address": "32ixEdVJWo3kmvJGMTZq5jAQVZZeuwnqzo"
}
},
{
"component": "goggles"
},
{
"component": "address",
"props": {
"address": "32ixEdVJWo3kmvJGMTZq5jAQVZZeuwnqzo",
"period": "1m"
}
},
{
"component": "blocks"
},
{
"component": "addressTransactions",
"props": {
"address": "32ixEdVJWo3kmvJGMTZq5jAQVZZeuwnqzo"
}
}
]
}
}