Skip to content

Commit

Permalink
feat: Add surplus auctions page to the unified view (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomafarag authored Jul 15, 2022
1 parent 035fa37 commit 253914e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions frontend/components/UnifiedAuctionsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ export default Vue.extend({
},
filters: ['collateral'],
},
{
title: 'Surplus auctions portal',
description:
'Web tool that supports participation in surplus auctions by bidding on Dai with own MKR',
links: {
source: 'https://github.com/sidestream-tech/unified-auctions-ui',
participate: '/surplus',
},
filters: ['surplus'],
},
{
title: 'Liquidations platform',
description: 'Web tool that support participation in collateral auctions by bidding with own Dai',
Expand All @@ -92,7 +102,7 @@ export default Vue.extend({
filters: ['collateral'],
},
{
title: 'Surplus auction portal',
title: 'Maker Auction (surplus)',
description:
'Web tool that supports participation in surplus auctions by bidding on Dai with own MKR',
links: {
Expand All @@ -102,7 +112,7 @@ export default Vue.extend({
filters: ['surplus'],
},
{
title: 'Debt auction portal',
title: 'Maker Auction (debt)',
description:
'Web tool that supports participation in debt auctions by bidding on MKR with own Dai',
links: {
Expand Down

0 comments on commit 253914e

Please sign in to comment.