Skip to content

Commit f76736b

Browse files
authored
Add BTC Node release date (#4464)
* Add BTC Node release date * Edit release date
1 parent 138cc0d commit f76736b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/playground/src/views/solutions_view.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export default {
220220
"Deploy a Bitcoin Node on the ThreeFold Grid. Run your own Bitcoin full node to participate in the Bitcoin network, validate transactions, and maintain a complete copy of the blockchain.",
221221
icon: "BTC_Node.png",
222222
route: DashboardRoutes.Applications.BTCNode,
223+
releaseDate: new Date("2025-11-4"),
223224
},
224225
];
225226
app_cards = app_cards.sort((a, b) => a.title.localeCompare(b.title));

0 commit comments

Comments
 (0)