Skip to content

Commit 1a82833

Browse files
committed
apparently these evolve over time even when the blockNumber is not changing, so this isn't worth the effort right now. should aim to replace it instead.
1 parent 63152f7 commit 1a82833

File tree

1 file changed

+1
-101
lines changed

1 file changed

+1
-101
lines changed

src/ousd/validators/validate-ousd/validate-ousd.ts

Lines changed: 1 addition & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -152,105 +152,5 @@ const expectations = {
152152
yieldUSD: '3462637248547390345598',
153153
},
154154
]),
155-
ousdDailyStats: e([
156-
{
157-
id: '2021-12-17',
158-
holdersOverThreshold: 687,
159-
feesUSDAllTime: '59939169997049755367246',
160-
feesUSD7Day: '12605055186180748608847',
161-
feesUSD: '1670589006808677839786',
162-
feesETHAllTime: '14091491199663039668',
163-
feesETH7Day: '3190580923884018186',
164-
dripperWETH: '0',
165-
feesETH: '423827876265115507',
166-
apy7DayAvg: 0.15894427812897968,
167-
apy30DayAvg: 0.30439887514753666,
168-
apy14DayAvg: 0.2418631929308643,
169-
apy: 0.11381463834604988,
170-
apr: 0.10780664168646359,
171-
amoSupply: '0',
172-
marketCapUSD: 0,
173-
nonRebasingSupply: '222342278264565565928323669',
174-
pegPrice: '0',
175-
rebasingSupply: '50969406955931552234477326',
176-
timestamp: '2021-12-17T23:56:53.000000Z',
177-
totalSupply: '273311685220497118162800995',
178-
totalSupplyUSD: 0,
179-
tradingVolumeUSD: 0,
180-
wrappedSupply: '0',
181-
yieldETH: '3814450886386039570',
182-
yieldETH7Day: '28715228314956163737',
183-
yieldETHAllTime: '126823420796967357521',
184-
yieldUSD: '15035301061278100558077',
185-
yieldUSD7Day: '113445496675626737479694',
186-
yieldUSDAllTime: '539452529973447798305736',
187-
blockNumber: 13825714,
188-
},
189-
{
190-
yieldUSDAllTime: '1311283975671287992227093',
191-
yieldUSD7Day: '619689672997345417796846',
192-
yieldUSD: '1783648991262064261222',
193-
yieldETHAllTime: '337913562027090356981',
194-
yieldETH7Day: '172655260371650923573',
195-
yieldETH: '555057293237191827',
196-
tradingVolumeUSD: 0,
197-
totalSupplyUSD: 0,
198-
wrappedSupply: '0',
199-
totalSupply: '278717783007542940600491379',
200-
timestamp: '2022-01-08T23:39:46.000000Z',
201-
rebasingSupply: '68716537068168416849045404',
202-
pegPrice: '0',
203-
nonRebasingSupply: '210001245939374523751445975',
204-
marketCapUSD: 0,
205-
id: '2022-01-08',
206-
holdersOverThreshold: 835,
207-
feesUSDAllTime: '145698219519031999136273',
208-
feesUSD7Day: '68854408110816157532976',
209-
feesUSD: '198183221251340473469',
210-
feesETH7Day: '19183917819072324835',
211-
feesETH: '61673032581910203',
212-
dripperWETH: '0',
213-
feesETHAllTime: '37545951336343372927',
214-
blockNumber: 13967839,
215-
apy7DayAvg: 1.2359382941222326,
216-
apy30DayAvg: 0.3684241495684772,
217-
apy14DayAvg: 0.6051867443880607,
218-
apy: 0.009432457648751225,
219-
apr: 0.009388370452224348,
220-
amoSupply: '0',
221-
},
222-
{
223-
yieldUSDAllTime: '1682004095006152481383332',
224-
yieldUSD7Day: '224482678946860590615362',
225-
yieldUSD: '33583092140622430099386',
226-
yieldETHAllTime: '452869208117364765698',
227-
yieldETH7Day: '69950178360756721418',
228-
yieldETH: '11788766671127947679',
229-
tradingVolumeUSD: 0,
230-
totalSupplyUSD: 0,
231-
wrappedSupply: '0',
232-
totalSupply: '264378823699738345588442745',
233-
timestamp: '2022-01-21T23:57:28.000000Z',
234-
rebasingSupply: '75223139034557150938696879',
235-
pegPrice: '0',
236-
nonRebasingSupply: '189155684665181194649745866',
237-
marketCapUSD: 0,
238-
id: '2022-01-21',
239-
holdersOverThreshold: 906,
240-
feesUSDAllTime: '186889343889572497931400',
241-
feesUSD7Day: '24942519882984510068367',
242-
feesUSD: '3731454682291381122153',
243-
feesETH7Day: '7772242040084080152',
244-
feesETH: '1309862963458660852',
245-
dripperWETH: '0',
246-
feesETHAllTime: '50318800901929418332',
247-
blockNumber: 14051973,
248-
apy7DayAvg: 0.18326330478210992,
249-
apy30DayAvg: 0.363845886326651,
250-
apy14DayAvg: 0.1583000259419563,
251-
apy: 0.18040094050222555,
252-
apr: 0.1658918224081249,
253-
amoSupply: '0',
254-
},
255-
]),
155+
ousdDailyStats: e([]),
256156
} as const

0 commit comments

Comments
 (0)