smartcontractkit / external-adapters-js

Monorepo containing JavaScript implementation of external adapters
MIT License
268 stars 302 forks source link

Token-Allocation EA should support blocksize-capital EA #3316

Closed cawthorne closed 2 months ago

cawthorne commented 3 months ago

Closes #DF-20075

Description

Add support for the blocksize-capital EA in the token-allocation EA

Changes

Added a new BLOCKSIZE_CAPITAL_ADAPTER_URL and new blocksize-capital sources option.

Steps to Test

yarn test token-allocation

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 75d713e85e514d6e7e85cfb7d7245a722556a198

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages | Name | Type | | ------------------------------------------ | ----- | | @chainlink/token-allocation-adapter | Minor | | @chainlink/apy-finance-adapter | Patch | | @chainlink/bsol-price-adapter | Patch | | @chainlink/crypto-volatility-index-adapter | Patch | | @chainlink/curve-3pool-adapter | Patch | | @chainlink/defi-dozen-adapter | Patch | | @chainlink/defi-pulse-adapter | Patch | | @chainlink/dxdao-adapter | Patch | | @chainlink/linear-finance-adapter | Patch | | @chainlink/savax-price-adapter | Patch | | @chainlink/set-token-index-adapter | Patch | | @chainlink/synth-index-adapter | Patch | | @chainlink/vesper-adapter | Patch | | @chainlink/xsushi-price-adapter | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

cawthorne commented 3 months ago

Great! Might ask if you can keep the new lines in alphabetized order (at least in the README), but otherwise looks good 👍

Hi, I have alphabetized the README :)