mempool/frontend/custom-sv-config.json
2024-04-26 19:17:27 +00:00

38 lines
713 B
JSON

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