diff --git a/frontend/components/unified/AuctionTool.vue b/frontend/components/unified/AuctionTool.vue
index bea4359df..30726a7b5 100644
--- a/frontend/components/unified/AuctionTool.vue
+++ b/frontend/components/unified/AuctionTool.vue
@@ -9,6 +9,7 @@
view profile
view analytics
participate
+ view
@@ -50,6 +51,10 @@ export default Vue.extend({
type: String,
default: null,
},
+ viewUrl: {
+ type: String,
+ default: null,
+ },
},
});
diff --git a/frontend/components/unified/UnifiedAuctionsView.vue b/frontend/components/unified/UnifiedAuctionsView.vue
index 2e32363bb..220330608 100644
--- a/frontend/components/unified/UnifiedAuctionsView.vue
+++ b/frontend/components/unified/UnifiedAuctionsView.vue
@@ -37,6 +37,7 @@
:participate-url="tool.links.participate"
:analytics-url="tool.links.analytics"
:profile-url="tool.links.profile"
+ :view-url="tool.links.view"
>
{{ tool.description }}
@@ -113,6 +114,14 @@ export default Vue.extend({
},
filters: ['collateral'],
},
+ {
+ title: 'Unified Auctions UI application',
+ description: 'Electron-packaged application to run the Unified Auctions UI locally',
+ links: {
+ view: ' https://github.com/sidestream-tech/unified-auctions-ui/releases/latest',
+ },
+ filters: ['collateral', 'surplus', 'debt'],
+ },
{
title: 'Liquidations platform',
description: 'Web tool that support participation in collateral auctions by bidding with own Dai',