mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
38 lines
713 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |