mirror of
https://github.com/mempool/mempool.git
synced 2025-04-16 15:51:18 +02:00
53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"theme": "bukele",
|
|
"enterprise": "onbtc",
|
|
"branding": {
|
|
"name": "onbtc",
|
|
"title": "Bitcoin Office",
|
|
"site_id": 19,
|
|
"header_img": "/resources/onbtclogo.svg",
|
|
"footer_img": "/resources/onbtclogo.svg",
|
|
"rounded_corner": true
|
|
},
|
|
"dashboard": {
|
|
"widgets": [
|
|
{
|
|
"component": "fees",
|
|
"mobileOrder": 4
|
|
},
|
|
{
|
|
"component": "walletBalance",
|
|
"mobileOrder": 1,
|
|
"props": {
|
|
"wallet": "ONBTC"
|
|
}
|
|
},
|
|
{
|
|
"component": "twitter",
|
|
"mobileOrder": 5,
|
|
"props": {
|
|
"handle": "nayibbukele"
|
|
}
|
|
},
|
|
{
|
|
"component": "wallet",
|
|
"mobileOrder": 2,
|
|
"props": {
|
|
"wallet": "ONBTC",
|
|
"period": "1m",
|
|
"label": "bitcoin.gob.sv"
|
|
}
|
|
},
|
|
{
|
|
"component": "blocks"
|
|
},
|
|
{
|
|
"component": "walletTransactions",
|
|
"mobileOrder": 3,
|
|
"props": {
|
|
"wallet": "ONBTC"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |