mempool/frontend/custom-sv-config.json

59 lines
1.2 KiB
JSON
Raw Permalink 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": [
{
2024-05-01 23:40:39 +00:00
"component": "fees",
"mobileOrder": 4
2024-04-25 20:18:37 +00:00
},
{
2025-03-10 04:38:51 +00:00
"component": "walletBalance",
2024-05-01 23:40:39 +00:00
"mobileOrder": 1,
2024-04-25 20:18:37 +00:00
"props": {
2025-03-10 04:38:51 +00:00
"wallet": "ONBTC"
2024-04-25 20:18:37 +00:00
}
},
{
2024-05-01 23:40:39 +00:00
"component": "twitter",
"mobileOrder": 5,
"props": {
"handle": "nayibbukele"
2024-05-01 23:40:39 +00:00
}
2024-04-25 20:18:37 +00:00
},
{
2025-03-10 04:38:51 +00:00
"component": "wallet",
2024-05-01 23:40:39 +00:00
"mobileOrder": 2,
2024-04-25 20:18:37 +00:00
"props": {
2025-03-10 04:38:51 +00:00
"wallet": "ONBTC",
"period": "1m",
2025-10-04 17:49:23 +02:00
"label": "bitcoin.gob.sv",
"image": "/resources/elsalvador-flag.svg"
2024-04-25 20:18:37 +00:00
}
},
{
2025-06-16 07:07:11 +00:00
"component": "simpleproof_cubo",
2024-12-30 17:21:16 +00:00
"mobileOrder": 6,
"props": {
2025-06-16 07:07:11 +00:00
"label": "CUBO+ Certificates",
"key": "cubo_certificates"
2024-12-30 17:21:16 +00:00
}
2024-04-25 20:18:37 +00:00
},
{
2025-03-10 04:38:51 +00:00
"component": "walletTransactions",
2024-05-01 23:40:39 +00:00
"mobileOrder": 3,
2024-04-26 19:16:09 +00:00
"props": {
2025-03-10 04:38:51 +00:00
"wallet": "ONBTC"
2024-04-26 19:16:09 +00:00
}
2024-04-25 20:18:37 +00:00
}
]
}
}