@@ -109,35 +109,13 @@ export default Vue.extend({
109
109
filters: [' collateral' ],
110
110
},
111
111
{
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 ` ,
125
114
links: {
126
- source : ' https://github .com/makerdao/auction-demo-keeper ' ,
115
+ profile : ' https://x .com/sidestream_labs ' ,
127
116
},
128
117
filters: [' collateral' ],
129
118
},
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
- },
141
119
{
142
120
title: ' MakerBurn' ,
143
121
description: `
@@ -148,51 +126,6 @@ export default Vue.extend({
148
126
},
149
127
filters: [' collateral' , ' debt' ],
150
128
},
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
- },
196
129
],
197
130
};
198
131
},
0 commit comments