mempool/frontend/custom-sv-config.json

44 lines
889 B
JSON
Raw Normal View History

2024-04-25 20:18:37 +00:00
{
2024-05-07 22:42:06 +00:00
"theme": "bukele",
2024-04-25 20:39:57 +00:00
"enterprise": "onbtc",
"branding": {
"name": "onbtc",
2024-05-07 22:42:06 +00:00
"title": "Bitcoin Office",
2024-04-29 14:36:45 +00:00
"site_id": 19,
2024-05-07 22:42:06 +00:00
"header_img": "/resources/onbtclogo.svg",
"footer_img": "/resources/onbtclogo.svg",
2024-04-25 20:39:57 +00:00
"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"
},
{
2024-04-26 19:16:09 +00:00
"component": "addressTransactions",
"props": {
"address": "32ixEdVJWo3kmvJGMTZq5jAQVZZeuwnqzo"
}
2024-04-25 20:18:37 +00:00
}
]
}
}