mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
43 lines
876 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |