external-adapters-js
external-adapters-js copied to clipboard
Monorepo containing JavaScript implementation of external adapters
## EA Overview [https://www.defidozen.com/](https://www.defidozen.com/) Index Feed Price Pairs: 6546 prim - 6547 back / DeFi Dozen / DeFi Index / 2% / 24hrs / 16 / Ethereum Equal weighted index...
Index Coop would like us to create the DATA index which will include 9 tokens at launch: Chainlink (LINK), Filecoin (FIL), The Graph (GRT), Basic Attention Token (BAT), Livepeer (LPT),...
Today, we have an existing gvol adapter that provides IV Feeds for BTC and ETH. It is currently providing data for 1, 2, 7, 14, 21, 28 intervals. This task...
We recently built an EA for Curve DEX (as the data source) to read price pair data on-chain. This ticket: We should use the Curve EA as an example and...
We want to upgrade certain EAs to support batching capabilities to reduce the number of requests on the data provider API. Batching allows us to combine multiple requests into a...
Provide the US CPI data from BLS released every month: [https://www.bls.gov/news.release/cpi.nr0.htm](https://www.bls.gov/news.release/cpi.nr0.htm) **Docs/Resources:** The solution intended here for a node with an adapter that queries the data every month and write...
While working on the genesis-volatility adapter I was not able to ensure that it was working properly because we no longer have an API key for that API. I left...
Currently the Websocket multiplexor filter can't identify subscriptions from incoming messages. As this is not a problem with messages that contain the subscription info ([we identify it through the adapter...
Interesting issue of distinguishing between crypto price EAs and stock price EAs. Came to light when testing the Intrinio adapter and requesting `BTC` prices which errored out. However testing `ETH`...
When a new request is sent to the EA, it will try and initialize a websocket connection. If the key is invalid, it will throw an error (which is good)...