Skip to content

Commit

Permalink
feat: Remove outdated links from the main page (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeunYoon authored Sep 17, 2024
1 parent 04359d0 commit 19622c5
Showing 1 changed file with 3 additions and 70 deletions.
73 changes: 3 additions & 70 deletions frontend/components/unified/UnifiedAuctionsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,35 +109,13 @@ export default Vue.extend({
filters: ['collateral'],
},
{
title: 'Maker Auction (debt)',
description:
'Web tool that supports participation in debt auctions by bidding on MKR with own Dai',
links: {
source: 'https://github.com/makerdao/auctions-ui',
},
filters: ['debt'],
},
{
title: 'Auction Demo Keeper',
description: `
Node.js-based reference implementation for a keeper that
participates in collateral auctions via swap transactions`,
title: 'Collateral Auction Twitter Bot',
description: `Tweets about collateral auctions and facilitates access to auction participation`,
links: {
source: 'https://github.com/makerdao/auction-demo-keeper',
profile: 'https://x.com/sidestream_labs',
},
filters: ['collateral'],
},
{
title: 'Auction Keeper',
description: `
Python-based implementation of a bot that is capable to participate in
all different auction types (collateral auction, surplus auctions, debt auctions)
as well as as a bot to start auctions based on undercollateralized vaults`,
links: {
source: 'https://github.com/makerdao/auction-keeper',
},
filters: ['collateral', 'debt'],
},
{
title: 'MakerBurn',
description: `
Expand All @@ -148,51 +126,6 @@ export default Vue.extend({
},
filters: ['collateral', 'debt'],
},
{
title: 'Blockanalytica',
description: 'Shows detailed information on auction activity including participation metrics',
links: {
analytics: 'https://maker.blockanalitica.com/auctions/',
},
filters: ['collateral'],
},
{
title: 'Daiauctions',
description: `
Shows current auction parameters on general and collateral level as well as the status
of auctions that have been started in the last few days`,
links: {
analytics: 'https://daiauctions.com/#',
},
filters: ['collateral'],
},
{
title: 'Daistats',
description: `
Provides overview on different auction related parameters like number of surplus,
debt and collateral auctions`,
links: {
analytics: 'https://daistats.com/#/auctions',
},
filters: ['collateral', 'debt'],
},
{
title: 'MakerDai Twitter Bot',
description:
'Tweets about mints/burns, liquidations and other significant changes in the Maker Protocol',
links: {
profile: 'https://twitter.com/MakerDaiBot',
},
filters: [],
},
{
title: 'Collateral Auction Twitter Bot',
description: `Tweets about collateral auctions and facilitates access to auction participation`,
links: {
profile: 'https://x.com/sidestream_labs',
},
filters: ['collateral'],
},
],
};
},
Expand Down

0 comments on commit 19622c5

Please sign in to comment.