-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(usd-estimation): add defillama price source #4341
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (but tested in #4345 , as here I was not able to get 429 conigecko requests even after placing 22 limit orders)
706481c
to
5ec75ed
Compare
46891e0
to
c3ac4c0
Compare
c3ac4c0
to
cd36b09
Compare
apps/cowswap-frontend/src/modules/usdAmount/apis/getCoingeckoUsdPrice.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getCoingeckoUsdPrice.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getDefillamaUsdPrice.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getDefillamaUsdPrice.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getDefillamaUsdPrice.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getCoingeckoUsdPrice.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getDefillamaUsdPrice.ts
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getDefillamaUsdPrice.ts
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/updaters/UsdPricesUpdater.ts
Outdated
Show resolved
Hide resolved
apps/cowswap-frontend/src/modules/usdAmount/apis/getCoingeckoUsdPrice.ts
Outdated
Show resolved
Hide resolved
0b3618b
to
e41244a
Compare
cd36b09
to
05a3786
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
5308823
to
76e3a9f
Compare
76e3a9f
to
262801b
Compare
Summary
Part of #4238
To Test
network
tabcoingeckoProxy
requests failing with429
errors, there should be requests fordefillama
UsdPricesUpdater
Note
The console logs are noise, I know.
Will remove them before merging.