Skip to content

Commit 19622c5

Browse files
authored
feat: Remove outdated links from the main page (#621)
1 parent 04359d0 commit 19622c5

File tree

1 file changed

+3
-70
lines changed

1 file changed

+3
-70
lines changed

frontend/components/unified/UnifiedAuctionsView.vue

+3-70
Original file line numberDiff line numberDiff line change
@@ -109,35 +109,13 @@ export default Vue.extend({
109109
filters: ['collateral'],
110110
},
111111
{
112-
title: 'Maker Auction (debt)',
113-
description:
114-
'Web tool that supports participation in debt auctions by bidding on MKR with own Dai',
115-
links: {
116-
source: 'https://github.com/makerdao/auctions-ui',
117-
},
118-
filters: ['debt'],
119-
},
120-
{
121-
title: 'Auction Demo Keeper',
122-
description: `
123-
Node.js-based reference implementation for a keeper that
124-
participates in collateral auctions via swap transactions`,
112+
title: 'Collateral Auction Twitter Bot',
113+
description: `Tweets about collateral auctions and facilitates access to auction participation`,
125114
links: {
126-
source: 'https://github.com/makerdao/auction-demo-keeper',
115+
profile: 'https://x.com/sidestream_labs',
127116
},
128117
filters: ['collateral'],
129118
},
130-
{
131-
title: 'Auction Keeper',
132-
description: `
133-
Python-based implementation of a bot that is capable to participate in
134-
all different auction types (collateral auction, surplus auctions, debt auctions)
135-
as well as as a bot to start auctions based on undercollateralized vaults`,
136-
links: {
137-
source: 'https://github.com/makerdao/auction-keeper',
138-
},
139-
filters: ['collateral', 'debt'],
140-
},
141119
{
142120
title: 'MakerBurn',
143121
description: `
@@ -148,51 +126,6 @@ export default Vue.extend({
148126
},
149127
filters: ['collateral', 'debt'],
150128
},
151-
{
152-
title: 'Blockanalytica',
153-
description: 'Shows detailed information on auction activity including participation metrics',
154-
links: {
155-
analytics: 'https://maker.blockanalitica.com/auctions/',
156-
},
157-
filters: ['collateral'],
158-
},
159-
{
160-
title: 'Daiauctions',
161-
description: `
162-
Shows current auction parameters on general and collateral level as well as the status
163-
of auctions that have been started in the last few days`,
164-
links: {
165-
analytics: 'https://daiauctions.com/#',
166-
},
167-
filters: ['collateral'],
168-
},
169-
{
170-
title: 'Daistats',
171-
description: `
172-
Provides overview on different auction related parameters like number of surplus,
173-
debt and collateral auctions`,
174-
links: {
175-
analytics: 'https://daistats.com/#/auctions',
176-
},
177-
filters: ['collateral', 'debt'],
178-
},
179-
{
180-
title: 'MakerDai Twitter Bot',
181-
description:
182-
'Tweets about mints/burns, liquidations and other significant changes in the Maker Protocol',
183-
links: {
184-
profile: 'https://twitter.com/MakerDaiBot',
185-
},
186-
filters: [],
187-
},
188-
{
189-
title: 'Collateral Auction Twitter Bot',
190-
description: `Tweets about collateral auctions and facilitates access to auction participation`,
191-
links: {
192-
profile: 'https://x.com/sidestream_labs',
193-
},
194-
filters: ['collateral'],
195-
},
196129
],
197130
};
198131
},

0 commit comments

Comments
 (0)