diff --git a/.changeset/afraid-teachers-fold.md b/.changeset/afraid-teachers-fold.md deleted file mode 100644 index 76d7e5f01a..0000000000 --- a/.changeset/afraid-teachers-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/coinpaprika-adapter': patch ---- - -updated readme diff --git a/.changeset/curly-lions-travel.md b/.changeset/curly-lions-travel.md deleted file mode 100644 index c103e08b57..0000000000 --- a/.changeset/curly-lions-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/layer2-sequencer-health-adapter': minor ---- - -add support for metis to layer2-sequencer-health EA diff --git a/.changeset/hungry-spies-burn.md b/.changeset/hungry-spies-burn.md deleted file mode 100644 index bdd00ecd45..0000000000 --- a/.changeset/hungry-spies-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/ea-bootstrap': minor ---- - -added telemetry data to EA responses diff --git a/.changeset/loud-teachers-push.md b/.changeset/loud-teachers-push.md deleted file mode 100644 index 1997d184f6..0000000000 --- a/.changeset/loud-teachers-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/coinpaprika-adapter': patch ---- - -Fix issue where the API endpoint could not be changed with the API_ENDPOINT env var diff --git a/.changeset/lucky-islands-tell.md b/.changeset/lucky-islands-tell.md deleted file mode 100644 index d6a65ab8fe..0000000000 --- a/.changeset/lucky-islands-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/ccip-read-adapter': major ---- - -Renamed Durin EA to CCIP Read diff --git a/.changeset/rare-peaches-sing.md b/.changeset/rare-peaches-sing.md deleted file mode 100644 index 8f010ae69b..0000000000 --- a/.changeset/rare-peaches-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/enzyme-adapter': minor ---- - -Added calcNetShareValueInAsset endpoint to enzyme adapter. Added calcNetShareValueInAsset to enzyme ABI. Added unit & integration tests for new endpoint. diff --git a/.changeset/rude-numbers-fly.md b/.changeset/rude-numbers-fly.md deleted file mode 100644 index fdb1ed12a8..0000000000 --- a/.changeset/rude-numbers-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/ea-bootstrap': patch ---- - -with DEBUG=true iso time is used for logs, instead of epoch time diff --git a/.changeset/spicy-ligers-greet.md b/.changeset/spicy-ligers-greet.md deleted file mode 100644 index fbdfa62154..0000000000 --- a/.changeset/spicy-ligers-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/coinmarketcap-adapter': minor ---- - -added override to coinid for UST diff --git a/.changeset/tasty-drinks-act.md b/.changeset/tasty-drinks-act.md deleted file mode 100644 index e91154e400..0000000000 --- a/.changeset/tasty-drinks-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/proof-of-reserves-adapter': minor ---- - -fixed Filecoin address validation for actor addresses diff --git a/MASTERLIST.md b/MASTERLIST.md index 5d2a48f4a6..ea066c2aa9 100644 --- a/MASTERLIST.md +++ b/MASTERLIST.md @@ -1,170 +1,170 @@ This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info. -| Name | Version | Type | Default API URL | Dependencies | Environment Variables (✅ = required) | Endpoints | Default Endpoint | Batchable Endpoints | Supports WS | Unit Tests | Integration Tests | End-to-End Tests | -| :------------------------------------------------------------------------------: | :------: | :---------: | :-----------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :----------------------: | :-----------------: | :---------: | :---------------------------------------------------------: | :----------------------------------------------------------------: | :--------------------------------------------------------: | -| [1forge](packages/sources/1forge/README.md) | `1.4.37` | `source` | `https://api.1forge.com/` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `price`, `quotes` | `quotes` | `quotes` | ✅ | [✅](packages/sources/1forge/test/unit) | [✅](packages/sources/1forge/test/integration) | | -| [accuweather](packages/sources/accuweather/README.md) | `1.1.38` | `source` | `http://api.accuweather.com/` | | `API_ENDPOINT`, `API_KEY (✅)` | `current-conditions`, `location`, `location-current-conditions` | Unknown | | | [✅](packages/sources/accuweather/test/unit) | [✅](packages/sources/accuweather/test/integration) | | -| [ada-balance](packages/sources/ada-balance/README.md) | `2.3.31` | `source` | Unknown | | `HTTP_OGMIOS_URL`, `IS_TLS_ENABLED`, `RPC_PORT`, `WS_API_ENDPOINT`, `WS_OGMIOS_URL` | `balance` | `balance` | | | [✅](packages/sources/ada-balance/test/unit) | [✅](packages/sources/ada-balance/test/integration) | | -| [agoric](packages/targets/agoric/README.md) | `2.0.38` | `target` | `http://localhost:8000/api/oracle` | | `API_KEY` | Unknown | Unknown | Unknown | | | | [✅](packages/targets/agoric/test/e2e) | -| [alphachain](packages/sources/alphachain/README.md) | `1.1.38` | `source` | `https://alpha-chain2.p.rapidapi.com` | | `API_KEY (✅)` | `dataquery` | `dataquery` | | | [✅](packages/sources/alphachain/test/unit) | | | -| [alphavantage](packages/sources/alphavantage/README.md) | `1.1.38` | `source` | `https://www.alphavantage.co/query` | | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | | | [✅](packages/sources/alphavantage/test/unit) | [✅](packages/sources/alphavantage/test/integration) | | -| [alpine](packages/sources/alpine/README.md) | `1.1.38` | `source` | Unknown | | `ETHEREUM_RPC_URL`, `POLYGON_RPC_URL` | `lastblock`, `tvl` | Unknown | | | [✅](packages/sources/alpine/test/unit) | [✅](packages/sources/alpine/test/integration) | | -| [amberdata](packages/sources/amberdata/README.md) | `1.4.9` | `source` | `https://web3api.io` | | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_ENDPOINT` | `balance`, `crypto`, `gasprice`, `marketcap`, `price`, `token`, `volume` | Unknown | | ✅ | [✅](packages/sources/amberdata/test/unit) | [✅](packages/sources/amberdata/test/integration) | [✅](packages/sources/amberdata/test/e2e) | -| [anchor](packages/composites/anchor/README.md) | `3.2.16` | `composite` | Unknown | `terra-view-function-adapter` | `ANCHOR_VAULT_CONTRACT_ADDRESS`, `ETHEREUM_RPC_URL (✅)`, `ETH_TERRA_FEED_ADDRESS`, `FEED_DECIMALS`, `LUNA_TERRA_FEED_ADDRESS`, `RPC_URL`, `STETH_POOL_CONTRACT_ADDRESS`, `TERRA_BLUNA_HUB_CONTRACT_ADDRESS` | `price` | `price` | | | [✅](packages/composites/anchor/test/unit) | [✅](packages/composites/anchor/test/integration) | | -| [anyblock](packages/sources/anyblock/README.md) | `1.2.20` | `source` | `https://api.anyblock.tools` | | `API_KEY` | `gasprice`, `vwap` | `vwap` | | | [✅](packages/sources/anyblock/test/unit) | [✅](packages/sources/anyblock/test/integration) | [✅](packages/sources/anyblock/test/e2e) | -| [ap-election](packages/sources/ap-election/README.md) | `1.1.38` | `source` | `https://api.ap.org/v2` | | `API_ENDPOINT`, `API_KEY (✅)` | `election` | `election` | | | [✅](packages/sources/ap-election/test/unit) | [✅](packages/sources/ap-election/test/integration) | [✅](packages/sources/ap-election/test/e2e) | -| [apy-finance](packages/composites/apy-finance/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)`, `REGISTRY_ADDRESS (✅)` | `allocations`, `tvl` | `tvl` | | | | [✅](packages/composites/apy-finance/test/integration) | | -| [armanino](packages/sources/armanino/README.md) | `1.0.11` | `source` | `https://api.real-time-attest.trustexplorer.io/chainlink` | | | `balance`, `mco2` | `mco2` | | | [✅](packages/sources/armanino/test/unit) | [✅](packages/sources/armanino/test/integration) | [✅](packages/sources/armanino/test/e2e) | -| [augur](packages/composites/augur/README.md) | `1.0.54` | `composite` | Unknown | `sportsdataio-adapter`, `therundown-adapter` | `PRIVATE_KEY (✅)`, `RPC_URL` | Unknown | Unknown | Unknown | | | | [✅](packages/composites/augur/test/e2e) | -| [bea](packages/sources/bea/README.md) | `1.1.38` | `source` | `https://apps.bea.gov/api` | | `API_ENDPOINT`, `API_KEY (✅)` | `average` | `average` | | | [✅](packages/sources/bea/test/unit) | [✅](packages/sources/bea/test/integration) | [✅](packages/sources/bea/test/e2e) | -| [binance](packages/sources/binance/README.md) | `1.2.38` | `source` | `https://api.binance.com` | | `API_ENDPOINT`, `WS_API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | ✅ | [✅](packages/sources/binance/test/unit) | [✅](packages/sources/binance/test/integration) | | -| [binance-dex](packages/sources/binance-dex/README.md) | `1.3.9` | `source` | `dex-asiapacific` | | `API_ENDPOINT` | `price` | `price` | | | [✅](packages/sources/binance-dex/test/unit) | [✅](packages/sources/binance-dex/test/integration) | | -| [bitcoin-json-rpc](packages/composites/bitcoin-json-rpc/README.md) | `1.1.14` | `composite` | Unknown | `json-rpc-adapter` | `BITCOIN_RPC_URL` | `difficulty`, `getblockchaininfo`, `height`, `scan`, `scanobject`, `scantxoutset` | `getblockchaininfo` | | | | [✅](packages/composites/bitcoin-json-rpc/test/integration) | [✅](packages/composites/bitcoin-json-rpc/test/e2e) | -| [bitex](packages/sources/bitex/README.md) | `1.3.38` | `source` | `https://bitex.la/api` | | `API_ENDPOINT`, `API_KEY` | `crypto`, `tickers` | `crypto` | | | [✅](packages/sources/bitex/test/unit) | [✅](packages/sources/bitex/test/integration) | | -| [bitso](packages/sources/bitso/README.md) | `1.2.38` | `source` | `https://api.bitso.com/v3` | | `API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | | [✅](packages/sources/bitso/test/unit) | [✅](packages/sources/bitso/test/integration) | | -| [blockchain.com](packages/sources/blockchain.com/README.md) | `1.1.38` | `source` | Unknown | | `API_KEY (✅)`, `API_TIMEOUT` | `balance`, `difficulty`, `height` | `balance` | | | | | | -| [blockchair](packages/sources/blockchair/README.md) | `1.1.38` | `source` | `https://api.blockchair.com` | | `API_KEY`, `API_TIMEOUT` | `balance`, `difficulty`, `height`, `stats` | `balance` | | | [✅](packages/sources/blockchair/test/unit) | | [✅](packages/sources/blockchair/test/e2e) | -| [blockcypher](packages/sources/blockcypher/README.md) | `1.2.38` | `source` | Unknown | | `API_KEY (✅)` | `balance` | `balance` | | | | [✅](packages/sources/blockcypher/test/integration) | [✅](packages/sources/blockcypher/test/e2e) | -| [blocksize-capital](packages/sources/blocksize-capital/README.md) | `1.0.7` | `source` | Unknown | | `API_KEY (✅)` | `price` | `price` | | ✅ | [✅](packages/sources/blocksize-capital/test/unit) | [✅](packages/sources/blocksize-capital/test/integration) | | -| [blockstream](packages/sources/blockstream/README.md) | `1.2.38` | `source` | `https://blockstream.info/api` | | `API_ENDPOINT` | `difficulty`, `height` | `difficulty` | | | [✅](packages/sources/blockstream/test/unit) | [✅](packages/sources/blockstream/test/integration) | | -| [bob](packages/composites/bob/README.md) | `1.0.55` | `composite` | Unknown | `json-rpc-adapter` | | `format` | `format` | | | | | [✅](packages/composites/bob/test/e2e) | -| [bravenewcoin](packages/sources/bravenewcoin/README.md) | `1.2.18` | `source` | Unknown | | `API_KEY (✅)`, `CLIENT_ID (✅)` | `crypto`, `price`, `vwap` | `crypto` | | | [✅](packages/sources/bravenewcoin/test/unit) | [✅](packages/sources/bravenewcoin/test/integration) | | -| [bsol-price](packages/composites/bsol-price/README.md) | `2.0.35` | `composite` | Unknown | `solana-view-function-adapter`, `token-allocation-adapter` | `BSOL_ADDRESS`, `SOLIDO_ADDRESS`, `SOLIDO_CONTRACT_VERSION`, `STSOL_ADDRESS` | `price` | `price` | | | [✅](packages/composites/bsol-price/test/unit) | [✅](packages/composites/bsol-price/test/integration) | | -| [btc.com](packages/sources/btc.com/README.md) | `1.2.38` | `source` | `https://chain.api.btc.com` | | `API_ENDPOINT` | `balance`, `difficulty`, `height` | `balance` | | | | [✅](packages/sources/btc.com/test/integration) | [✅](packages/sources/btc.com/test/e2e) | -| [cache.gold](packages/sources/cache.gold/README.md) | `1.2.38` | `source` | `https://contract.cache.gold/api` | | `API_ENDPOINT` | `lockedGold` | `lockedGold` | | | [✅](packages/sources/cache.gold/test/unit) | [✅](packages/sources/cache.gold/test/integration) | | -| [celsius-address-list](packages/sources/celsius-address-list/README.md) | `1.0.17` | `source` | Unknown | | `RPC_URL (✅)` | `wallet` | `wallet` | | | [✅](packages/sources/celsius-address-list/test/unit) | [✅](packages/sources/celsius-address-list/test/integration) | | -| [cfbenchmarks](packages/sources/cfbenchmarks/README.md) | `1.4.30` | `source` | `https://www.cfbenchmarks.com/api` | | `API_PASSWORD (✅)`, `API_SECONDARY`, `API_USERNAME (✅)` | `crypto`, `price`, `values` | `values` | | ✅ | [✅](packages/sources/cfbenchmarks/test/unit) | [✅](packages/sources/cfbenchmarks/test/integration) | | -| [chain-reserve-wallet](packages/sources/chain-reserve-wallet/README.md) | `2.2.34` | `source` | Unknown | | `RPC_URL (✅)` | `wallet` | `wallet` | | | [✅](packages/sources/chain-reserve-wallet/test/unit) | [✅](packages/sources/chain-reserve-wallet/test/integration) | | -| [circuit-breaker](packages/composites/circuit-breaker/README.md) | `1.0.54` | `composite` | Unknown | | | `circuit` | `circuit` | | | [✅](packages/composites/circuit-breaker/test/unit) | [✅](packages/composites/circuit-breaker/test/integration) | | -| [coinapi](packages/sources/coinapi/README.md) | `1.1.39` | `source` | `https://rest.coinapi.io/v1/` | | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_ENDPOINT` | `assets`, `crypto`, `price` | `crypto` | `assets` | ✅ | [✅](packages/sources/coinapi/test/unit) | [✅](packages/sources/coinapi/test/integration) | | -| [coinbase](packages/sources/coinbase/README.md) | `1.2.38` | `source` | `https://api.coinbase.com` | | `API_ENDPOINT`, `WS_API_ENDPOINT` | `crypto`, `price` | `crypto` | | ✅ | [✅](packages/sources/coinbase/test/unit) | [✅](packages/sources/coinbase/test/integration) | | -| [coincodex](packages/sources/coincodex/README.md) | `1.2.38` | `source` | `https://coincodex.com/api/coincodex/` | | `API_ENDPOINT` | `getcoin` | `getcoin` | | | [✅](packages/sources/coincodex/test/unit) | [✅](packages/sources/coincodex/test/integration) | | -| [coingecko](packages/sources/coingecko/README.md) | `1.7.0` | `source` | `https://api.coingecko.com/api/v3` | | `API_KEY` | `coins`, `crypto`, `dominance`, `globalmarketcap`, `marketcap`, `price`, `volume` | `crypto` | `crypto` | | [✅](packages/sources/coingecko/test/unit) | [✅](packages/sources/coingecko/test/integration) | [✅](packages/sources/coingecko/test/e2e) | -| [coinlore](packages/sources/coinlore/README.md) | `1.2.38` | `source` | `https://api.coinlore.net/api` | | | `dominance`, `global`, `globalmarketcap` | `dominance` | | | | [✅](packages/sources/coinlore/test/integration) | | -| [coinmarketcap](packages/sources/coinmarketcap/README.md) | `1.3.40` | `source` | Unknown | | `API_KEY (✅)` | `crypto`, `dominance`, `globalmarketcap`, `historical`, `marketcap`, `price`, `volume` | `crypto` | `crypto` | | [✅](packages/sources/coinmarketcap/test/unit) | [✅](packages/sources/coinmarketcap/test/integration) | [✅](packages/sources/coinmarketcap/test/e2e) | -| [coinmetrics](packages/sources/coinmetrics/README.md) | `1.2.39` | `source` | `https://api.coinmetrics.io/v4` | | `API_KEY (✅)` | `burned`, `price`, `total-burned` | `price` | | ✅ | [✅](packages/sources/coinmetrics/test/unit) | [✅](packages/sources/coinmetrics/test/integration) | | -| [coinpaprika](packages/sources/coinpaprika/README.md) | `1.8.9` | `source` | `https://api.coinpaprika.com` | | `API_KEY`, `IS_TEST_MODE` | `coins`, `crypto`, `crypto-single`, `crypto-vwap`, `dominance`, `globalmarketcap`, `marketcap`, `price`, `volume`, `vwap` | `crypto` | `crypto` | | [✅](packages/sources/coinpaprika/test/unit) | [✅](packages/sources/coinpaprika/test/integration) | [✅](packages/sources/coinpaprika/test/e2e) | -| [coinranking](packages/sources/coinranking/README.md) | `1.1.38` | `source` | `https://api.coinranking.com/v2` | | `API_KEY (✅)` | `crypto`, `marketcap`, `price` | `crypto` | | | [✅](packages/sources/coinranking/test/unit) | [✅](packages/sources/coinranking/test/integration) | | -| [conflux](packages/targets/conflux/README.md) | `1.0.53` | `target` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `NETWORK_ID (✅)`, `PRIVATE_KEY (✅)` | | `conflux` | | | [✅](packages/targets/conflux/test/unit) | | | -| [covid-tracker](packages/sources/covid-tracker/README.md) | `1.2.38` | `source` | `https://api.covidtracking.com/v1` | | | `us` | `us` | | | [✅](packages/sources/covid-tracker/test/unit) | [✅](packages/sources/covid-tracker/test/integration) | | -| [cryptex](packages/sources/cryptex/README.md) | `1.0.1` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)` | `btc-dominance`, `dominance` | `btc-dominance` | | | [✅](packages/sources/cryptex/test/unit) | [✅](packages/sources/cryptex/test/integration) | | -| [crypto-volatility-index](packages/composites/crypto-volatility-index/README.md) | `1.1.29` | `composite` | Unknown | `token-allocation-adapter` | | `volatilityIndex` | `volatilityIndex` | | | [✅](packages/composites/crypto-volatility-index/test/unit) | [✅](packages/composites/crypto-volatility-index/test/integration) | [✅](packages/composites/crypto-volatility-index/test/e2e) | -| [cryptoapis](packages/sources/cryptoapis/README.md) | `1.1.38` | `source` | Unknown | | `API_KEY (✅)`, `API_TIMEOUT` | `balance`, `crypto`, `difficulty`, `height`, `price` | `crypto` | | | [✅](packages/sources/cryptoapis/test/unit) | [✅](packages/sources/cryptoapis/test/integration) | [✅](packages/sources/cryptoapis/test/e2e) | -| [cryptoapis-v2](packages/sources/cryptoapis-v2/README.md) | `1.1.38` | `source` | Unknown | | `API_KEY (✅)` | `balance`, `difficulty`, `height`, `price` | `price` | | | [✅](packages/sources/cryptoapis-v2/test/unit) | | [✅](packages/sources/cryptoapis-v2/test/e2e) | -| [cryptocompare](packages/sources/cryptocompare/README.md) | `1.3.27` | `source` | `https://min-api.cryptocompare.com` | | `API_KEY (✅)` | `crypto`, `crypto-vwap`, `marketcap`, `price`, `volume`, `vwap` | `crypto` | `crypto` | ✅ | [✅](packages/sources/cryptocompare/test/unit) | [✅](packages/sources/cryptocompare/test/integration) | [✅](packages/sources/cryptocompare/test/e2e) | -| [cryptoid](packages/sources/cryptoid/README.md) | `1.2.38` | `source` | Unknown | | `API_KEY (✅)` | `difficulty`, `height` | `difficulty` | | | [✅](packages/sources/cryptoid/test/unit) | [✅](packages/sources/cryptoid/test/integration) | | -| [cryptomkt](packages/sources/cryptomkt/README.md) | `1.2.38` | `source` | `https://api.exchange.cryptomkt.com/api/3/` | | `API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | | [✅](packages/sources/cryptomkt/test/unit) | [✅](packages/sources/cryptomkt/test/integration) | | -| [currencylayer](packages/sources/currencylayer/README.md) | `1.3.36` | `source` | `https://api.currencylayer.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `live`, `price` | `convert` | `live` | | [✅](packages/sources/currencylayer/test/unit) | [✅](packages/sources/currencylayer/test/integration) | | -| [curve](packages/sources/curve/README.md) | `1.2.18` | `source` | Unknown | | `ADDRESS_PROVIDER`, `BLOCKCHAIN_NETWORK`, `EXCHANGE_PROVIDER_ID`, `RPC_URL (✅)` | `crypto` | `crypto` | | | [✅](packages/sources/curve/test/unit) | [✅](packages/sources/curve/test/integration) | [✅](packages/sources/curve/test/e2e) | -| [defi-dozen](packages/composites/defi-dozen/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)`, `OPTION` | `allocation` | `allocation` | | | | [✅](packages/composites/defi-dozen/test/integration) | | -| [defi-pulse](packages/composites/defi-pulse/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)` | `allocation` | `allocation` | | | | | | -| [deribit](packages/sources/deribit/README.md) | `1.1.38` | `source` | `https://www.deribit.com/api/v2/public/` | | `API_ENDPOINT` | `crypto` | `crypto` | | | [✅](packages/sources/deribit/test/unit) | [✅](packages/sources/deribit/test/integration) | | -| [dns-query](packages/sources/dns-query/README.md) | `1.4.0` | `source` | Unknown | | `CUSTOM_ENDPOINT`, `DNS_PROVIDER (✅)` | `dnsProof`, `dnsQuery` | `dnsQuery` | | | [✅](packages/sources/dns-query/test/unit) | [✅](packages/sources/dns-query/test/integration) | | -| [dns-record-check](packages/composites/dns-record-check/README.md) | `1.1.33` | `composite` | Unknown | `dns-query-adapter` | | `dnsQuery` | `dnsQuery` | | | | [✅](packages/composites/dns-record-check/test/integration) | | -| [durin](packages/sources/ccip-read/README.md) | `1.1.38` | `source` | Unknown | | `ADDRESS_MANAGER_CONTRACT`, `L2_RPC_URL`, `RPC_URL (✅)` | `optimism-metis-gateway` | `optimism-metis-gateway` | | | [✅](packages/sources/ccip-read/test/unit) | | [✅](packages/sources/ccip-read/test/e2e) | -| [dwolla](packages/sources/dwolla/README.md) | `1.1.38` | `source` | Unknown | | `API_METHOD`, `DWOLLA_APP_KEY`, `DWOLLA_APP_SECRET`, `ENVIRONMENT`, `FUNDING_SOURCE` | `dwolla` | `dwolla` | | | [✅](packages/sources/dwolla/test/unit) | | | -| [dxdao](packages/composites/dxdao/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `WETH_CONTRACT_ADDRESS`, `XDAI_RPC_URL (✅)` | `TVL` | `TVL` | | | [✅](packages/composites/dxdao/test/unit) | [✅](packages/composites/dxdao/test/integration) | [✅](packages/composites/dxdao/test/e2e) | -| [dxfeed](packages/sources/dxfeed/README.md) | `1.2.41` | `source` | Unknown | | `API_ENDPOINT`, `API_PASSWORD (✅)`, `API_USERNAME (✅)` | `commodities`, `crypto`, `forex`, `price`, `stock` | `price` | `price` | ✅ | [✅](packages/sources/dxfeed/test/unit) | [✅](packages/sources/dxfeed/test/integration) | | -| [dxfeed-secondary](packages/sources/dxfeed-secondary/README.md) | `1.1.53` | `source` | Unknown | `dxfeed-adapter` | | Unknown | Unknown | Unknown | Unknown | [✅](packages/sources/dxfeed-secondary/test/unit) | [✅](packages/sources/dxfeed-secondary/test/integration) | | -| [dydx-rewards](packages/composites/dydx-rewards/README.md) | `1.2.0` | `composite` | Unknown | `ipfs-adapter` | `ETHEREUM_RPC_URL (✅)`, `MARKET_MAKER_REWARDS_AMOUNT`, `PRIVATE_KEY (✅)`, `TRADER_REWARDS_AMOUNT`, `TRADER_SCORE_A`, `TRADER_SCORE_B`, `TRADER_SCORE_C`, `TREASURY_CLAIM_ADDRESS` | `rewards` | `rewards` | | | [✅](packages/composites/dydx-rewards/test/unit) | [✅](packages/composites/dydx-rewards/test/integration) | | -| [dydx-stark](packages/targets/dydx-stark/README.md) | `1.0.53` | `target` | `https://api.stage.dydx.exchange/v3/price` | | `API_ENDPOINT`, `ORACLE_NAME (✅)`, `PRIVATE_KEY (✅)`, `STARK_MESSAGE (✅)` | | `send` | | | [✅](packages/targets/dydx-stark/test/unit) | | | -| [ens](packages/sources/ens/README.md) | `1.0.4` | `source` | Unknown | | `RPC_URL (✅)` | `lookup` | `lookup` | | | [✅](packages/sources/ens/test/unit) | [✅](packages/sources/ens/test/integration) | [✅](packages/sources/ens/test/e2e) | -| [enzyme](packages/sources/enzyme/README.md) | `1.1.38` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)` | `calcGav`, `calcNav`, `calcNetValueForSharesHolder` | `calcNav` | | | [✅](packages/sources/enzyme/test/unit) | [✅](packages/sources/enzyme/test/integration) | [✅](packages/sources/enzyme/test/e2e) | -| [eodhistoricaldata](packages/sources/eodhistoricaldata/README.md) | `1.2.38` | `source` | `https://eodhistoricaldata.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `stock` | `stock` | | | [✅](packages/sources/eodhistoricaldata/test/unit) | [✅](packages/sources/eodhistoricaldata/test/integration) | | -| [eth-balance](packages/sources/eth-balance/README.md) | `1.2.9` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)` | `balance` | `balance` | | | [✅](packages/sources/eth-balance/test/unit) | [✅](packages/sources/eth-balance/test/integration) | [✅](packages/sources/eth-balance/test/e2e) | -| [etherchain](packages/sources/etherchain/README.md) | `1.2.38` | `source` | `https://www.etherchain.org` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/etherchain/test/unit) | [✅](packages/sources/etherchain/test/integration) | | -| [etherscan](packages/sources/etherscan/README.md) | `1.2.38` | `source` | `https://api.etherscan.io` | | `API_KEY (✅)` | `gasprice` | `gasprice` | | | | [✅](packages/sources/etherscan/test/integration) | [✅](packages/sources/etherscan/test/e2e) | -| [ethgasstation](packages/sources/ethgasstation/README.md) | `1.3.27` | `source` | `https://ethgasstation.info/` | | `API_ENDPOINT`, `API_KEY (✅)` | `gasprice` | `gasprice` | | | [✅](packages/sources/ethgasstation/test/unit) | [✅](packages/sources/ethgasstation/test/integration) | | -| [ethgaswatch](packages/sources/ethgaswatch/README.md) | `1.2.38` | `source` | `https://ethgas.watch` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/ethgaswatch/test/unit) | [✅](packages/sources/ethgaswatch/test/integration) | | -| [ethwrite](packages/targets/ethwrite/README.md) | `1.0.53` | `target` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `NETWORK`, `PRIVATE_KEY (✅)` | | `txsend` | | | [✅](packages/targets/ethwrite/test/unit) | | | -| [expert-car-broker](packages/sources/expert-car-broker/README.md) | `1.2.38` | `source` | `https://prices.expertcarbroker.workers.dev/` | | `API_ENDPOINT` | `feed` | `feed` | | | | [✅](packages/sources/expert-car-broker/test/integration) | | -| [fcsapi](packages/sources/fcsapi/README.md) | `1.1.26` | `source` | `https://fcsapi.com/api-v3/` | | `API_KEY (✅)` | `common`, `forex`, `stock` | `common` | | | [✅](packages/sources/fcsapi/test/unit) | [✅](packages/sources/fcsapi/test/integration) | | -| [finage](packages/sources/finage/README.md) | `1.3.39` | `source` | `https://api.finage.co.uk` | | `API_KEY (✅)`, `CRYPTO_WS_API_ENDPOINT`, `FOREX_WS_API_ENDPOINT`, `STOCK_WS_API_ENDPOINT`, `WS_SOCKET_KEY` | `crypto`, `eod`, `forex`, `stock` | `stock` | `eod`, `stock` | ✅ | [✅](packages/sources/finage/test/unit) | [✅](packages/sources/finage/test/integration) | | -| [finnhub](packages/sources/finnhub/README.md) | `1.1.26` | `source` | `https://finnhub.io/api/v1/` | | `API_KEY (✅)` | `common`, `quote` | `quote` | | | [✅](packages/sources/finnhub/test/unit) | [✅](packages/sources/finnhub/test/integration) | | -| [fixer](packages/sources/fixer/README.md) | `1.3.36` | `source` | `https://data.fixer.io` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `latest`, `price` | `convert` | `latest` | | [✅](packages/sources/fixer/test/unit) | [✅](packages/sources/fixer/test/integration) | | -| [flightaware](packages/sources/flightaware/README.md) | `1.1.38` | `source` | `https://flightxml.flightaware.com/json/FlightXML2` | | `API_ENDPOINT`, `API_KEY (✅)`, `API_USERNAME (✅)` | `actualarrivaltime`, `estimatedarrivaltime` | `estimatedarrivaltime` | | | [✅](packages/sources/flightaware/test/unit) | | [✅](packages/sources/flightaware/test/e2e) | -| [fmpcloud](packages/sources/fmpcloud/README.md) | `1.2.38` | `source` | `https://fmpcloud.io` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `quote`, `stock` | `stock` | | | [✅](packages/sources/fmpcloud/test/unit) | [✅](packages/sources/fmpcloud/test/integration) | | -| [galaxis](packages/sources/galaxis/README.md) | `2.6.6` | `source` | `https://cdn.nba.com/static/json/staticData/NFTNightlyAchievements` | | `API_ENDPOINT (✅)`, `CHAIN_BATCH_WRITE_ADAPTER_ADDRESS`, `EC_REGISTRY_ADDRESS`, `EC_REGISTRY_MAP_ADDRESS (✅)`, `POLYGON_RPC_URL (✅)` | `nba` | `nba` | | | | [✅](packages/sources/galaxis/test/integration) | | -| [gemini](packages/sources/gemini/README.md) | `2.1.38` | `source` | `https://api.gemini.com` | | `API_ENDPOINT` | `reserves` | `reserves` | | | [✅](packages/sources/gemini/test/unit) | [✅](packages/sources/gemini/test/integration) | [✅](packages/sources/gemini/test/e2e) | -| [genesis-volatility](packages/sources/genesis-volatility/README.md) | `1.2.38` | `source` | `https://app.pinkswantrading.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `volatility` | `volatility` | | | [✅](packages/sources/genesis-volatility/test/unit) | [✅](packages/sources/genesis-volatility/test/integration) | | -| [geodb](packages/sources/geodb/README.md) | `1.1.38` | `source` | `http://35.195.237.123:8000/` | | `API_ENDPOINT` | `matches` | `matches` | | | [✅](packages/sources/geodb/test/unit) | | | -| [google-bigquery](packages/sources/google-bigquery/README.md) | `1.1.38` | `source` | Unknown | | `AUTO_RETRY`, `KEY_FILENAME`, `LOCATION`, `MAX_RETRIES`, `PROJECT_ID` | `bigquery` | Unknown | | | | | | -| [google-weather](packages/composites/google-weather/README.md) | `1.0.54` | `composite` | Unknown | `google-bigquery-adapter` | `DATASET` | `weather` | `weather` | | | | | [✅](packages/composites/google-weather/test/e2e) | -| [gramchain](packages/sources/gramchain/README.md) | `1.0.27` | `source` | Unknown | | | `getgrambalances` | Unknown | | | [✅](packages/sources/gramchain/test/unit) | [✅](packages/sources/gramchain/test/integration) | | -| [graphql](packages/sources/graphql/README.md) | `1.1.38` | `source` | Unknown | | | `graphql` | `graphql` | | | [✅](packages/sources/graphql/test/unit) | | | -| [gsr](packages/sources/gsr/README.md) | `1.0.1` | `source` | `https://oracle.dev.gsr.io/v1` | | `WS_API_ENDPOINT (✅)`, `WS_PRIVATE_KEY (✅)`, `WS_PUBLIC_KEY (✅)`, `WS_USER_ID (✅)` | `price` | `price` | | ✅ | [✅](packages/sources/gsr/test/unit) | [✅](packages/sources/gsr/test/integration) | | -| [harmony](packages/targets/harmony/README.md) | `1.0.53` | `target` | `https://api.s0.t.hmny.io` | | `API_ENDPOINT`, `CHAIN_ID`, `GAS_LIMIT`, `PRIVATE_KEY (✅)` | Unknown | Unknown | Unknown | Unknown | | | [✅](packages/targets/harmony/test/e2e) | -| [historical-average](packages/composites/historical-average/README.md) | `1.0.51` | `composite` | Unknown | `coinmarketcap-adapter` | `COINMARKETCAP_ADAPTER_URL`, `DEFAULT_SOURCE` | Unknown | Unknown | Unknown | | [✅](packages/composites/historical-average/test/unit) | [✅](packages/composites/historical-average/test/integration) | [✅](packages/composites/historical-average/test/e2e) | -| [iex-cloud](packages/sources/iex-cloud/README.md) | `1.1.38` | `source` | `https://cloud.iexapis.com/stable` | | `API_ENDPOINT`, `API_KEY (✅)` | `crypto`, `eod`, `eod-close`, `stock` | `stock` | | | [✅](packages/sources/iex-cloud/test/unit) | [✅](packages/sources/iex-cloud/test/integration) | | -| [implied-price](packages/composites/implied-price/README.md) | `1.0.14` | `composite` | Unknown | | | `impliedPrice` | `impliedPrice` | | | [✅](packages/composites/implied-price/test/unit) | [✅](packages/composites/implied-price/test/integration) | | -| [intrinio](packages/sources/intrinio/README.md) | `1.2.16` | `source` | `https://api-v2.intrinio.com/` | | `API_KEY (✅)` | Unknown | Unknown | Unknown | ✅ | [✅](packages/sources/intrinio/test/unit) | [✅](packages/sources/intrinio/test/integration) | | -| [ipfs](packages/sources/ipfs/README.md) | `1.2.34` | `source` | Unknown | | `API_ENDPOINT` | `read`, `write` | `read` | | | | [✅](packages/sources/ipfs/test/integration) | [✅](packages/sources/ipfs/test/e2e) | -| [jpegd](packages/sources/jpegd/README.md) | `2.0.7` | `source` | `https://jpegapi.com` | | `API_KEY (✅)` | `collections`, `punks` | `punks` | | | [✅](packages/sources/jpegd/test/unit) | [✅](packages/sources/jpegd/test/integration) | | -| [json-rpc](packages/sources/json-rpc/README.md) | `1.2.26` | `source` | `http://localhost:8545` | | `RPC_URL (✅)` | `request` | `request` | | | | [✅](packages/sources/json-rpc/test/integration) | [✅](packages/sources/json-rpc/test/e2e) | -| [kaiko](packages/sources/kaiko/README.md) | `1.3.10` | `source` | `https://us.market-api.kaiko.io/v2/data/trades.v1` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `trades` | `trades` | | | [✅](packages/sources/kaiko/test/unit) | [✅](packages/sources/kaiko/test/integration) | [✅](packages/sources/kaiko/test/e2e) | -| [layer2-sequencer-health](packages/sources/layer2-sequencer-health/README.md) | `1.3.0` | `source` | Unknown | | `ARBITRUM_HEALTH_ENDPOINT`, `ARBITRUM_RPC_ENDPOINT`, `DELTA`, `OPTIMISM_HEALTH_ENDPOINT`, `OPTIMISM_RPC_ENDPOINT` | `health` | `health` | | | [✅](packages/sources/layer2-sequencer-health/test/unit) | [✅](packages/sources/layer2-sequencer-health/test/integration) | | -| [lcx](packages/sources/lcx/README.md) | `1.2.26` | `source` | `https://rp.lcx.com/v1/rates/current` | | `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/lcx/test/unit) | [✅](packages/sources/lcx/test/integration) | | -| [lido](packages/sources/lido/README.md) | `1.0.2` | `source` | Unknown | | `POLYGON_RPC_URL (✅)` | `stmatic` | `stmatic` | | | [✅](packages/sources/lido/test/unit) | [✅](packages/sources/lido/test/integration) | | -| [linear-finance](packages/composites/linear-finance/README.md) | `2.0.31` | `composite` | `https://pro-api.xangle.io` | `token-allocation-adapter` | `API_KEY (✅)` | `allocations`, `prices` | `prices` | | | [✅](packages/composites/linear-finance/test/unit) | [✅](packages/composites/linear-finance/test/integration) | | -| [linkpool](packages/sources/linkpool/README.md) | `1.1.26` | `source` | `https://api.ice.linkpool.io/v1` | | `API_KEY (✅)` | `futures` | `futures` | | | [✅](packages/sources/linkpool/test/unit) | | | -| [lition](packages/sources/lition/README.md) | `1.1.38` | `source` | `https://staking.lition.io/api/v1` | | `API_ENDPOINT` | `energy` | `energy` | | | [✅](packages/sources/lition/test/unit) | | | -| [lotus](packages/sources/lotus/README.md) | `2.1.38` | `source` | Unknown | `json-rpc-adapter` | `API_KEY (✅)` | `Filecoin.WalletBalance`, `balance` | `balance` | | | [✅](packages/sources/lotus/test/unit) | [✅](packages/sources/lotus/test/integration) | [✅](packages/sources/lotus/test/e2e) | -| [market-closure](packages/composites/market-closure/README.md) | `1.0.53` | `composite` | Unknown | `fcsapi-adapter`, `finnhub-adapter` | `CHECK_API_KEY`, `FCSAPI_ADAPTER_URL`, `FINNHUB_ADAPTER_URL`, `TH_API_KEY` | Unknown | Unknown | Unknown | | [✅](packages/composites/market-closure/test/unit) | | [✅](packages/composites/market-closure/test/e2e) | -| [marketstack](packages/sources/marketstack/README.md) | `1.2.38` | `source` | `http://api.marketstack.com/v1/` | | `API_ENDPOINT`, `API_KEY (✅)` | `eod`, `stock` | `stock` | | | [✅](packages/sources/marketstack/test/unit) | [✅](packages/sources/marketstack/test/integration) | | -| [medianizer](packages/composites/medianizer/README.md) | `1.0.52` | `composite` | Unknown | | | `medianizer` | `medianizer` | | | [✅](packages/composites/medianizer/test/unit) | [✅](packages/composites/medianizer/test/integration) | | -| [messari](packages/sources/messari/README.md) | `1.1.38` | `source` | `https://data.messari.io/api/v1/` | | `API_ENDPOINT`, `API_KEY` | `assets`, `dominance` | `assets` | | | [✅](packages/sources/messari/test/unit) | | | -| [metalsapi](packages/sources/metalsapi/README.md) | `1.6.35` | `source` | `https://metals-api.com/api/` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `latest` | `forex` | `latest` | | [✅](packages/sources/metalsapi/test/unit) | [✅](packages/sources/metalsapi/test/integration) | | -| [mock-ea](packages/sources/mock-ea/README.md) | `2.0.26` | `source` | Unknown | | `DEVIATION_AMOUNT (✅)`, `MIN_RESULT (✅)`, `UPDATE_INTERVAL_IN_MS (✅)` | `price` | `price` | | | | [✅](packages/sources/mock-ea/test/integration) | | -| [mycryptoapi](packages/sources/mycryptoapi/README.md) | `1.2.38` | `source` | `https://gas.mycryptoapi.com/` | | | `gasprice` | `gasprice` | | | [✅](packages/sources/mycryptoapi/test/unit) | [✅](packages/sources/mycryptoapi/test/integration) | | -| [ncfx](packages/sources/ncfx/README.md) | `1.2.16` | `source` | `http://localhost:18081` | | `API_PASSWORD (✅)`, `API_USERNAME (✅)`, `FOREX_WS_PASSWORD`, `FOREX_WS_USERNAME` | `crypto`, `forex` | `crypto` | | ✅ | [✅](packages/sources/ncfx/test/unit) | [✅](packages/sources/ncfx/test/integration) | | -| [nftx](packages/composites/nftx/README.md) | `2.0.20` | `composite` | Unknown | `uniswap-v2-adapter` | `ETHEREUM_RPC_URL (✅)` | `price` | Unknown | | | [✅](packages/composites/nftx/test/unit) | [✅](packages/composites/nftx/test/integration) | | -| [nikkei](packages/sources/nikkei/README.md) | `1.1.48` | `source` | `https://indexes.nikkei.co.jp/en/nkave/` | | `API_ENDPOINT` | `price`, `stock` | `stock` | | | [✅](packages/sources/nikkei/test/unit) | [✅](packages/sources/nikkei/test/integration) | | -| [nomics](packages/sources/nomics/README.md) | `1.2.9` | `source` | `https://api.nomics.com/v1` | | `API_ENDPOINT`, `API_KEY (✅)` | `crypto`, `filtered`, `globalmarketcap`, `marketcap`, `price`, `volume` | `crypto` | `crypto` | | [✅](packages/sources/nomics/test/unit) | [✅](packages/sources/nomics/test/integration) | | -| [oilpriceapi](packages/sources/oilpriceapi/README.md) | `2.0.38` | `source` | `https://api.oilpriceapi.com/v1/` | | `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/oilpriceapi/test/unit) | [✅](packages/sources/oilpriceapi/test/integration) | | -| [onchain-gas](packages/sources/onchain-gas/README.md) | `1.2.16` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `ETHEREUM_WS_RPC_URL (✅)` | `gas` | `gas` | | ✅ | [✅](packages/sources/onchain-gas/test/unit) | [✅](packages/sources/onchain-gas/test/integration) | | -| [openexchangerates](packages/sources/openexchangerates/README.md) | `1.3.36` | `source` | `https://openexchangerates.org/api/` | | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | `forex` | | [✅](packages/sources/openexchangerates/test/unit) | [✅](packages/sources/openexchangerates/test/integration) | | -| [orchid-bandwidth](packages/sources/orchid-bandwidth/README.md) | `1.1.38` | `source` | `https://chainlink.orchid.com/0` | | `API_ENDPOINT` | `bandwidth` | `bandwidth` | | | | [✅](packages/sources/orchid-bandwidth/test/integration) | | -| [outlier-detection](packages/composites/outlier-detection/README.md) | `1.0.91` | `composite` | Unknown | | `DERIBIT_ADAPTER_URL`, `DXFEED_ADAPTER_URL`, `GENESIS_VOLATILITY_ADAPTER_URL`, `OILPRICEAPI_COM_ADAPTER_URL`, `XBTO_ADAPTER_URL` | `outlier` | `outlier` | | | | | | -| [paxos](packages/sources/paxos/README.md) | `1.2.38` | `source` | `https://api.paxos.com/v1/` | | | `assetAttestation` | `assetAttestation` | | | [✅](packages/sources/paxos/test/unit) | [✅](packages/sources/paxos/test/integration) | | -| [paypal](packages/sources/paypal/README.md) | `1.1.38` | `source` | Unknown | | `CLIENT_ID (✅)`, `CLIENT_SECRET (✅)`, `MODE` | `getpayout`, `read`, `sendpayout`, `write` | `sendpayout` | | | [✅](packages/sources/paypal/test/unit) | | [✅](packages/sources/paypal/test/e2e) | -| [poa](packages/sources/poa/README.md) | `1.2.38` | `source` | `https://gasprice.poa.network/` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/poa/test/unit) | [✅](packages/sources/poa/test/integration) | | -| [polygon](packages/sources/polygon/README.md) | `1.5.0` | `source` | `https://api.polygon.io` | | `API_ENDPOINT`, `API_KEY (✅)` | `conversion`, `forex`, `price`, `tickers` | `tickers` | `tickers` | | [✅](packages/sources/polygon/test/unit) | [✅](packages/sources/polygon/test/integration) | | -| [por-address-list](packages/sources/por-address-list/README.md) | `1.0.1` | `source` | Unknown | | `RPC_URL (✅)` | `address` | `address` | | | [✅](packages/sources/por-address-list/test/unit) | [✅](packages/sources/por-address-list/test/integration) | [✅](packages/sources/por-address-list/test/e2e) | -| [por-indexer](packages/composites/por-indexer/README.md) | `1.0.41` | `composite` | Unknown | `proof-of-reserves-adapter` | `BITCOIN_MAINNET_POR_INDEXER_URL` | Unknown | Unknown | Unknown | | | | [✅](packages/composites/por-indexer/test/e2e) | -| [proof-of-reserves](packages/composites/proof-of-reserves/README.md) | `1.7.0` | `composite` | Unknown | `ada-balance-adapter`, `amberdata-adapter`, `bitcoin-json-rpc-adapter`, `blockchain.com-adapter`, `blockchair-adapter`, `blockcypher-adapter`, `btc.com-adapter`, `celsius-address-list-adapter`, `chain-reserve-wallet-adapter`, `cryptoapis-adapter`, `eth-balance-adapter`, `gemini-adapter`, `lotus-adapter`, `por-indexer-adapter`, `reduce-adapter`, `renvm-address-set-adapter`, `sochain-adapter`, `wbtc-address-set-adapter`, `wrapped-adapter` | `ADA_BALANCE_ADAPTER_URL`, `AMBERDATA_ADAPTER_URL`, `BLOCKCHAIN_COM_ADAPTER_URL`, `BLOCKCHAIR_ADAPTER_URL`, `BLOCKCYPHER_ADAPTER_URL`, `BTC_COM_ADAPTER_URL`, `CELSIUS_ADDRESS_LIST_ADAPTER_URL`, `CHAIN_RESERVE_WALLET_ADAPTER_URL`, `CRYPTOAPIS_ADAPTER_URL`, `RENVM_ADAPTER_URL`, `SOCHAIN_ADAPTER_URL`, `WBTC_ADAPTER_URL` | `reserves` | `reserves` | | | [✅](packages/composites/proof-of-reserves/test/unit) | [✅](packages/composites/proof-of-reserves/test/integration) | | -| [reduce](packages/sources/reduce/README.md) | `1.2.26` | `source` | Unknown | | | `reduce` | `reduce` | | | | [✅](packages/sources/reduce/test/integration) | | -| [reference-transform](packages/composites/reference-transform/README.md) | `1.0.91` | `composite` | Unknown | | `SOURCE_ADAPTER_URL (✅)` | `transform` | `transform` | | | | | | -| [renvm-address-set](packages/sources/renvm-address-set/README.md) | `1.3.31` | `source` | Unknown | `proof-of-reserves-adapter` | `API_ENDPOINT (✅)`, `NETWORK` | `address` | `address` | | | | [✅](packages/sources/renvm-address-set/test/integration) | | -| [satoshitango](packages/sources/satoshitango/README.md) | `1.2.38` | `source` | `https://api.satoshitango.com/v3` | | `API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | | [✅](packages/sources/satoshitango/test/unit) | [✅](packages/sources/satoshitango/test/integration) | | -| [savax-price](packages/composites/savax-price/README.md) | `2.0.22` | `composite` | Unknown | `token-allocation-adapter` | `AVALANCHE_RPC_URL (✅)`, `SAVAX_ADDRESS` | `price` | `price` | | | [✅](packages/composites/savax-price/test/unit) | [✅](packages/composites/savax-price/test/integration) | [✅](packages/composites/savax-price/test/e2e) | -| [set-token-index](packages/composites/set-token-index/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)` | `allocations`, `token-index`, `tokens` | `token-index` | | | | [✅](packages/composites/set-token-index/test/integration) | | -| [snowflake](packages/sources/snowflake/README.md) | `1.1.38` | `source` | Unknown | | `ACCOUNT (✅)`, `CLOUD_PROVIDER`, `CLOUD_REGION`, `DATABASE`, `DB_USERNAME (✅)`, `PRIVATE_KEY (✅)`, `SCHEMA` | `covid-cases` | `covid-cases` | | | [✅](packages/sources/snowflake/test/unit) | [✅](packages/sources/snowflake/test/integration) | | -| [sochain](packages/sources/sochain/README.md) | `1.2.38` | `source` | `https://sochain.com` | | `API_ENDPOINT` | `balance` | `balance` | | | | [✅](packages/sources/sochain/test/integration) | [✅](packages/sources/sochain/test/e2e) | -| [solana-view-function](packages/sources/solana-view-function/README.md) | `2.1.24` | `source` | Unknown | | `COMMITMENT`, `RPC_URL (✅)` | `accounts` | `accounts` | | | [✅](packages/sources/solana-view-function/test/unit) | [✅](packages/sources/solana-view-function/test/integration) | | -| [spectral-macro-score](packages/sources/spectral-macro-score/README.md) | `1.1.38` | `source` | `https://xzff24vr3m.execute-api.us-east-2.amazonaws.com/default/` | | `API_ENDPOINT`, `API_KEY (✅)`, `ETHEREUM_RPC_URL (✅)`, `NFC_ADDRESS (✅)` | `spectral-proxy` | `spectral-proxy` | | | [✅](packages/sources/spectral-macro-score/test/unit) | [✅](packages/sources/spectral-macro-score/test/integration) | | -| [sportsdataio](packages/sources/sportsdataio/README.md) | `1.1.52` | `source` | `https://fly.sportsdata.io/v3` | | `CFB_SCORES_API_KEY`, `MLB_API_KEY`, `MMA_STATS_API_KEY`, `NBA_API_KEY`, `NFL_SCORES_API_KEY` | Unknown | `scores` | Unknown | | [✅](packages/sources/sportsdataio/test/unit) | [✅](packages/sources/sportsdataio/test/integration) | | -| [stasis](packages/sources/stasis/README.md) | `1.1.39` | `source` | `https://stasis.net` | | | `supply` | `supply` | | | | [✅](packages/sources/stasis/test/integration) | | -| [synth-index](packages/composites/synth-index/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `DEFAULT_NETWORK` | `value` | `value` | | | [✅](packages/composites/synth-index/test/unit) | [✅](packages/composites/synth-index/test/integration) | | -| [synthetix-debt-pool](packages/sources/synthetix-debt-pool/README.md) | `3.1.8` | `source` | Unknown | | `ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_OPTIMISM_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_OPTIMISM_RPC_URL`, `KOVAN_RPC_URL`, `OPTIMISM_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `OPTIMISM_RPC_URL`, `RPC_URL` | `debt`, `debt-ratio` | `debt` | | | [✅](packages/sources/synthetix-debt-pool/test/unit) | [✅](packages/sources/synthetix-debt-pool/test/integration) | [✅](packages/sources/synthetix-debt-pool/test/e2e) | -| [taapi](packages/sources/taapi/README.md) | `1.1.38` | `source` | `https://api.taapi.io/` | | `API_KEY (✅)` | `indicator` | `indicator` | | | [✅](packages/sources/taapi/test/unit) | [✅](packages/sources/taapi/test/integration) | | -| [terra-view-function](packages/sources/terra-view-function/README.md) | `1.2.21` | `source` | Unknown | | `BOMBAY_12_LCD_URL (✅)`, `COLUMBUS_5_LCD_URL (✅)`, `DEFAULT_CHAIN_ID`, `LOCALTERRA_LCD_URL (✅)` | `view` | `view` | | | [✅](packages/sources/terra-view-function/test/unit) | [✅](packages/sources/terra-view-function/test/integration) | [✅](packages/sources/terra-view-function/test/e2e) | -| [the-graph](packages/composites/the-graph/README.md) | `1.0.53` | `composite` | Unknown | `graphql-adapter` | `RPC_URL (✅)`, `UNISWAP_V3_SUBGRAPH_ENDPOINT` | `prices` | `prices` | | | [✅](packages/composites/the-graph/test/unit) | | | -| [therundown](packages/sources/therundown/README.md) | `1.2.38` | `source` | `https://therundown-therundown-v1.p.rapidapi.com/` | | `API_ENDPOINT`, `API_KEY (✅)` | `event`, `events`, `total-score` | `total-score` | | | [✅](packages/sources/therundown/test/unit) | [✅](packages/sources/therundown/test/integration) | | -| [tiingo](packages/sources/tiingo/README.md) | `1.10.9` | `source` | `https://api.tiingo.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `commodities`, `crypto`, `crypto-synth`, `crypto-vwap`, `eod`, `forex`, `fx`, `iex`, `price`, `prices`, `stock`, `top`, `volume`, `vwap` | `crypto` | | ✅ | [✅](packages/sources/tiingo/test/unit) | [✅](packages/sources/tiingo/test/integration) | | -| [token-allocation](packages/composites/token-allocation/README.md) | `1.3.22` | `composite` | Unknown | `amberdata-adapter`, `cfbenchmarks-adapter`, `coinapi-adapter`, `coingecko-adapter`, `coinmarketcap-adapter`, `coinmetrics-adapter`, `coinpaprika-adapter`, `cryptocompare-adapter`, `finage-adapter`, `kaiko-adapter`, `ncfx-adapter`, `nomics-adapter`, `tiingo-adapter` | `AMBERDATA_ADAPTER_URL`, `CFBENCHMARKS_ADAPTER_URL`, `COINAPI_ADAPTER_URL`, `COINGECKO_ADAPTER_URL`, `COINMARKETCAP_ADAPTER_URL`, `COINMETRICS_ADAPTER_URL`, `COINPAPRIKA_ADAPTER_URL`, `CRYPTOCOMPARE_ADAPTER_URL`, `DEFAULT_METHOD`, `DEFAULT_QUOTE`, `DEFAULT_SOURCE`, `FINAGE_ADAPTER_URL`, `KAIKO_ADAPTER_URL`, `NCFX_ADAPTER_URL`, `NOMICS_ADAPTER_URL` | | Unknown | | | [✅](packages/composites/token-allocation/test/unit) | [✅](packages/composites/token-allocation/test/integration) | [✅](packages/composites/token-allocation/test/e2e) | -| [tradermade](packages/sources/tradermade/README.md) | `1.6.35` | `source` | Unknown | | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_KEY` | `commodities`, `forex`, `live`, `stock` | `live` | | ✅ | [✅](packages/sources/tradermade/test/unit) | [✅](packages/sources/tradermade/test/integration) | | -| [tradingeconomics](packages/sources/tradingeconomics/README.md) | `1.1.38` | `source` | `https://api.tradingeconomics.com/markets` | | `API_CLIENT_KEY (✅)`, `API_CLIENT_SECRET (✅)`, `API_URL` | `price` | `price` | | ✅ | [✅](packages/sources/tradingeconomics/test/unit) | [✅](packages/sources/tradingeconomics/test/integration) | | -| [trueusd](packages/sources/trueusd/README.md) | `1.2.9` | `source` | `https://api.real-time-attest.trustexplorer.io` | | `API_ENDPOINT` | `trueusd` | `trueusd` | | | [✅](packages/sources/trueusd/test/unit) | [✅](packages/sources/trueusd/test/integration) | | -| [twelvedata](packages/sources/twelvedata/README.md) | `1.1.38` | `source` | Unknown | | `API_ENDPOINT`, `API_KEY (✅)` | `closing`, `crypto`, `eod`, `forex`, `price`, `stock` | `closing` | | | [✅](packages/sources/twelvedata/test/unit) | [✅](packages/sources/twelvedata/test/integration) | | -| [unibit](packages/sources/unibit/README.md) | `1.3.33` | `source` | Unknown | | `API_ENDPOINT`, `API_KEY (✅)` | `eod`, `historical` | `historical` | | | [✅](packages/sources/unibit/test/unit) | [✅](packages/sources/unibit/test/integration) | | -| [uniswap-v2](packages/sources/uniswap-v2/README.md) | `1.1.38` | `source` | Unknown | | `BLOCKCHAIN_NETWORK`, `ETHEREUM_RPC_URL (✅)`, `ROUTER_CONTRACT`, `RPC_URL` | `crypto` | `crypto` | | | [✅](packages/sources/uniswap-v2/test/unit) | [✅](packages/sources/uniswap-v2/test/integration) | [✅](packages/sources/uniswap-v2/test/e2e) | -| [uniswap-v3](packages/sources/uniswap-v3/README.md) | `1.1.38` | `source` | Unknown | | `BLOCKCHAIN_NETWORK`, `DEFAULT_FEE_TIERS`, `ETHEREUM_RPC_URL (✅)`, `QUOTER_CONTRACT`, `RPC_URL` | `crypto` | `crypto` | | | [✅](packages/sources/uniswap-v3/test/unit) | [✅](packages/sources/uniswap-v3/test/integration) | [✅](packages/sources/uniswap-v3/test/e2e) | -| [upvest](packages/sources/upvest/README.md) | `1.2.38` | `source` | `https://fees.upvest.co` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/upvest/test/unit) | [✅](packages/sources/upvest/test/integration) | | -| [uscpi-one](packages/sources/uscpi-one/README.md) | `1.2.14` | `source` | `https://api.bls.gov/publicAPI/v2` | | `API_ENDPOINT`, `API_KEY` | `series` | `series` | | | | [✅](packages/sources/uscpi-one/test/integration) | | -| [vesper](packages/composites/vesper/README.md) | `1.0.72` | `composite` | Unknown | `token-allocation-adapter` | `CONTROLLER_ADDRESS`, `ETHEREUM_RPC_URL (✅)` | `allocations`, `tvl` | `tvl` | | | | | [✅](packages/composites/vesper/test/e2e) | -| [view-function](packages/sources/view-function/README.md) | `1.1.38` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `RPC_URL` | `function` | `function` | | | [✅](packages/sources/view-function/test/unit) | [✅](packages/sources/view-function/test/integration) | | -| [wbtc-address-set](packages/sources/wbtc-address-set/README.md) | `1.3.40` | `source` | Unknown | `proof-of-reserves-adapter` | `ADDRESSES_ENDPOINT`, `MEMBERS_ENDPOINT` | `addresses`, `members` | `addresses` | | | | [✅](packages/sources/wbtc-address-set/test/integration) | | -| [wootrade](packages/sources/wootrade/README.md) | `1.1.38` | `source` | `https://api.woo.network` | | `API_ENPOINT`, `API_KEY`, `WS_API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | ✅ | [✅](packages/sources/wootrade/test/unit) | [✅](packages/sources/wootrade/test/integration) | | -| [wrapped](packages/sources/wrapped/README.md) | `2.1.38` | `source` | `http://chainlink.wrappedeng.com` | | `API_ENDPOINT` | `deposits` | `deposits` | | | [✅](packages/sources/wrapped/test/unit) | [✅](packages/sources/wrapped/test/integration) | | -| [xbto](packages/sources/xbto/README.md) | `1.2.38` | `source` | `https://fpiw7f0axc.execute-api.us-east-1.amazonaws.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `price` | `price` | | | | [✅](packages/sources/xbto/test/integration) | | -| [xsushi-price](packages/composites/xsushi-price/README.md) | `1.0.50` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)`, `XSUSHI_ADDRESS` | `crypto`, `price`, `ratio`, `sushi` | `price` | | | [✅](packages/composites/xsushi-price/test/unit) | [✅](packages/composites/xsushi-price/test/integration) | [✅](packages/composites/xsushi-price/test/e2e) | +| Name | Version | Type | Default API URL | Dependencies | Environment Variables (✅ = required) | Endpoints | Default Endpoint | Batchable Endpoints | Supports WS | Unit Tests | Integration Tests | End-to-End Tests | +| :------------------------------------------------------------------------------: | :-------: | :---------: | :-----------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :----------------------: | :-----------------: | :---------: | :---------------------------------------------------------: | :----------------------------------------------------------------: | :--------------------------------------------------------: | +| [1forge](packages/sources/1forge/README.md) | `1.4.38` | `source` | `https://api.1forge.com/` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `price`, `quotes` | `quotes` | `quotes` | ✅ | [✅](packages/sources/1forge/test/unit) | [✅](packages/sources/1forge/test/integration) | | +| [accuweather](packages/sources/accuweather/README.md) | `1.1.39` | `source` | `http://api.accuweather.com/` | | `API_ENDPOINT`, `API_KEY (✅)` | `current-conditions`, `location`, `location-current-conditions` | Unknown | | | [✅](packages/sources/accuweather/test/unit) | [✅](packages/sources/accuweather/test/integration) | | +| [ada-balance](packages/sources/ada-balance/README.md) | `2.3.32` | `source` | Unknown | | `HTTP_OGMIOS_URL`, `IS_TLS_ENABLED`, `RPC_PORT`, `WS_API_ENDPOINT`, `WS_OGMIOS_URL` | `balance` | `balance` | | | [✅](packages/sources/ada-balance/test/unit) | [✅](packages/sources/ada-balance/test/integration) | | +| [agoric](packages/targets/agoric/README.md) | `2.0.39` | `target` | `http://localhost:8000/api/oracle` | | `API_KEY` | Unknown | Unknown | Unknown | | | | [✅](packages/targets/agoric/test/e2e) | +| [alphachain](packages/sources/alphachain/README.md) | `1.1.39` | `source` | `https://alpha-chain2.p.rapidapi.com` | | `API_KEY (✅)` | `dataquery` | `dataquery` | | | [✅](packages/sources/alphachain/test/unit) | | | +| [alphavantage](packages/sources/alphavantage/README.md) | `1.1.39` | `source` | `https://www.alphavantage.co/query` | | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | | | [✅](packages/sources/alphavantage/test/unit) | [✅](packages/sources/alphavantage/test/integration) | | +| [alpine](packages/sources/alpine/README.md) | `1.1.39` | `source` | Unknown | | `ETHEREUM_RPC_URL`, `POLYGON_RPC_URL` | `lastblock`, `tvl` | Unknown | | | [✅](packages/sources/alpine/test/unit) | [✅](packages/sources/alpine/test/integration) | | +| [amberdata](packages/sources/amberdata/README.md) | `1.4.10` | `source` | `https://web3api.io` | | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_ENDPOINT` | `balance`, `crypto`, `gasprice`, `marketcap`, `price`, `token`, `volume` | Unknown | | ✅ | [✅](packages/sources/amberdata/test/unit) | [✅](packages/sources/amberdata/test/integration) | [✅](packages/sources/amberdata/test/e2e) | +| [anchor](packages/composites/anchor/README.md) | `3.2.17` | `composite` | Unknown | `terra-view-function-adapter` | `ANCHOR_VAULT_CONTRACT_ADDRESS`, `ETHEREUM_RPC_URL (✅)`, `ETH_TERRA_FEED_ADDRESS`, `FEED_DECIMALS`, `LUNA_TERRA_FEED_ADDRESS`, `RPC_URL`, `STETH_POOL_CONTRACT_ADDRESS`, `TERRA_BLUNA_HUB_CONTRACT_ADDRESS` | `price` | `price` | | | [✅](packages/composites/anchor/test/unit) | [✅](packages/composites/anchor/test/integration) | | +| [anyblock](packages/sources/anyblock/README.md) | `1.2.21` | `source` | `https://api.anyblock.tools` | | `API_KEY` | `gasprice`, `vwap` | `vwap` | | | [✅](packages/sources/anyblock/test/unit) | [✅](packages/sources/anyblock/test/integration) | [✅](packages/sources/anyblock/test/e2e) | +| [ap-election](packages/sources/ap-election/README.md) | `1.1.39` | `source` | `https://api.ap.org/v2` | | `API_ENDPOINT`, `API_KEY (✅)` | `election` | `election` | | | [✅](packages/sources/ap-election/test/unit) | [✅](packages/sources/ap-election/test/integration) | [✅](packages/sources/ap-election/test/e2e) | +| [apy-finance](packages/composites/apy-finance/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)`, `REGISTRY_ADDRESS (✅)` | `allocations`, `tvl` | `tvl` | | | | [✅](packages/composites/apy-finance/test/integration) | | +| [armanino](packages/sources/armanino/README.md) | `1.0.12` | `source` | `https://api.real-time-attest.trustexplorer.io/chainlink` | | | `balance`, `mco2` | `mco2` | | | [✅](packages/sources/armanino/test/unit) | [✅](packages/sources/armanino/test/integration) | [✅](packages/sources/armanino/test/e2e) | +| [augur](packages/composites/augur/README.md) | `1.0.55` | `composite` | Unknown | `sportsdataio-adapter`, `therundown-adapter` | `PRIVATE_KEY (✅)`, `RPC_URL` | Unknown | Unknown | Unknown | | | | [✅](packages/composites/augur/test/e2e) | +| [bea](packages/sources/bea/README.md) | `1.1.39` | `source` | `https://apps.bea.gov/api` | | `API_ENDPOINT`, `API_KEY (✅)` | `average` | `average` | | | [✅](packages/sources/bea/test/unit) | [✅](packages/sources/bea/test/integration) | [✅](packages/sources/bea/test/e2e) | +| [binance](packages/sources/binance/README.md) | `1.2.39` | `source` | `https://api.binance.com` | | `API_ENDPOINT`, `WS_API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | ✅ | [✅](packages/sources/binance/test/unit) | [✅](packages/sources/binance/test/integration) | | +| [binance-dex](packages/sources/binance-dex/README.md) | `1.3.10` | `source` | `dex-asiapacific` | | `API_ENDPOINT` | `price` | `price` | | | [✅](packages/sources/binance-dex/test/unit) | [✅](packages/sources/binance-dex/test/integration) | | +| [bitcoin-json-rpc](packages/composites/bitcoin-json-rpc/README.md) | `1.1.15` | `composite` | Unknown | `json-rpc-adapter` | `BITCOIN_RPC_URL` | `difficulty`, `getblockchaininfo`, `height`, `scan`, `scanobject`, `scantxoutset` | `getblockchaininfo` | | | | [✅](packages/composites/bitcoin-json-rpc/test/integration) | [✅](packages/composites/bitcoin-json-rpc/test/e2e) | +| [bitex](packages/sources/bitex/README.md) | `1.3.39` | `source` | `https://bitex.la/api` | | `API_ENDPOINT`, `API_KEY` | `crypto`, `tickers` | `crypto` | | | [✅](packages/sources/bitex/test/unit) | [✅](packages/sources/bitex/test/integration) | | +| [bitso](packages/sources/bitso/README.md) | `1.2.39` | `source` | `https://api.bitso.com/v3` | | `API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | | [✅](packages/sources/bitso/test/unit) | [✅](packages/sources/bitso/test/integration) | | +| [blockchain.com](packages/sources/blockchain.com/README.md) | `1.1.39` | `source` | Unknown | | `API_KEY (✅)`, `API_TIMEOUT` | `balance`, `difficulty`, `height` | `balance` | | | | | | +| [blockchair](packages/sources/blockchair/README.md) | `1.1.39` | `source` | `https://api.blockchair.com` | | `API_KEY`, `API_TIMEOUT` | `balance`, `difficulty`, `height`, `stats` | `balance` | | | [✅](packages/sources/blockchair/test/unit) | | [✅](packages/sources/blockchair/test/e2e) | +| [blockcypher](packages/sources/blockcypher/README.md) | `1.2.39` | `source` | Unknown | | `API_KEY (✅)` | `balance` | `balance` | | | | [✅](packages/sources/blockcypher/test/integration) | [✅](packages/sources/blockcypher/test/e2e) | +| [blocksize-capital](packages/sources/blocksize-capital/README.md) | `1.0.8` | `source` | Unknown | | `API_KEY (✅)` | `price` | `price` | | ✅ | [✅](packages/sources/blocksize-capital/test/unit) | [✅](packages/sources/blocksize-capital/test/integration) | | +| [blockstream](packages/sources/blockstream/README.md) | `1.2.39` | `source` | `https://blockstream.info/api` | | `API_ENDPOINT` | `difficulty`, `height` | `difficulty` | | | [✅](packages/sources/blockstream/test/unit) | [✅](packages/sources/blockstream/test/integration) | | +| [bob](packages/composites/bob/README.md) | `1.0.56` | `composite` | Unknown | `json-rpc-adapter` | | `format` | `format` | | | | | [✅](packages/composites/bob/test/e2e) | +| [bravenewcoin](packages/sources/bravenewcoin/README.md) | `1.2.19` | `source` | Unknown | | `API_KEY (✅)`, `CLIENT_ID (✅)` | `crypto`, `price`, `vwap` | `crypto` | | | [✅](packages/sources/bravenewcoin/test/unit) | [✅](packages/sources/bravenewcoin/test/integration) | | +| [bsol-price](packages/composites/bsol-price/README.md) | `2.0.36` | `composite` | Unknown | `solana-view-function-adapter`, `token-allocation-adapter` | `BSOL_ADDRESS`, `SOLIDO_ADDRESS`, `SOLIDO_CONTRACT_VERSION`, `STSOL_ADDRESS` | `price` | `price` | | | [✅](packages/composites/bsol-price/test/unit) | [✅](packages/composites/bsol-price/test/integration) | | +| [btc.com](packages/sources/btc.com/README.md) | `1.2.39` | `source` | `https://chain.api.btc.com` | | `API_ENDPOINT` | `balance`, `difficulty`, `height` | `balance` | | | | [✅](packages/sources/btc.com/test/integration) | [✅](packages/sources/btc.com/test/e2e) | +| [cache.gold](packages/sources/cache.gold/README.md) | `1.2.39` | `source` | `https://contract.cache.gold/api` | | `API_ENDPOINT` | `lockedGold` | `lockedGold` | | | [✅](packages/sources/cache.gold/test/unit) | [✅](packages/sources/cache.gold/test/integration) | | +| [ccip-read](packages/sources/ccip-read/README.md) | `2.0.0` | `source` | Unknown | | `ADDRESS_MANAGER_CONTRACT`, `L2_RPC_URL`, `RPC_URL (✅)` | `optimism-metis-gateway` | `optimism-metis-gateway` | | | [✅](packages/sources/ccip-read/test/unit) | | [✅](packages/sources/ccip-read/test/e2e) | +| [celsius-address-list](packages/sources/celsius-address-list/README.md) | `1.0.18` | `source` | Unknown | | `RPC_URL (✅)` | `wallet` | `wallet` | | | [✅](packages/sources/celsius-address-list/test/unit) | [✅](packages/sources/celsius-address-list/test/integration) | | +| [cfbenchmarks](packages/sources/cfbenchmarks/README.md) | `1.4.31` | `source` | `https://www.cfbenchmarks.com/api` | | `API_PASSWORD (✅)`, `API_SECONDARY`, `API_USERNAME (✅)` | `crypto`, `price`, `values` | `values` | | ✅ | [✅](packages/sources/cfbenchmarks/test/unit) | [✅](packages/sources/cfbenchmarks/test/integration) | | +| [chain-reserve-wallet](packages/sources/chain-reserve-wallet/README.md) | `2.2.35` | `source` | Unknown | | `RPC_URL (✅)` | `wallet` | `wallet` | | | [✅](packages/sources/chain-reserve-wallet/test/unit) | [✅](packages/sources/chain-reserve-wallet/test/integration) | | +| [circuit-breaker](packages/composites/circuit-breaker/README.md) | `1.0.55` | `composite` | Unknown | | | `circuit` | `circuit` | | | [✅](packages/composites/circuit-breaker/test/unit) | [✅](packages/composites/circuit-breaker/test/integration) | | +| [coinapi](packages/sources/coinapi/README.md) | `1.1.40` | `source` | `https://rest.coinapi.io/v1/` | | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_ENDPOINT` | `assets`, `crypto`, `price` | `crypto` | `assets` | ✅ | [✅](packages/sources/coinapi/test/unit) | [✅](packages/sources/coinapi/test/integration) | | +| [coinbase](packages/sources/coinbase/README.md) | `1.2.39` | `source` | `https://api.coinbase.com` | | `API_ENDPOINT`, `WS_API_ENDPOINT` | `crypto`, `price` | `crypto` | | ✅ | [✅](packages/sources/coinbase/test/unit) | [✅](packages/sources/coinbase/test/integration) | | +| [coincodex](packages/sources/coincodex/README.md) | `1.2.39` | `source` | `https://coincodex.com/api/coincodex/` | | `API_ENDPOINT` | `getcoin` | `getcoin` | | | [✅](packages/sources/coincodex/test/unit) | [✅](packages/sources/coincodex/test/integration) | | +| [coingecko](packages/sources/coingecko/README.md) | `1.7.1` | `source` | `https://api.coingecko.com/api/v3` | | `API_KEY` | `coins`, `crypto`, `dominance`, `globalmarketcap`, `marketcap`, `price`, `volume` | `crypto` | `crypto` | | [✅](packages/sources/coingecko/test/unit) | [✅](packages/sources/coingecko/test/integration) | [✅](packages/sources/coingecko/test/e2e) | +| [coinlore](packages/sources/coinlore/README.md) | `1.2.39` | `source` | `https://api.coinlore.net/api` | | | `dominance`, `global`, `globalmarketcap` | `dominance` | | | | [✅](packages/sources/coinlore/test/integration) | | +| [coinmarketcap](packages/sources/coinmarketcap/README.md) | `1.4.0` | `source` | Unknown | | `API_KEY (✅)` | `crypto`, `dominance`, `globalmarketcap`, `historical`, `marketcap`, `price`, `volume` | `crypto` | `crypto` | | [✅](packages/sources/coinmarketcap/test/unit) | [✅](packages/sources/coinmarketcap/test/integration) | [✅](packages/sources/coinmarketcap/test/e2e) | +| [coinmetrics](packages/sources/coinmetrics/README.md) | `1.2.40` | `source` | `https://api.coinmetrics.io/v4` | | `API_KEY (✅)` | `burned`, `price`, `total-burned` | `price` | | ✅ | [✅](packages/sources/coinmetrics/test/unit) | [✅](packages/sources/coinmetrics/test/integration) | | +| [coinpaprika](packages/sources/coinpaprika/README.md) | `1.8.10` | `source` | `https://api.coinpaprika.com` | | `API_KEY`, `IS_TEST_MODE` | `coins`, `crypto`, `crypto-single`, `crypto-vwap`, `dominance`, `globalmarketcap`, `marketcap`, `price`, `volume`, `vwap` | `crypto` | `crypto` | | [✅](packages/sources/coinpaprika/test/unit) | [✅](packages/sources/coinpaprika/test/integration) | [✅](packages/sources/coinpaprika/test/e2e) | +| [coinranking](packages/sources/coinranking/README.md) | `1.1.39` | `source` | `https://api.coinranking.com/v2` | | `API_KEY (✅)` | `crypto`, `marketcap`, `price` | `crypto` | | | [✅](packages/sources/coinranking/test/unit) | [✅](packages/sources/coinranking/test/integration) | | +| [conflux](packages/targets/conflux/README.md) | `1.0.54` | `target` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `NETWORK_ID (✅)`, `PRIVATE_KEY (✅)` | | `conflux` | | | [✅](packages/targets/conflux/test/unit) | | | +| [covid-tracker](packages/sources/covid-tracker/README.md) | `1.2.39` | `source` | `https://api.covidtracking.com/v1` | | | `us` | `us` | | | [✅](packages/sources/covid-tracker/test/unit) | [✅](packages/sources/covid-tracker/test/integration) | | +| [cryptex](packages/sources/cryptex/README.md) | `1.0.2` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)` | `btc-dominance`, `dominance` | `btc-dominance` | | | [✅](packages/sources/cryptex/test/unit) | [✅](packages/sources/cryptex/test/integration) | | +| [crypto-volatility-index](packages/composites/crypto-volatility-index/README.md) | `1.1.30` | `composite` | Unknown | `token-allocation-adapter` | | `volatilityIndex` | `volatilityIndex` | | | [✅](packages/composites/crypto-volatility-index/test/unit) | [✅](packages/composites/crypto-volatility-index/test/integration) | [✅](packages/composites/crypto-volatility-index/test/e2e) | +| [cryptoapis](packages/sources/cryptoapis/README.md) | `1.1.39` | `source` | Unknown | | `API_KEY (✅)`, `API_TIMEOUT` | `balance`, `crypto`, `difficulty`, `height`, `price` | `crypto` | | | [✅](packages/sources/cryptoapis/test/unit) | [✅](packages/sources/cryptoapis/test/integration) | [✅](packages/sources/cryptoapis/test/e2e) | +| [cryptoapis-v2](packages/sources/cryptoapis-v2/README.md) | `1.1.39` | `source` | Unknown | | `API_KEY (✅)` | `balance`, `difficulty`, `height`, `price` | `price` | | | [✅](packages/sources/cryptoapis-v2/test/unit) | | [✅](packages/sources/cryptoapis-v2/test/e2e) | +| [cryptocompare](packages/sources/cryptocompare/README.md) | `1.3.28` | `source` | `https://min-api.cryptocompare.com` | | `API_KEY (✅)` | `crypto`, `crypto-vwap`, `marketcap`, `price`, `volume`, `vwap` | `crypto` | `crypto` | ✅ | [✅](packages/sources/cryptocompare/test/unit) | [✅](packages/sources/cryptocompare/test/integration) | [✅](packages/sources/cryptocompare/test/e2e) | +| [cryptoid](packages/sources/cryptoid/README.md) | `1.2.39` | `source` | Unknown | | `API_KEY (✅)` | `difficulty`, `height` | `difficulty` | | | [✅](packages/sources/cryptoid/test/unit) | [✅](packages/sources/cryptoid/test/integration) | | +| [cryptomkt](packages/sources/cryptomkt/README.md) | `1.2.39` | `source` | `https://api.exchange.cryptomkt.com/api/3/` | | `API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | | [✅](packages/sources/cryptomkt/test/unit) | [✅](packages/sources/cryptomkt/test/integration) | | +| [currencylayer](packages/sources/currencylayer/README.md) | `1.3.37` | `source` | `https://api.currencylayer.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `live`, `price` | `convert` | `live` | | [✅](packages/sources/currencylayer/test/unit) | [✅](packages/sources/currencylayer/test/integration) | | +| [curve](packages/sources/curve/README.md) | `1.2.19` | `source` | Unknown | | `ADDRESS_PROVIDER`, `BLOCKCHAIN_NETWORK`, `EXCHANGE_PROVIDER_ID`, `RPC_URL (✅)` | `crypto` | `crypto` | | | [✅](packages/sources/curve/test/unit) | [✅](packages/sources/curve/test/integration) | [✅](packages/sources/curve/test/e2e) | +| [defi-dozen](packages/composites/defi-dozen/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)`, `OPTION` | `allocation` | `allocation` | | | | [✅](packages/composites/defi-dozen/test/integration) | | +| [defi-pulse](packages/composites/defi-pulse/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)` | `allocation` | `allocation` | | | | | | +| [deribit](packages/sources/deribit/README.md) | `1.1.39` | `source` | `https://www.deribit.com/api/v2/public/` | | `API_ENDPOINT` | `crypto` | `crypto` | | | [✅](packages/sources/deribit/test/unit) | [✅](packages/sources/deribit/test/integration) | | +| [dns-query](packages/sources/dns-query/README.md) | `1.4.1` | `source` | Unknown | | `CUSTOM_ENDPOINT`, `DNS_PROVIDER (✅)` | `dnsProof`, `dnsQuery` | `dnsQuery` | | | [✅](packages/sources/dns-query/test/unit) | [✅](packages/sources/dns-query/test/integration) | | +| [dns-record-check](packages/composites/dns-record-check/README.md) | `1.1.34` | `composite` | Unknown | `dns-query-adapter` | | `dnsQuery` | `dnsQuery` | | | | [✅](packages/composites/dns-record-check/test/integration) | | +| [dwolla](packages/sources/dwolla/README.md) | `1.1.39` | `source` | Unknown | | `API_METHOD`, `DWOLLA_APP_KEY`, `DWOLLA_APP_SECRET`, `ENVIRONMENT`, `FUNDING_SOURCE` | `dwolla` | `dwolla` | | | [✅](packages/sources/dwolla/test/unit) | | | +| [dxdao](packages/composites/dxdao/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `WETH_CONTRACT_ADDRESS`, `XDAI_RPC_URL (✅)` | `TVL` | `TVL` | | | [✅](packages/composites/dxdao/test/unit) | [✅](packages/composites/dxdao/test/integration) | [✅](packages/composites/dxdao/test/e2e) | +| [dxfeed](packages/sources/dxfeed/README.md) | `1.2.42` | `source` | Unknown | | `API_ENDPOINT`, `API_PASSWORD (✅)`, `API_USERNAME (✅)` | `commodities`, `crypto`, `forex`, `price`, `stock` | `price` | `price` | ✅ | [✅](packages/sources/dxfeed/test/unit) | [✅](packages/sources/dxfeed/test/integration) | | +| [dxfeed-secondary](packages/sources/dxfeed-secondary/README.md) | `1.1.54` | `source` | Unknown | `dxfeed-adapter` | | Unknown | Unknown | Unknown | Unknown | [✅](packages/sources/dxfeed-secondary/test/unit) | [✅](packages/sources/dxfeed-secondary/test/integration) | | +| [dydx-rewards](packages/composites/dydx-rewards/README.md) | `1.2.1` | `composite` | Unknown | `ipfs-adapter` | `ETHEREUM_RPC_URL (✅)`, `MARKET_MAKER_REWARDS_AMOUNT`, `PRIVATE_KEY (✅)`, `TRADER_REWARDS_AMOUNT`, `TRADER_SCORE_A`, `TRADER_SCORE_B`, `TRADER_SCORE_C`, `TREASURY_CLAIM_ADDRESS` | `rewards` | `rewards` | | | [✅](packages/composites/dydx-rewards/test/unit) | [✅](packages/composites/dydx-rewards/test/integration) | | +| [dydx-stark](packages/targets/dydx-stark/README.md) | `1.0.54` | `target` | `https://api.stage.dydx.exchange/v3/price` | | `API_ENDPOINT`, `ORACLE_NAME (✅)`, `PRIVATE_KEY (✅)`, `STARK_MESSAGE (✅)` | | `send` | | | [✅](packages/targets/dydx-stark/test/unit) | | | +| [ens](packages/sources/ens/README.md) | `1.1.1` | `source` | Unknown | | `RPC_URL (✅)` | `lookup` | `lookup` | | | [✅](packages/sources/ens/test/unit) | [✅](packages/sources/ens/test/integration) | [✅](packages/sources/ens/test/e2e) | +| [enzyme](packages/sources/enzyme/README.md) | `1.2.0` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)` | `calcGav`, `calcNav`, `calcNetShareValueInAsset`, `calcNetValueForSharesHolder` | `calcNav` | | | [✅](packages/sources/enzyme/test/unit) | [✅](packages/sources/enzyme/test/integration) | [✅](packages/sources/enzyme/test/e2e) | +| [eodhistoricaldata](packages/sources/eodhistoricaldata/README.md) | `1.2.39` | `source` | `https://eodhistoricaldata.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `stock` | `stock` | | | [✅](packages/sources/eodhistoricaldata/test/unit) | [✅](packages/sources/eodhistoricaldata/test/integration) | | +| [eth-balance](packages/sources/eth-balance/README.md) | `1.2.10` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)` | `balance` | `balance` | | | [✅](packages/sources/eth-balance/test/unit) | [✅](packages/sources/eth-balance/test/integration) | [✅](packages/sources/eth-balance/test/e2e) | +| [etherchain](packages/sources/etherchain/README.md) | `1.2.39` | `source` | `https://www.etherchain.org` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/etherchain/test/unit) | [✅](packages/sources/etherchain/test/integration) | | +| [etherscan](packages/sources/etherscan/README.md) | `1.2.39` | `source` | `https://api.etherscan.io` | | `API_KEY (✅)` | `gasprice` | `gasprice` | | | | [✅](packages/sources/etherscan/test/integration) | [✅](packages/sources/etherscan/test/e2e) | +| [ethgasstation](packages/sources/ethgasstation/README.md) | `1.3.28` | `source` | `https://ethgasstation.info/` | | `API_ENDPOINT`, `API_KEY (✅)` | `gasprice` | `gasprice` | | | [✅](packages/sources/ethgasstation/test/unit) | [✅](packages/sources/ethgasstation/test/integration) | | +| [ethgaswatch](packages/sources/ethgaswatch/README.md) | `1.2.39` | `source` | `https://ethgas.watch` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/ethgaswatch/test/unit) | [✅](packages/sources/ethgaswatch/test/integration) | | +| [ethwrite](packages/targets/ethwrite/README.md) | `1.0.54` | `target` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `NETWORK`, `PRIVATE_KEY (✅)` | | `txsend` | | | [✅](packages/targets/ethwrite/test/unit) | | | +| [expert-car-broker](packages/sources/expert-car-broker/README.md) | `1.2.39` | `source` | `https://prices.expertcarbroker.workers.dev/` | | `API_ENDPOINT` | `feed` | `feed` | | | | [✅](packages/sources/expert-car-broker/test/integration) | | +| [fcsapi](packages/sources/fcsapi/README.md) | `1.1.27` | `source` | `https://fcsapi.com/api-v3/` | | `API_KEY (✅)` | `common`, `forex`, `stock` | `common` | | | [✅](packages/sources/fcsapi/test/unit) | [✅](packages/sources/fcsapi/test/integration) | | +| [finage](packages/sources/finage/README.md) | `1.3.40` | `source` | `https://api.finage.co.uk` | | `API_KEY (✅)`, `CRYPTO_WS_API_ENDPOINT`, `FOREX_WS_API_ENDPOINT`, `STOCK_WS_API_ENDPOINT`, `WS_SOCKET_KEY` | `crypto`, `eod`, `forex`, `stock` | `stock` | `eod`, `stock` | ✅ | [✅](packages/sources/finage/test/unit) | [✅](packages/sources/finage/test/integration) | | +| [finnhub](packages/sources/finnhub/README.md) | `1.1.27` | `source` | `https://finnhub.io/api/v1/` | | `API_KEY (✅)` | `common`, `quote` | `quote` | | | [✅](packages/sources/finnhub/test/unit) | [✅](packages/sources/finnhub/test/integration) | | +| [fixer](packages/sources/fixer/README.md) | `1.3.37` | `source` | `https://data.fixer.io` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `latest`, `price` | `convert` | `latest` | | [✅](packages/sources/fixer/test/unit) | [✅](packages/sources/fixer/test/integration) | | +| [flightaware](packages/sources/flightaware/README.md) | `1.1.39` | `source` | `https://flightxml.flightaware.com/json/FlightXML2` | | `API_ENDPOINT`, `API_KEY (✅)`, `API_USERNAME (✅)` | `actualarrivaltime`, `estimatedarrivaltime` | `estimatedarrivaltime` | | | [✅](packages/sources/flightaware/test/unit) | | [✅](packages/sources/flightaware/test/e2e) | +| [fmpcloud](packages/sources/fmpcloud/README.md) | `1.2.39` | `source` | `https://fmpcloud.io` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `quote`, `stock` | `stock` | | | [✅](packages/sources/fmpcloud/test/unit) | [✅](packages/sources/fmpcloud/test/integration) | | +| [galaxis](packages/sources/galaxis/README.md) | `2.6.7` | `source` | `https://cdn.nba.com/static/json/staticData/NFTNightlyAchievements` | | `API_ENDPOINT (✅)`, `CHAIN_BATCH_WRITE_ADAPTER_ADDRESS`, `EC_REGISTRY_ADDRESS`, `EC_REGISTRY_MAP_ADDRESS (✅)`, `POLYGON_RPC_URL (✅)` | `nba` | `nba` | | | | [✅](packages/sources/galaxis/test/integration) | | +| [gemini](packages/sources/gemini/README.md) | `2.1.39` | `source` | `https://api.gemini.com` | | `API_ENDPOINT` | `reserves` | `reserves` | | | [✅](packages/sources/gemini/test/unit) | [✅](packages/sources/gemini/test/integration) | [✅](packages/sources/gemini/test/e2e) | +| [genesis-volatility](packages/sources/genesis-volatility/README.md) | `1.2.39` | `source` | `https://app.pinkswantrading.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `volatility` | `volatility` | | | [✅](packages/sources/genesis-volatility/test/unit) | [✅](packages/sources/genesis-volatility/test/integration) | | +| [geodb](packages/sources/geodb/README.md) | `1.1.39` | `source` | `http://35.195.237.123:8000/` | | `API_ENDPOINT` | `matches` | `matches` | | | [✅](packages/sources/geodb/test/unit) | | | +| [google-bigquery](packages/sources/google-bigquery/README.md) | `1.1.39` | `source` | Unknown | | `AUTO_RETRY`, `KEY_FILENAME`, `LOCATION`, `MAX_RETRIES`, `PROJECT_ID` | `bigquery` | Unknown | | | | | | +| [google-weather](packages/composites/google-weather/README.md) | `1.0.55` | `composite` | Unknown | `google-bigquery-adapter` | `DATASET` | `weather` | `weather` | | | | | [✅](packages/composites/google-weather/test/e2e) | +| [gramchain](packages/sources/gramchain/README.md) | `1.0.28` | `source` | Unknown | | | `getgrambalances` | Unknown | | | [✅](packages/sources/gramchain/test/unit) | [✅](packages/sources/gramchain/test/integration) | | +| [graphql](packages/sources/graphql/README.md) | `1.1.39` | `source` | Unknown | | | `graphql` | `graphql` | | | [✅](packages/sources/graphql/test/unit) | | | +| [gsr](packages/sources/gsr/README.md) | `1.0.2` | `source` | `https://oracle.dev.gsr.io/v1` | | `WS_API_ENDPOINT (✅)`, `WS_PRIVATE_KEY (✅)`, `WS_PUBLIC_KEY (✅)`, `WS_USER_ID (✅)` | `price` | `price` | | ✅ | [✅](packages/sources/gsr/test/unit) | [✅](packages/sources/gsr/test/integration) | | +| [harmony](packages/targets/harmony/README.md) | `1.0.54` | `target` | `https://api.s0.t.hmny.io` | | `API_ENDPOINT`, `CHAIN_ID`, `GAS_LIMIT`, `PRIVATE_KEY (✅)` | Unknown | Unknown | Unknown | Unknown | | | [✅](packages/targets/harmony/test/e2e) | +| [historical-average](packages/composites/historical-average/README.md) | `1.0.52` | `composite` | Unknown | `coinmarketcap-adapter` | `COINMARKETCAP_ADAPTER_URL`, `DEFAULT_SOURCE` | Unknown | Unknown | Unknown | | [✅](packages/composites/historical-average/test/unit) | [✅](packages/composites/historical-average/test/integration) | [✅](packages/composites/historical-average/test/e2e) | +| [iex-cloud](packages/sources/iex-cloud/README.md) | `1.1.39` | `source` | `https://cloud.iexapis.com/stable` | | `API_ENDPOINT`, `API_KEY (✅)` | `crypto`, `eod`, `eod-close`, `stock` | `stock` | | | [✅](packages/sources/iex-cloud/test/unit) | [✅](packages/sources/iex-cloud/test/integration) | | +| [implied-price](packages/composites/implied-price/README.md) | `1.0.15` | `composite` | Unknown | | | `impliedPrice` | `impliedPrice` | | | [✅](packages/composites/implied-price/test/unit) | [✅](packages/composites/implied-price/test/integration) | | +| [intrinio](packages/sources/intrinio/README.md) | `1.2.17` | `source` | `https://api-v2.intrinio.com/` | | `API_KEY (✅)` | Unknown | Unknown | Unknown | ✅ | [✅](packages/sources/intrinio/test/unit) | [✅](packages/sources/intrinio/test/integration) | | +| [ipfs](packages/sources/ipfs/README.md) | `1.2.35` | `source` | Unknown | | `API_ENDPOINT` | `read`, `write` | `read` | | | | [✅](packages/sources/ipfs/test/integration) | [✅](packages/sources/ipfs/test/e2e) | +| [jpegd](packages/sources/jpegd/README.md) | `2.0.8` | `source` | `https://jpegapi.com` | | `API_KEY (✅)` | `collections`, `punks` | `punks` | | | [✅](packages/sources/jpegd/test/unit) | [✅](packages/sources/jpegd/test/integration) | | +| [json-rpc](packages/sources/json-rpc/README.md) | `1.2.27` | `source` | `http://localhost:8545` | | `RPC_URL (✅)` | `request` | `request` | | | | [✅](packages/sources/json-rpc/test/integration) | [✅](packages/sources/json-rpc/test/e2e) | +| [kaiko](packages/sources/kaiko/README.md) | `1.3.11` | `source` | `https://us.market-api.kaiko.io/v2/data/trades.v1` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `trades` | `trades` | | | [✅](packages/sources/kaiko/test/unit) | [✅](packages/sources/kaiko/test/integration) | [✅](packages/sources/kaiko/test/e2e) | +| [layer2-sequencer-health](packages/sources/layer2-sequencer-health/README.md) | `1.4.0` | `source` | Unknown | | `ARBITRUM_HEALTH_ENDPOINT`, `ARBITRUM_RPC_ENDPOINT`, `DELTA`, `METIS_HEALTH_ENDPOINT`, `METIS_RPC_ENDPOINT`, `OPTIMISM_HEALTH_ENDPOINT`, `OPTIMISM_RPC_ENDPOINT` | `health` | `health` | | | [✅](packages/sources/layer2-sequencer-health/test/unit) | [✅](packages/sources/layer2-sequencer-health/test/integration) | | +| [lcx](packages/sources/lcx/README.md) | `1.2.27` | `source` | `https://rp.lcx.com/v1/rates/current` | | `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/lcx/test/unit) | [✅](packages/sources/lcx/test/integration) | | +| [lido](packages/sources/lido/README.md) | `1.0.3` | `source` | Unknown | | `POLYGON_RPC_URL (✅)` | `stmatic` | `stmatic` | | | [✅](packages/sources/lido/test/unit) | [✅](packages/sources/lido/test/integration) | | +| [linear-finance](packages/composites/linear-finance/README.md) | `2.0.32` | `composite` | `https://pro-api.xangle.io` | `token-allocation-adapter` | `API_KEY (✅)` | `allocations`, `prices` | `prices` | | | [✅](packages/composites/linear-finance/test/unit) | [✅](packages/composites/linear-finance/test/integration) | | +| [linkpool](packages/sources/linkpool/README.md) | `1.1.27` | `source` | `https://api.ice.linkpool.io/v1` | | `API_KEY (✅)` | `futures` | `futures` | | | [✅](packages/sources/linkpool/test/unit) | | | +| [lition](packages/sources/lition/README.md) | `1.1.39` | `source` | `https://staking.lition.io/api/v1` | | `API_ENDPOINT` | `energy` | `energy` | | | [✅](packages/sources/lition/test/unit) | | | +| [lotus](packages/sources/lotus/README.md) | `2.1.39` | `source` | Unknown | `json-rpc-adapter` | `API_KEY (✅)` | `Filecoin.WalletBalance`, `balance` | `balance` | | | [✅](packages/sources/lotus/test/unit) | [✅](packages/sources/lotus/test/integration) | [✅](packages/sources/lotus/test/e2e) | +| [market-closure](packages/composites/market-closure/README.md) | `1.0.54` | `composite` | Unknown | `fcsapi-adapter`, `finnhub-adapter` | `CHECK_API_KEY`, `FCSAPI_ADAPTER_URL`, `FINNHUB_ADAPTER_URL`, `TH_API_KEY` | Unknown | Unknown | Unknown | | [✅](packages/composites/market-closure/test/unit) | | [✅](packages/composites/market-closure/test/e2e) | +| [marketstack](packages/sources/marketstack/README.md) | `1.2.39` | `source` | `http://api.marketstack.com/v1/` | | `API_ENDPOINT`, `API_KEY (✅)` | `eod`, `stock` | `stock` | | | [✅](packages/sources/marketstack/test/unit) | [✅](packages/sources/marketstack/test/integration) | | +| [medianizer](packages/composites/medianizer/README.md) | `1.0.53` | `composite` | Unknown | | | `medianizer` | `medianizer` | | | [✅](packages/composites/medianizer/test/unit) | [✅](packages/composites/medianizer/test/integration) | | +| [messari](packages/sources/messari/README.md) | `1.1.39` | `source` | `https://data.messari.io/api/v1/` | | `API_ENDPOINT`, `API_KEY` | `assets`, `dominance` | `assets` | | | [✅](packages/sources/messari/test/unit) | | | +| [metalsapi](packages/sources/metalsapi/README.md) | `1.6.36` | `source` | `https://metals-api.com/api/` | | `API_ENDPOINT`, `API_KEY (✅)` | `convert`, `forex`, `latest` | `forex` | `latest` | | [✅](packages/sources/metalsapi/test/unit) | [✅](packages/sources/metalsapi/test/integration) | | +| [mock-ea](packages/sources/mock-ea/README.md) | `2.0.27` | `source` | Unknown | | `DEVIATION_AMOUNT (✅)`, `MIN_RESULT (✅)`, `UPDATE_INTERVAL_IN_MS (✅)` | `price` | `price` | | | | [✅](packages/sources/mock-ea/test/integration) | | +| [mycryptoapi](packages/sources/mycryptoapi/README.md) | `1.2.39` | `source` | `https://gas.mycryptoapi.com/` | | | `gasprice` | `gasprice` | | | [✅](packages/sources/mycryptoapi/test/unit) | [✅](packages/sources/mycryptoapi/test/integration) | | +| [ncfx](packages/sources/ncfx/README.md) | `1.2.17` | `source` | `http://localhost:18081` | | `API_PASSWORD (✅)`, `API_USERNAME (✅)`, `FOREX_WS_PASSWORD`, `FOREX_WS_USERNAME` | `crypto`, `forex` | `crypto` | | ✅ | [✅](packages/sources/ncfx/test/unit) | [✅](packages/sources/ncfx/test/integration) | | +| [nftx](packages/composites/nftx/README.md) | `2.0.21` | `composite` | Unknown | `uniswap-v2-adapter` | `ETHEREUM_RPC_URL (✅)` | `price` | Unknown | | | [✅](packages/composites/nftx/test/unit) | [✅](packages/composites/nftx/test/integration) | | +| [nikkei](packages/sources/nikkei/README.md) | `1.1.49` | `source` | `https://indexes.nikkei.co.jp/en/nkave/` | | `API_ENDPOINT` | `price`, `stock` | `stock` | | | [✅](packages/sources/nikkei/test/unit) | [✅](packages/sources/nikkei/test/integration) | | +| [nomics](packages/sources/nomics/README.md) | `1.2.10` | `source` | `https://api.nomics.com/v1` | | `API_ENDPOINT`, `API_KEY (✅)` | `crypto`, `filtered`, `globalmarketcap`, `marketcap`, `price`, `volume` | `crypto` | `crypto` | | [✅](packages/sources/nomics/test/unit) | [✅](packages/sources/nomics/test/integration) | | +| [oilpriceapi](packages/sources/oilpriceapi/README.md) | `2.0.39` | `source` | `https://api.oilpriceapi.com/v1/` | | `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/oilpriceapi/test/unit) | [✅](packages/sources/oilpriceapi/test/integration) | | +| [onchain-gas](packages/sources/onchain-gas/README.md) | `1.2.17` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `ETHEREUM_WS_RPC_URL (✅)` | `gas` | `gas` | | ✅ | [✅](packages/sources/onchain-gas/test/unit) | [✅](packages/sources/onchain-gas/test/integration) | | +| [openexchangerates](packages/sources/openexchangerates/README.md) | `1.3.37` | `source` | `https://openexchangerates.org/api/` | | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | `forex` | | [✅](packages/sources/openexchangerates/test/unit) | [✅](packages/sources/openexchangerates/test/integration) | | +| [orchid-bandwidth](packages/sources/orchid-bandwidth/README.md) | `1.1.39` | `source` | `https://chainlink.orchid.com/0` | | `API_ENDPOINT` | `bandwidth` | `bandwidth` | | | | [✅](packages/sources/orchid-bandwidth/test/integration) | | +| [outlier-detection](packages/composites/outlier-detection/README.md) | `1.0.93` | `composite` | Unknown | | `DERIBIT_ADAPTER_URL`, `DXFEED_ADAPTER_URL`, `GENESIS_VOLATILITY_ADAPTER_URL`, `OILPRICEAPI_COM_ADAPTER_URL`, `XBTO_ADAPTER_URL` | `outlier` | `outlier` | | | | | | +| [paxos](packages/sources/paxos/README.md) | `1.2.39` | `source` | `https://api.paxos.com/v1/` | | | `assetAttestation` | `assetAttestation` | | | [✅](packages/sources/paxos/test/unit) | [✅](packages/sources/paxos/test/integration) | | +| [paypal](packages/sources/paypal/README.md) | `1.1.39` | `source` | Unknown | | `CLIENT_ID (✅)`, `CLIENT_SECRET (✅)`, `MODE` | `getpayout`, `read`, `sendpayout`, `write` | `sendpayout` | | | [✅](packages/sources/paypal/test/unit) | | [✅](packages/sources/paypal/test/e2e) | +| [poa](packages/sources/poa/README.md) | `1.2.39` | `source` | `https://gasprice.poa.network/` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/poa/test/unit) | [✅](packages/sources/poa/test/integration) | | +| [polygon](packages/sources/polygon/README.md) | `1.5.1` | `source` | `https://api.polygon.io` | | `API_ENDPOINT`, `API_KEY (✅)` | `conversion`, `forex`, `price`, `tickers` | `tickers` | `tickers` | | [✅](packages/sources/polygon/test/unit) | [✅](packages/sources/polygon/test/integration) | | +| [por-address-list](packages/sources/por-address-list/README.md) | `1.0.2` | `source` | Unknown | | `RPC_URL (✅)` | `address` | `address` | | | [✅](packages/sources/por-address-list/test/unit) | [✅](packages/sources/por-address-list/test/integration) | [✅](packages/sources/por-address-list/test/e2e) | +| [por-indexer](packages/composites/por-indexer/README.md) | `1.0.42` | `composite` | Unknown | `proof-of-reserves-adapter` | `BITCOIN_MAINNET_POR_INDEXER_URL` | Unknown | Unknown | Unknown | | | | [✅](packages/composites/por-indexer/test/e2e) | +| [proof-of-reserves](packages/composites/proof-of-reserves/README.md) | `1.8.0` | `composite` | Unknown | `ada-balance-adapter`, `amberdata-adapter`, `bitcoin-json-rpc-adapter`, `blockchain.com-adapter`, `blockchair-adapter`, `blockcypher-adapter`, `btc.com-adapter`, `celsius-address-list-adapter`, `chain-reserve-wallet-adapter`, `cryptoapis-adapter`, `eth-balance-adapter`, `gemini-adapter`, `lotus-adapter`, `por-indexer-adapter`, `reduce-adapter`, `renvm-address-set-adapter`, `sochain-adapter`, `wbtc-address-set-adapter`, `wrapped-adapter` | `ADA_BALANCE_ADAPTER_URL`, `AMBERDATA_ADAPTER_URL`, `BLOCKCHAIN_COM_ADAPTER_URL`, `BLOCKCHAIR_ADAPTER_URL`, `BLOCKCYPHER_ADAPTER_URL`, `BTC_COM_ADAPTER_URL`, `CELSIUS_ADDRESS_LIST_ADAPTER_URL`, `CHAIN_RESERVE_WALLET_ADAPTER_URL`, `CRYPTOAPIS_ADAPTER_URL`, `RENVM_ADAPTER_URL`, `SOCHAIN_ADAPTER_URL`, `WBTC_ADAPTER_URL` | `reserves` | `reserves` | | | [✅](packages/composites/proof-of-reserves/test/unit) | [✅](packages/composites/proof-of-reserves/test/integration) | | +| [reduce](packages/sources/reduce/README.md) | `1.2.27` | `source` | Unknown | | | `reduce` | `reduce` | | | | [✅](packages/sources/reduce/test/integration) | | +| [reference-transform](packages/composites/reference-transform/README.md) | `1.0.93` | `composite` | Unknown | | `SOURCE_ADAPTER_URL (✅)` | `transform` | `transform` | | | | | | +| [renvm-address-set](packages/sources/renvm-address-set/README.md) | `1.3.32` | `source` | Unknown | `proof-of-reserves-adapter` | `API_ENDPOINT (✅)`, `NETWORK` | `address` | `address` | | | | [✅](packages/sources/renvm-address-set/test/integration) | | +| [satoshitango](packages/sources/satoshitango/README.md) | `1.2.39` | `source` | `https://api.satoshitango.com/v3` | | `API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | | [✅](packages/sources/satoshitango/test/unit) | [✅](packages/sources/satoshitango/test/integration) | | +| [savax-price](packages/composites/savax-price/README.md) | `2.0.23` | `composite` | Unknown | `token-allocation-adapter` | `AVALANCHE_RPC_URL (✅)`, `SAVAX_ADDRESS` | `price` | `price` | | | [✅](packages/composites/savax-price/test/unit) | [✅](packages/composites/savax-price/test/integration) | [✅](packages/composites/savax-price/test/e2e) | +| [set-token-index](packages/composites/set-token-index/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)` | `allocations`, `token-index`, `tokens` | `token-index` | | | | [✅](packages/composites/set-token-index/test/integration) | | +| [snowflake](packages/sources/snowflake/README.md) | `1.1.39` | `source` | Unknown | | `ACCOUNT (✅)`, `CLOUD_PROVIDER`, `CLOUD_REGION`, `DATABASE`, `DB_USERNAME (✅)`, `PRIVATE_KEY (✅)`, `SCHEMA` | `covid-cases` | `covid-cases` | | | [✅](packages/sources/snowflake/test/unit) | [✅](packages/sources/snowflake/test/integration) | | +| [sochain](packages/sources/sochain/README.md) | `1.2.39` | `source` | `https://sochain.com` | | `API_ENDPOINT` | `balance` | `balance` | | | | [✅](packages/sources/sochain/test/integration) | [✅](packages/sources/sochain/test/e2e) | +| [solana-view-function](packages/sources/solana-view-function/README.md) | `2.1.25` | `source` | Unknown | | `COMMITMENT`, `RPC_URL (✅)` | `accounts` | `accounts` | | | [✅](packages/sources/solana-view-function/test/unit) | [✅](packages/sources/solana-view-function/test/integration) | | +| [spectral-macro-score](packages/sources/spectral-macro-score/README.md) | `1.1.39` | `source` | `https://xzff24vr3m.execute-api.us-east-2.amazonaws.com/default/` | | `API_ENDPOINT`, `API_KEY (✅)`, `ETHEREUM_RPC_URL (✅)`, `NFC_ADDRESS (✅)` | `spectral-proxy` | `spectral-proxy` | | | [✅](packages/sources/spectral-macro-score/test/unit) | [✅](packages/sources/spectral-macro-score/test/integration) | | +| [sportsdataio](packages/sources/sportsdataio/README.md) | `1.1.53` | `source` | `https://fly.sportsdata.io/v3` | | `CFB_SCORES_API_KEY`, `MLB_API_KEY`, `MMA_STATS_API_KEY`, `NBA_API_KEY`, `NFL_SCORES_API_KEY` | Unknown | `scores` | Unknown | | [✅](packages/sources/sportsdataio/test/unit) | [✅](packages/sources/sportsdataio/test/integration) | | +| [stasis](packages/sources/stasis/README.md) | `1.1.40` | `source` | `https://stasis.net` | | | `supply` | `supply` | | | | [✅](packages/sources/stasis/test/integration) | | +| [synth-index](packages/composites/synth-index/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `DEFAULT_NETWORK` | `value` | `value` | | | [✅](packages/composites/synth-index/test/unit) | [✅](packages/composites/synth-index/test/integration) | | +| [synthetix-debt-pool](packages/sources/synthetix-debt-pool/README.md) | `3.1.9` | `source` | Unknown | | `ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_OPTIMISM_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `KOVAN_OPTIMISM_RPC_URL`, `KOVAN_RPC_URL`, `OPTIMISM_ADDRESS_RESOLVER_PROXY_CONTRACT_ADDRESS`, `OPTIMISM_RPC_URL`, `RPC_URL` | `debt`, `debt-ratio` | `debt` | | | [✅](packages/sources/synthetix-debt-pool/test/unit) | [✅](packages/sources/synthetix-debt-pool/test/integration) | [✅](packages/sources/synthetix-debt-pool/test/e2e) | +| [taapi](packages/sources/taapi/README.md) | `1.1.39` | `source` | `https://api.taapi.io/` | | `API_KEY (✅)` | `indicator` | `indicator` | | | [✅](packages/sources/taapi/test/unit) | [✅](packages/sources/taapi/test/integration) | | +| [terra-view-function](packages/sources/terra-view-function/README.md) | `1.2.22` | `source` | Unknown | | `BOMBAY_12_LCD_URL (✅)`, `COLUMBUS_5_LCD_URL (✅)`, `DEFAULT_CHAIN_ID`, `LOCALTERRA_LCD_URL (✅)` | `view` | `view` | | | [✅](packages/sources/terra-view-function/test/unit) | [✅](packages/sources/terra-view-function/test/integration) | [✅](packages/sources/terra-view-function/test/e2e) | +| [the-graph](packages/composites/the-graph/README.md) | `1.0.54` | `composite` | Unknown | `graphql-adapter` | `RPC_URL (✅)`, `UNISWAP_V3_SUBGRAPH_ENDPOINT` | `prices` | `prices` | | | [✅](packages/composites/the-graph/test/unit) | | | +| [therundown](packages/sources/therundown/README.md) | `1.2.39` | `source` | `https://therundown-therundown-v1.p.rapidapi.com/` | | `API_ENDPOINT`, `API_KEY (✅)` | `event`, `events`, `total-score` | `total-score` | | | [✅](packages/sources/therundown/test/unit) | [✅](packages/sources/therundown/test/integration) | | +| [tiingo](packages/sources/tiingo/README.md) | `1.10.10` | `source` | `https://api.tiingo.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `commodities`, `crypto`, `crypto-synth`, `crypto-vwap`, `eod`, `forex`, `fx`, `iex`, `price`, `prices`, `stock`, `top`, `volume`, `vwap` | `crypto` | | ✅ | [✅](packages/sources/tiingo/test/unit) | [✅](packages/sources/tiingo/test/integration) | | +| [token-allocation](packages/composites/token-allocation/README.md) | `1.3.23` | `composite` | Unknown | `amberdata-adapter`, `cfbenchmarks-adapter`, `coinapi-adapter`, `coingecko-adapter`, `coinmarketcap-adapter`, `coinmetrics-adapter`, `coinpaprika-adapter`, `cryptocompare-adapter`, `finage-adapter`, `kaiko-adapter`, `ncfx-adapter`, `nomics-adapter`, `tiingo-adapter` | `AMBERDATA_ADAPTER_URL`, `CFBENCHMARKS_ADAPTER_URL`, `COINAPI_ADAPTER_URL`, `COINGECKO_ADAPTER_URL`, `COINMARKETCAP_ADAPTER_URL`, `COINMETRICS_ADAPTER_URL`, `COINPAPRIKA_ADAPTER_URL`, `CRYPTOCOMPARE_ADAPTER_URL`, `DEFAULT_METHOD`, `DEFAULT_QUOTE`, `DEFAULT_SOURCE`, `FINAGE_ADAPTER_URL`, `KAIKO_ADAPTER_URL`, `NCFX_ADAPTER_URL`, `NOMICS_ADAPTER_URL` | | Unknown | | | [✅](packages/composites/token-allocation/test/unit) | [✅](packages/composites/token-allocation/test/integration) | [✅](packages/composites/token-allocation/test/e2e) | +| [tradermade](packages/sources/tradermade/README.md) | `1.6.36` | `source` | Unknown | | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_KEY` | `commodities`, `forex`, `live`, `stock` | `live` | | ✅ | [✅](packages/sources/tradermade/test/unit) | [✅](packages/sources/tradermade/test/integration) | | +| [tradingeconomics](packages/sources/tradingeconomics/README.md) | `1.1.39` | `source` | `https://api.tradingeconomics.com/markets` | | `API_CLIENT_KEY (✅)`, `API_CLIENT_SECRET (✅)`, `API_URL` | `price` | `price` | | ✅ | [✅](packages/sources/tradingeconomics/test/unit) | [✅](packages/sources/tradingeconomics/test/integration) | | +| [trueusd](packages/sources/trueusd/README.md) | `1.2.10` | `source` | `https://api.real-time-attest.trustexplorer.io` | | `API_ENDPOINT` | `trueusd` | `trueusd` | | | [✅](packages/sources/trueusd/test/unit) | [✅](packages/sources/trueusd/test/integration) | | +| [twelvedata](packages/sources/twelvedata/README.md) | `1.1.39` | `source` | Unknown | | `API_ENDPOINT`, `API_KEY (✅)` | `closing`, `crypto`, `eod`, `forex`, `price`, `stock` | `closing` | | | [✅](packages/sources/twelvedata/test/unit) | [✅](packages/sources/twelvedata/test/integration) | | +| [unibit](packages/sources/unibit/README.md) | `1.3.34` | `source` | Unknown | | `API_ENDPOINT`, `API_KEY (✅)` | `eod`, `historical` | `historical` | | | [✅](packages/sources/unibit/test/unit) | [✅](packages/sources/unibit/test/integration) | | +| [uniswap-v2](packages/sources/uniswap-v2/README.md) | `1.1.39` | `source` | Unknown | | `BLOCKCHAIN_NETWORK`, `ETHEREUM_RPC_URL (✅)`, `ROUTER_CONTRACT`, `RPC_URL` | `crypto` | `crypto` | | | [✅](packages/sources/uniswap-v2/test/unit) | [✅](packages/sources/uniswap-v2/test/integration) | [✅](packages/sources/uniswap-v2/test/e2e) | +| [uniswap-v3](packages/sources/uniswap-v3/README.md) | `1.1.39` | `source` | Unknown | | `BLOCKCHAIN_NETWORK`, `DEFAULT_FEE_TIERS`, `ETHEREUM_RPC_URL (✅)`, `QUOTER_CONTRACT`, `RPC_URL` | `crypto` | `crypto` | | | [✅](packages/sources/uniswap-v3/test/unit) | [✅](packages/sources/uniswap-v3/test/integration) | [✅](packages/sources/uniswap-v3/test/e2e) | +| [upvest](packages/sources/upvest/README.md) | `1.2.39` | `source` | `https://fees.upvest.co` | | `API_ENDPOINT` | `gasprice` | `gasprice` | | | [✅](packages/sources/upvest/test/unit) | [✅](packages/sources/upvest/test/integration) | | +| [uscpi-one](packages/sources/uscpi-one/README.md) | `1.2.15` | `source` | `https://api.bls.gov/publicAPI/v2` | | `API_ENDPOINT`, `API_KEY` | `series` | `series` | | | | [✅](packages/sources/uscpi-one/test/integration) | | +| [vesper](packages/composites/vesper/README.md) | `1.0.73` | `composite` | Unknown | `token-allocation-adapter` | `CONTROLLER_ADDRESS`, `ETHEREUM_RPC_URL (✅)` | `allocations`, `tvl` | `tvl` | | | | | [✅](packages/composites/vesper/test/e2e) | +| [view-function](packages/sources/view-function/README.md) | `1.1.39` | `source` | Unknown | | `ETHEREUM_RPC_URL (✅)`, `RPC_URL` | `function` | `function` | | | [✅](packages/sources/view-function/test/unit) | [✅](packages/sources/view-function/test/integration) | | +| [wbtc-address-set](packages/sources/wbtc-address-set/README.md) | `1.3.41` | `source` | Unknown | `proof-of-reserves-adapter` | `ADDRESSES_ENDPOINT`, `MEMBERS_ENDPOINT` | `addresses`, `members` | `addresses` | | | | [✅](packages/sources/wbtc-address-set/test/integration) | | +| [wootrade](packages/sources/wootrade/README.md) | `1.1.39` | `source` | `https://api.woo.network` | | `API_ENPOINT`, `API_KEY`, `WS_API_ENDPOINT` | `crypto`, `ticker` | `crypto` | | ✅ | [✅](packages/sources/wootrade/test/unit) | [✅](packages/sources/wootrade/test/integration) | | +| [wrapped](packages/sources/wrapped/README.md) | `2.1.39` | `source` | `http://chainlink.wrappedeng.com` | | `API_ENDPOINT` | `deposits` | `deposits` | | | [✅](packages/sources/wrapped/test/unit) | [✅](packages/sources/wrapped/test/integration) | | +| [xbto](packages/sources/xbto/README.md) | `1.2.39` | `source` | `https://fpiw7f0axc.execute-api.us-east-1.amazonaws.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `price` | `price` | | | | [✅](packages/sources/xbto/test/integration) | | +| [xsushi-price](packages/composites/xsushi-price/README.md) | `1.0.51` | `composite` | Unknown | `token-allocation-adapter` | `ETHEREUM_RPC_URL (✅)`, `XSUSHI_ADDRESS` | `crypto`, `price`, `ratio`, `sushi` | `price` | | | [✅](packages/composites/xsushi-price/test/unit) | [✅](packages/composites/xsushi-price/test/integration) | [✅](packages/composites/xsushi-price/test/e2e) | diff --git a/packages/composites/anchor/CHANGELOG.md b/packages/composites/anchor/CHANGELOG.md index 041ce1d4df..bf49ba7d5d 100644 --- a/packages/composites/anchor/CHANGELOG.md +++ b/packages/composites/anchor/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/anchor-adapter +## 3.2.17 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/terra-view-function-adapter@1.2.22 + ## 3.2.16 ### Patch Changes diff --git a/packages/composites/anchor/package.json b/packages/composites/anchor/package.json index 7a1542e8b5..6261cd1856 100644 --- a/packages/composites/anchor/package.json +++ b/packages/composites/anchor/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/anchor-adapter", - "version": "3.2.16", + "version": "3.2.17", "description": "Chainlink anchor adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/apy-finance/CHANGELOG.md b/packages/composites/apy-finance/CHANGELOG.md index f899e9228b..babdcf0adc 100644 --- a/packages/composites/apy-finance/CHANGELOG.md +++ b/packages/composites/apy-finance/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/apy-finance-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/apy-finance/package.json b/packages/composites/apy-finance/package.json index 2b4bd2ddf0..4e3d84425c 100644 --- a/packages/composites/apy-finance/package.json +++ b/packages/composites/apy-finance/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/apy-finance-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink APY Finance TVL adapter", "keywords": [ "Chainlink", diff --git a/packages/composites/augur/CHANGELOG.md b/packages/composites/augur/CHANGELOG.md index 3a2c0378e9..a86cf623c4 100644 --- a/packages/composites/augur/CHANGELOG.md +++ b/packages/composites/augur/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/augur-adapter +## 1.0.55 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/sportsdataio-adapter@1.1.53 + - @chainlink/therundown-adapter@1.2.39 + ## 1.0.54 ### Patch Changes diff --git a/packages/composites/augur/package.json b/packages/composites/augur/package.json index f596d84a1b..a6b00707e1 100644 --- a/packages/composites/augur/package.json +++ b/packages/composites/augur/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/augur-adapter", - "version": "1.0.54", + "version": "1.0.55", "description": "Chainlink augur adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/bitcoin-json-rpc/CHANGELOG.md b/packages/composites/bitcoin-json-rpc/CHANGELOG.md index 8fe7df45ed..32c9776df7 100644 --- a/packages/composites/bitcoin-json-rpc/CHANGELOG.md +++ b/packages/composites/bitcoin-json-rpc/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/bitcoin-json-rpc-adapter +## 1.1.15 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/json-rpc-adapter@1.2.27 + ## 1.1.14 ### Patch Changes diff --git a/packages/composites/bitcoin-json-rpc/package.json b/packages/composites/bitcoin-json-rpc/package.json index 4d84692f1e..6364d2326a 100644 --- a/packages/composites/bitcoin-json-rpc/package.json +++ b/packages/composites/bitcoin-json-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bitcoin-json-rpc-adapter", - "version": "1.1.14", + "version": "1.1.15", "description": "", "author": "Evangelos Barakos (evangelos@smartcontract.com)", "license": "MIT", diff --git a/packages/composites/bob/CHANGELOG.md b/packages/composites/bob/CHANGELOG.md index b534d8a27c..9d6e75dca2 100644 --- a/packages/composites/bob/CHANGELOG.md +++ b/packages/composites/bob/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/bob-adapter +## 1.0.56 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/json-rpc-adapter@1.2.27 + ## 1.0.55 ### Patch Changes diff --git a/packages/composites/bob/package.json b/packages/composites/bob/package.json index 583f3ac4ff..e4ab1192d7 100644 --- a/packages/composites/bob/package.json +++ b/packages/composites/bob/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bob-adapter", - "version": "1.0.55", + "version": "1.0.56", "description": "", "author": "Silas Lenihan (silas@smartcontract.com)", "license": "MIT", diff --git a/packages/composites/bsol-price/CHANGELOG.md b/packages/composites/bsol-price/CHANGELOG.md index 03869725d0..99636ec64a 100644 --- a/packages/composites/bsol-price/CHANGELOG.md +++ b/packages/composites/bsol-price/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/bsol-price-adapter +## 2.0.36 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/solana-view-function-adapter@2.1.25 + ## 2.0.35 ### Patch Changes diff --git a/packages/composites/bsol-price/package.json b/packages/composites/bsol-price/package.json index 8977b4fbc7..4cf444336b 100644 --- a/packages/composites/bsol-price/package.json +++ b/packages/composites/bsol-price/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bsol-price-adapter", - "version": "2.0.35", + "version": "2.0.36", "description": "Chainlink bsol-price adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/circuit-breaker/CHANGELOG.md b/packages/composites/circuit-breaker/CHANGELOG.md index 80fe973302..886690fd91 100644 --- a/packages/composites/circuit-breaker/CHANGELOG.md +++ b/packages/composites/circuit-breaker/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/circuit-breaker-adapter +## 1.0.55 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.0.54 ### Patch Changes diff --git a/packages/composites/circuit-breaker/package.json b/packages/composites/circuit-breaker/package.json index 15ce9e5f36..d53da2008e 100644 --- a/packages/composites/circuit-breaker/package.json +++ b/packages/composites/circuit-breaker/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/circuit-breaker-adapter", - "version": "1.0.54", + "version": "1.0.55", "description": "Chainlink circuit-breaker adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/crypto-volatility-index/CHANGELOG.md b/packages/composites/crypto-volatility-index/CHANGELOG.md index f263d94c73..5c0835621f 100644 --- a/packages/composites/crypto-volatility-index/CHANGELOG.md +++ b/packages/composites/crypto-volatility-index/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/crypto-volatility-index-adapter +## 1.1.30 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-reference-data-reader@1.1.28 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.29 ### Patch Changes diff --git a/packages/composites/crypto-volatility-index/package.json b/packages/composites/crypto-volatility-index/package.json index 474b8788fa..70faf1ee86 100644 --- a/packages/composites/crypto-volatility-index/package.json +++ b/packages/composites/crypto-volatility-index/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/crypto-volatility-index-adapter", - "version": "1.1.29", + "version": "1.1.30", "description": "The Crypto volatility index (CVI)", "keywords": [ "Chainlink", diff --git a/packages/composites/defi-dozen/CHANGELOG.md b/packages/composites/defi-dozen/CHANGELOG.md index 1ba79fa96d..1476ef8db1 100644 --- a/packages/composites/defi-dozen/CHANGELOG.md +++ b/packages/composites/defi-dozen/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/defi-dozen-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/defi-dozen/package.json b/packages/composites/defi-dozen/package.json index 51d8e2de96..6fd3bd9933 100644 --- a/packages/composites/defi-dozen/package.json +++ b/packages/composites/defi-dozen/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/defi-dozen-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink defi-dozen adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/defi-pulse/CHANGELOG.md b/packages/composites/defi-pulse/CHANGELOG.md index 183e67aa53..7b5a1af083 100644 --- a/packages/composites/defi-pulse/CHANGELOG.md +++ b/packages/composites/defi-pulse/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/defi-pulse-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/defi-pulse/package.json b/packages/composites/defi-pulse/package.json index 0f1fd813b1..02fa11b5b5 100644 --- a/packages/composites/defi-pulse/package.json +++ b/packages/composites/defi-pulse/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/defi-pulse-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink defi pulse adapter", "keywords": [ "Chainlink", diff --git a/packages/composites/dns-record-check/CHANGELOG.md b/packages/composites/dns-record-check/CHANGELOG.md index f136bedf37..5980ccee84 100644 --- a/packages/composites/dns-record-check/CHANGELOG.md +++ b/packages/composites/dns-record-check/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/dns-record-check-adapter +## 1.1.34 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/dns-query-adapter@1.4.1 + ## 1.1.33 ### Patch Changes diff --git a/packages/composites/dns-record-check/package.json b/packages/composites/dns-record-check/package.json index 073024a86a..b7b23af324 100644 --- a/packages/composites/dns-record-check/package.json +++ b/packages/composites/dns-record-check/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dns-record-check-adapter", - "version": "1.1.33", + "version": "1.1.34", "description": "Chainlink DNS record check adapter", "keywords": [ "Chainlink", diff --git a/packages/composites/dxdao/CHANGELOG.md b/packages/composites/dxdao/CHANGELOG.md index 43157d8783..aa70bb006f 100644 --- a/packages/composites/dxdao/CHANGELOG.md +++ b/packages/composites/dxdao/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/dxdao-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/dxdao/package.json b/packages/composites/dxdao/package.json index 85c74fe910..a7a89eae19 100644 --- a/packages/composites/dxdao/package.json +++ b/packages/composites/dxdao/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dxdao-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink dxdao adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/dydx-rewards/CHANGELOG.md b/packages/composites/dydx-rewards/CHANGELOG.md index 7bdeb29c74..0940a2c345 100644 --- a/packages/composites/dydx-rewards/CHANGELOG.md +++ b/packages/composites/dydx-rewards/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/dydx-rewards-adapter +## 1.2.1 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ipfs-adapter@1.2.35 + ## 1.2.0 ### Minor Changes diff --git a/packages/composites/dydx-rewards/package.json b/packages/composites/dydx-rewards/package.json index 9ce15097f0..5208097d83 100644 --- a/packages/composites/dydx-rewards/package.json +++ b/packages/composites/dydx-rewards/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dydx-rewards-adapter", - "version": "1.2.0", + "version": "1.2.1", "description": "Chainlink dydx-rewards adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/google-weather/CHANGELOG.md b/packages/composites/google-weather/CHANGELOG.md index 60fedf66a7..a907325298 100644 --- a/packages/composites/google-weather/CHANGELOG.md +++ b/packages/composites/google-weather/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/google-weather-adapter +## 1.0.55 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/google-bigquery-adapter@1.1.39 + ## 1.0.54 ### Patch Changes diff --git a/packages/composites/google-weather/package.json b/packages/composites/google-weather/package.json index b40612c921..1e95be7519 100644 --- a/packages/composites/google-weather/package.json +++ b/packages/composites/google-weather/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/google-weather-adapter", - "version": "1.0.54", + "version": "1.0.55", "description": "Chainlink google-weather adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/historical-average/CHANGELOG.md b/packages/composites/historical-average/CHANGELOG.md index 4b4ca03f37..4f5dbea028 100644 --- a/packages/composites/historical-average/CHANGELOG.md +++ b/packages/composites/historical-average/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/historical-average-adapter +## 1.0.52 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] +- Updated dependencies [d0214ba04] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/coinmarketcap-adapter@1.4.0 + ## 1.0.51 ### Patch Changes diff --git a/packages/composites/historical-average/package.json b/packages/composites/historical-average/package.json index f0fbee3c96..3ab944fc48 100644 --- a/packages/composites/historical-average/package.json +++ b/packages/composites/historical-average/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/historical-average-adapter", - "version": "1.0.51", + "version": "1.0.52", "description": "Chainlink historical-average adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/implied-price/CHANGELOG.md b/packages/composites/implied-price/CHANGELOG.md index ddf376deb3..880765322c 100644 --- a/packages/composites/implied-price/CHANGELOG.md +++ b/packages/composites/implied-price/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/implied-price-adapter +## 1.0.15 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.0.14 ### Patch Changes diff --git a/packages/composites/implied-price/package.json b/packages/composites/implied-price/package.json index f0a0baa843..70408bb35e 100644 --- a/packages/composites/implied-price/package.json +++ b/packages/composites/implied-price/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/implied-price-adapter", - "version": "1.0.14", + "version": "1.0.15", "description": "Chainlink implied-price adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/linear-finance/CHANGELOG.md b/packages/composites/linear-finance/CHANGELOG.md index c5526c1f72..29eb05027d 100644 --- a/packages/composites/linear-finance/CHANGELOG.md +++ b/packages/composites/linear-finance/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/linear-finance-adapter +## 2.0.32 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + ## 2.0.31 ### Patch Changes diff --git a/packages/composites/linear-finance/package.json b/packages/composites/linear-finance/package.json index 7beaeebaf0..75f7446556 100644 --- a/packages/composites/linear-finance/package.json +++ b/packages/composites/linear-finance/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/linear-finance-adapter", - "version": "2.0.31", + "version": "2.0.32", "description": "Chainlink linear-finance adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/market-closure/CHANGELOG.md b/packages/composites/market-closure/CHANGELOG.md index 51a7f69e89..6caf2ba212 100644 --- a/packages/composites/market-closure/CHANGELOG.md +++ b/packages/composites/market-closure/CHANGELOG.md @@ -1,5 +1,17 @@ # @chainlink/market-closure-adapter +## 1.0.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-reference-data-reader@1.1.28 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/fcsapi-adapter@1.1.27 + - @chainlink/finnhub-adapter@1.1.27 + ## 1.0.53 ### Patch Changes diff --git a/packages/composites/market-closure/package.json b/packages/composites/market-closure/package.json index 4e10536498..11aa6b9a08 100644 --- a/packages/composites/market-closure/package.json +++ b/packages/composites/market-closure/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/market-closure-adapter", - "version": "1.0.53", + "version": "1.0.54", "description": "Chainlink Market-Closure adapter. Checks if trading market for asset is open before fetching the price.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/composites/medianizer/CHANGELOG.md b/packages/composites/medianizer/CHANGELOG.md index c91a679b24..c1d1e5295d 100644 --- a/packages/composites/medianizer/CHANGELOG.md +++ b/packages/composites/medianizer/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/medianizer-adapter +## 1.0.53 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.0.52 ### Patch Changes diff --git a/packages/composites/medianizer/package.json b/packages/composites/medianizer/package.json index 4ec2009c06..f92ad6e87e 100644 --- a/packages/composites/medianizer/package.json +++ b/packages/composites/medianizer/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/medianizer-adapter", - "version": "1.0.52", + "version": "1.0.53", "description": "Chainlink medianizer adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/nftx/CHANGELOG.md b/packages/composites/nftx/CHANGELOG.md index 8dea4c719f..ed78decc79 100644 --- a/packages/composites/nftx/CHANGELOG.md +++ b/packages/composites/nftx/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/nftx-adapter +## 2.0.21 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/uniswap-v2-adapter@1.1.39 + ## 2.0.20 ### Patch Changes diff --git a/packages/composites/nftx/package.json b/packages/composites/nftx/package.json index 093e35a436..e1650431a0 100644 --- a/packages/composites/nftx/package.json +++ b/packages/composites/nftx/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/nftx-adapter", - "version": "2.0.20", + "version": "2.0.21", "description": "Chainlink nftx adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/outlier-detection/CHANGELOG.md b/packages/composites/outlier-detection/CHANGELOG.md index fe842533aa..e521b3f6fd 100644 --- a/packages/composites/outlier-detection/CHANGELOG.md +++ b/packages/composites/outlier-detection/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/outlier-detection-adapter +## 1.0.93 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea@1.0.93 + - @chainlink/ea-reference-data-reader@1.1.28 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.92 ### Patch Changes diff --git a/packages/composites/outlier-detection/package.json b/packages/composites/outlier-detection/package.json index f58ed21282..887df4627c 100644 --- a/packages/composites/outlier-detection/package.json +++ b/packages/composites/outlier-detection/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/outlier-detection-adapter", - "version": "1.0.92", + "version": "1.0.93", "description": "Chainlink Outlier Detection adapter.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/composites/por-indexer/CHANGELOG.md b/packages/composites/por-indexer/CHANGELOG.md index a35728570b..52e2162a5a 100644 --- a/packages/composites/por-indexer/CHANGELOG.md +++ b/packages/composites/por-indexer/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/por-indexer-adapter +## 1.0.42 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] +- Updated dependencies [686bdb5ce] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/proof-of-reserves-adapter@1.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.41 ### Patch Changes diff --git a/packages/composites/por-indexer/package.json b/packages/composites/por-indexer/package.json index 136e9c817a..2f689247ba 100644 --- a/packages/composites/por-indexer/package.json +++ b/packages/composites/por-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/por-indexer-adapter", - "version": "1.0.41", + "version": "1.0.42", "description": "Adapter to query a PoR Indexer Service.", "license": "MIT", "main": "dist/index.js", diff --git a/packages/composites/proof-of-reserves/CHANGELOG.md b/packages/composites/proof-of-reserves/CHANGELOG.md index 93fd06bb42..80d657793f 100644 --- a/packages/composites/proof-of-reserves/CHANGELOG.md +++ b/packages/composites/proof-of-reserves/CHANGELOG.md @@ -1,5 +1,37 @@ # @chainlink/proof-of-reserves-adapter +## 1.8.0 + +### Minor Changes + +- 686bdb5ce: fixed Filecoin address validation for actor addresses + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/bitcoin-json-rpc-adapter@1.1.15 + - @chainlink/por-indexer-adapter@1.0.42 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/ada-balance-adapter@2.3.32 + - @chainlink/amberdata-adapter@1.4.10 + - @chainlink/blockchain.com-adapter@1.1.39 + - @chainlink/blockchair-adapter@1.1.39 + - @chainlink/blockcypher-adapter@1.2.39 + - @chainlink/btc.com-adapter@1.2.39 + - @chainlink/celsius-address-list-adapter@1.0.18 + - @chainlink/chain-reserve-wallet-adapter@2.2.35 + - @chainlink/cryptoapis-adapter@1.1.39 + - @chainlink/eth-balance-adapter@1.2.10 + - @chainlink/gemini-adapter@2.1.39 + - @chainlink/lotus-adapter@2.1.39 + - @chainlink/reduce-adapter@1.2.27 + - @chainlink/renvm-address-set-adapter@1.3.32 + - @chainlink/sochain-adapter@1.2.39 + - @chainlink/wbtc-address-set-adapter@1.3.41 + - @chainlink/wrapped-adapter@2.1.39 + ## 1.7.0 ### Minor Changes diff --git a/packages/composites/proof-of-reserves/package.json b/packages/composites/proof-of-reserves/package.json index a6d3dc8340..d4a4d742ef 100644 --- a/packages/composites/proof-of-reserves/package.json +++ b/packages/composites/proof-of-reserves/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/proof-of-reserves-adapter", - "version": "1.7.0", + "version": "1.8.0", "description": "Chainlink BTC Proof of Reserves composite adapter. Combines multiple adapters to find total balance in custody for wBTC or renBTC.", "keywords": [ "Chainlink", diff --git a/packages/composites/reference-transform/CHANGELOG.md b/packages/composites/reference-transform/CHANGELOG.md index 3bfafbb04a..700c2c9c3b 100644 --- a/packages/composites/reference-transform/CHANGELOG.md +++ b/packages/composites/reference-transform/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/reference-transform-adapter +## 1.0.93 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea@1.0.93 + - @chainlink/ea-reference-data-reader@1.1.28 + ## 1.0.92 ### Patch Changes diff --git a/packages/composites/reference-transform/package.json b/packages/composites/reference-transform/package.json index e832587a04..7ae5418c7e 100644 --- a/packages/composites/reference-transform/package.json +++ b/packages/composites/reference-transform/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/reference-transform-adapter", - "version": "1.0.92", + "version": "1.0.93", "description": "Transform external adapter results from an on-chain reference.", "keywords": [ "Chainlink", diff --git a/packages/composites/savax-price/CHANGELOG.md b/packages/composites/savax-price/CHANGELOG.md index e68ef87aa0..663dc65b94 100644 --- a/packages/composites/savax-price/CHANGELOG.md +++ b/packages/composites/savax-price/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/savax-price-adapter +## 2.0.23 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.0.22 ### Patch Changes diff --git a/packages/composites/savax-price/package.json b/packages/composites/savax-price/package.json index 1ae8d3cb3f..aad76a576c 100644 --- a/packages/composites/savax-price/package.json +++ b/packages/composites/savax-price/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/savax-price-adapter", - "version": "2.0.22", + "version": "2.0.23", "description": "Chainlink savax-price adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/set-token-index/CHANGELOG.md b/packages/composites/set-token-index/CHANGELOG.md index 3564a7f734..8454737170 100644 --- a/packages/composites/set-token-index/CHANGELOG.md +++ b/packages/composites/set-token-index/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/set-token-index-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/set-token-index/package.json b/packages/composites/set-token-index/package.json index 08000f0c85..f5de60f08a 100644 --- a/packages/composites/set-token-index/package.json +++ b/packages/composites/set-token-index/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/set-token-index-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink set-token-index adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/synth-index/CHANGELOG.md b/packages/composites/synth-index/CHANGELOG.md index 733b169292..d93e9ee42e 100644 --- a/packages/composites/synth-index/CHANGELOG.md +++ b/packages/composites/synth-index/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/synth-index-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/synth-index/package.json b/packages/composites/synth-index/package.json index 7ab8479a4f..fe66ed872a 100644 --- a/packages/composites/synth-index/package.json +++ b/packages/composites/synth-index/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/synth-index-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink Synth Index adapter", "keywords": [ "Chainlink", diff --git a/packages/composites/the-graph/CHANGELOG.md b/packages/composites/the-graph/CHANGELOG.md index f06c588f49..5c3d78eb21 100644 --- a/packages/composites/the-graph/CHANGELOG.md +++ b/packages/composites/the-graph/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/the-graph-adapter +## 1.0.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-reference-data-reader@1.1.28 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/graphql-adapter@1.1.39 + ## 1.0.53 ### Patch Changes diff --git a/packages/composites/the-graph/package.json b/packages/composites/the-graph/package.json index a152729389..6c8f5ef6fe 100644 --- a/packages/composites/the-graph/package.json +++ b/packages/composites/the-graph/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/the-graph-adapter", - "version": "1.0.53", + "version": "1.0.54", "description": "Chainlink the-graph adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/token-allocation/CHANGELOG.md b/packages/composites/token-allocation/CHANGELOG.md index 252f83cf77..4bf4d9e2a8 100644 --- a/packages/composites/token-allocation/CHANGELOG.md +++ b/packages/composites/token-allocation/CHANGELOG.md @@ -1,5 +1,30 @@ # @chainlink/token-allocation-adapter +## 1.3.23 + +### Patch Changes + +- Updated dependencies [507086b52] +- Updated dependencies [346fa7d45] +- Updated dependencies [6316e52f1] +- Updated dependencies [979dbe1d7] +- Updated dependencies [d0214ba04] + - @chainlink/coinpaprika-adapter@1.8.10 + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/coinmarketcap-adapter@1.4.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/amberdata-adapter@1.4.10 + - @chainlink/cfbenchmarks-adapter@1.4.31 + - @chainlink/coinapi-adapter@1.1.40 + - @chainlink/coingecko-adapter@1.7.1 + - @chainlink/coinmetrics-adapter@1.2.40 + - @chainlink/cryptocompare-adapter@1.3.28 + - @chainlink/finage-adapter@1.3.40 + - @chainlink/kaiko-adapter@1.3.11 + - @chainlink/ncfx-adapter@1.2.17 + - @chainlink/nomics-adapter@1.2.10 + - @chainlink/tiingo-adapter@1.10.10 + ## 1.3.22 ### Patch Changes diff --git a/packages/composites/token-allocation/package.json b/packages/composites/token-allocation/package.json index f9c870aba6..7dde2f9f9b 100644 --- a/packages/composites/token-allocation/package.json +++ b/packages/composites/token-allocation/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/token-allocation-adapter", - "version": "1.3.22", + "version": "1.3.23", "description": "Chainlink token allocation adapter", "keywords": [ "Chainlink", diff --git a/packages/composites/vesper/CHANGELOG.md b/packages/composites/vesper/CHANGELOG.md index 1ffb7cea52..f0b963f9ec 100644 --- a/packages/composites/vesper/CHANGELOG.md +++ b/packages/composites/vesper/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/vesper-adapter +## 1.0.73 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + ## 1.0.72 ### Patch Changes diff --git a/packages/composites/vesper/package.json b/packages/composites/vesper/package.json index a5a13310e6..49216d13ea 100644 --- a/packages/composites/vesper/package.json +++ b/packages/composites/vesper/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/vesper-adapter", - "version": "1.0.72", + "version": "1.0.73", "description": "Chainlink vesper adapter.", "keywords": [ "Chainlink", diff --git a/packages/composites/xsushi-price/CHANGELOG.md b/packages/composites/xsushi-price/CHANGELOG.md index 7496aca599..5dad86153c 100644 --- a/packages/composites/xsushi-price/CHANGELOG.md +++ b/packages/composites/xsushi-price/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/xsushi-price-adapter +## 1.0.51 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/token-allocation-adapter@1.3.23 + ## 1.0.50 ### Patch Changes diff --git a/packages/composites/xsushi-price/package.json b/packages/composites/xsushi-price/package.json index c7132ee196..3f344e1c4f 100644 --- a/packages/composites/xsushi-price/package.json +++ b/packages/composites/xsushi-price/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/xsushi-price-adapter", - "version": "1.0.50", + "version": "1.0.51", "description": "Chainlink xsushi-price adapter.", "keywords": [ "Chainlink", diff --git a/packages/core/bootstrap/CHANGELOG.md b/packages/core/bootstrap/CHANGELOG.md index 227e26d93e..af84b8f12a 100644 --- a/packages/core/bootstrap/CHANGELOG.md +++ b/packages/core/bootstrap/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/ea-bootstrap +## 2.8.0 + +### Minor Changes + +- 346fa7d45: added telemetry data to EA responses + +### Patch Changes + +- 979dbe1d7: with DEBUG=true iso time is used for logs, instead of epoch time + ## 2.7.0 ### Minor Changes diff --git a/packages/core/bootstrap/package.json b/packages/core/bootstrap/package.json index e2cfeaca5b..8697febecb 100644 --- a/packages/core/bootstrap/package.json +++ b/packages/core/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ea-bootstrap", - "version": "2.7.0", + "version": "2.8.0", "description": "Bootstrap an external adapter with this package", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/factories/CHANGELOG.md b/packages/core/factories/CHANGELOG.md index 1c019b95b0..2463a0f89d 100644 --- a/packages/core/factories/CHANGELOG.md +++ b/packages/core/factories/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/ea-factories +## 1.0.53 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.0.52 ### Patch Changes diff --git a/packages/core/factories/package.json b/packages/core/factories/package.json index f43c94c027..f44b7e14ff 100644 --- a/packages/core/factories/package.json +++ b/packages/core/factories/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ea-factories", - "version": "1.0.52", + "version": "1.0.53", "description": "Build an external adapter with this package", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/legos/CHANGELOG.md b/packages/core/legos/CHANGELOG.md index 823ad8fe02..1c18864ce0 100644 --- a/packages/core/legos/CHANGELOG.md +++ b/packages/core/legos/CHANGELOG.md @@ -1,5 +1,146 @@ # @chainlink/ea +## 1.0.93 + +### Patch Changes + +- Updated dependencies [507086b52] +- Updated dependencies [f805344df] +- Updated dependencies [6316e52f1] +- Updated dependencies [125badb0f] +- Updated dependencies [edfa8aeaa] +- Updated dependencies [d0214ba04] + - @chainlink/coinpaprika-adapter@1.8.10 + - @chainlink/layer2-sequencer-health-adapter@1.4.0 + - @chainlink/ccip-read-adapter@2.0.0 + - @chainlink/enzyme-adapter@1.2.0 + - @chainlink/coinmarketcap-adapter@1.4.0 + - @chainlink/1forge-adapter@1.4.38 + - @chainlink/accuweather-adapter@1.1.39 + - @chainlink/ada-balance-adapter@2.3.32 + - @chainlink/alphachain-adapter@1.1.39 + - @chainlink/alphavantage-adapter@1.1.39 + - @chainlink/alpine-adapter@1.1.39 + - @chainlink/amberdata-adapter@1.4.10 + - @chainlink/anyblock-adapter@1.2.21 + - @chainlink/ap-election-adapter@1.1.39 + - @chainlink/armanino-adapter@1.0.12 + - @chainlink/bea-adapter@1.1.39 + - @chainlink/binance-adapter@1.2.39 + - @chainlink/binance-dex-adapter@1.3.10 + - @chainlink/bitex-adapter@1.3.39 + - @chainlink/bitso-adapter@1.2.39 + - @chainlink/blockchain.com-adapter@1.1.39 + - @chainlink/blockchair-adapter@1.1.39 + - @chainlink/blockcypher-adapter@1.2.39 + - @chainlink/blocksize-capital-adapter@1.0.8 + - @chainlink/blockstream-adapter@1.2.39 + - @chainlink/bravenewcoin-adapter@1.2.19 + - @chainlink/btc.com-adapter@1.2.39 + - @chainlink/cache.gold-adapter@1.2.39 + - @chainlink/celsius-address-list-adapter@1.0.18 + - @chainlink/cfbenchmarks-adapter@1.4.31 + - @chainlink/chain-reserve-wallet-adapter@2.2.35 + - @chainlink/coinapi-adapter@1.1.40 + - @chainlink/coinbase-adapter@1.2.39 + - @chainlink/coincodex-adapter@1.2.39 + - @chainlink/coingecko-adapter@1.7.1 + - @chainlink/coinlore-adapter@1.2.39 + - @chainlink/coinmetrics-adapter@1.2.40 + - @chainlink/coinranking-adapter@1.1.39 + - @chainlink/covid-tracker-adapter@1.2.39 + - @chainlink/cryptex-adapter@1.0.2 + - @chainlink/cryptoapis-adapter@1.1.39 + - @chainlink/cryptoapis-v2-adapter@1.1.39 + - @chainlink/cryptocompare-adapter@1.3.28 + - @chainlink/cryptoid-adapter@1.2.39 + - @chainlink/cryptomkt-adapter@1.2.39 + - @chainlink/currencylayer-adapter@1.3.37 + - @chainlink/curve-adapter@1.2.19 + - @chainlink/deribit-adapter@1.1.39 + - @chainlink/dns-query-adapter@1.4.1 + - @chainlink/dwolla-adapter@1.1.39 + - @chainlink/dxfeed-adapter@1.2.42 + - @chainlink/dxfeed-secondary-adapter@1.1.54 + - @chainlink/ens-adapter@1.1.1 + - @chainlink/eodhistoricaldata-adapter@1.2.39 + - @chainlink/eth-balance-adapter@1.2.10 + - @chainlink/etherchain-adapter@1.2.39 + - @chainlink/etherscan-adapter@1.2.39 + - @chainlink/ethgasstation-adapter@1.3.28 + - @chainlink/ethgaswatch-adapter@1.2.39 + - @chainlink/expert-car-broker-adapter@1.2.39 + - @chainlink/fcsapi-adapter@1.1.27 + - @chainlink/finage-adapter@1.3.40 + - @chainlink/finnhub-adapter@1.1.27 + - @chainlink/fixer-adapter@1.3.37 + - @chainlink/flightaware-adapter@1.1.39 + - @chainlink/fmpcloud-adapter@1.2.39 + - @chainlink/galaxis-adapter@2.6.7 + - @chainlink/gemini-adapter@2.1.39 + - @chainlink/genesis-volatility-adapter@1.2.39 + - @chainlink/geodb-adapter@1.1.39 + - @chainlink/google-bigquery-adapter@1.1.39 + - @chainlink/gramchain-adapter@1.0.28 + - @chainlink/graphql-adapter@1.1.39 + - @chainlink/gsr-adapter@1.0.2 + - @chainlink/iex-cloud-adapter@1.1.39 + - @chainlink/intrinio-adapter@1.2.17 + - @chainlink/ipfs-adapter@1.2.35 + - @chainlink/jpegd-adapter@2.0.8 + - @chainlink/json-rpc-adapter@1.2.27 + - @chainlink/kaiko-adapter@1.3.11 + - @chainlink/lcx-adapter@1.2.27 + - @chainlink/lido-adapter@1.0.3 + - @chainlink/linkpool-adapter@1.1.27 + - @chainlink/lition-adapter@1.1.39 + - @chainlink/lotus-adapter@2.1.39 + - @chainlink/marketstack-adapter@1.2.39 + - @chainlink/messari-adapter@1.1.39 + - @chainlink/metalsapi-adapter@1.6.36 + - @chainlink/mock-ea-adapter@2.0.27 + - @chainlink/mycryptoapi-adapter@1.2.39 + - @chainlink/ncfx-adapter@1.2.17 + - @chainlink/nikkei-adapter@1.1.49 + - @chainlink/nomics-adapter@1.2.10 + - @chainlink/oilpriceapi-adapter@2.0.39 + - @chainlink/onchain-gas-adapter@1.2.17 + - @chainlink/openexchangerates-adapter@1.3.37 + - @chainlink/orchid-bandwidth-adapter@1.1.39 + - @chainlink/paxos-adapter@1.2.39 + - @chainlink/paypal-adapter@1.1.39 + - @chainlink/poa-adapter@1.2.39 + - @chainlink/polygon-adapter@1.5.1 + - @chainlink/por-address-list-adapter@1.0.2 + - @chainlink/reduce-adapter@1.2.27 + - @chainlink/renvm-address-set-adapter@1.3.32 + - @chainlink/satoshitango-adapter@1.2.39 + - @chainlink/snowflake-adapter@1.1.39 + - @chainlink/sochain-adapter@1.2.39 + - @chainlink/solana-view-function-adapter@2.1.25 + - @chainlink/spectral-macro-score-adapter@1.1.39 + - @chainlink/sportsdataio-adapter@1.1.53 + - @chainlink/stasis-adapter@1.1.40 + - @chainlink/synthetix-debt-pool-adapter@3.1.9 + - @chainlink/taapi-adapter@1.1.39 + - @chainlink/terra-view-function-adapter@1.2.22 + - @chainlink/therundown-adapter@1.2.39 + - @chainlink/tiingo-adapter@1.10.10 + - @chainlink/tradermade-adapter@1.6.36 + - @chainlink/tradingeconomics-adapter@1.1.39 + - @chainlink/trueusd-adapter@1.2.10 + - @chainlink/twelvedata-adapter@1.1.39 + - @chainlink/unibit-adapter@1.3.34 + - @chainlink/uniswap-v2-adapter@1.1.39 + - @chainlink/uniswap-v3-adapter@1.1.39 + - @chainlink/upvest-adapter@1.2.39 + - @chainlink/uscpi-one-adapter@1.2.15 + - @chainlink/view-function-adapter@1.1.39 + - @chainlink/wbtc-address-set-adapter@1.3.41 + - @chainlink/wootrade-adapter@1.1.39 + - @chainlink/wrapped-adapter@2.1.39 + - @chainlink/xbto-adapter@1.2.39 + ## 1.0.92 ### Patch Changes diff --git a/packages/core/legos/package.json b/packages/core/legos/package.json index 3aa6302e73..063c5dd4a8 100644 --- a/packages/core/legos/package.json +++ b/packages/core/legos/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ea", - "version": "1.0.92", + "version": "1.0.93", "description": "Build with composable Chainlink External Adapters", "keywords": [ "Chainlink", diff --git a/packages/core/reference-data-reader/CHANGELOG.md b/packages/core/reference-data-reader/CHANGELOG.md index 6584e2a918..0af11fb43c 100644 --- a/packages/core/reference-data-reader/CHANGELOG.md +++ b/packages/core/reference-data-reader/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/ea-reference-data-reader +## 1.1.28 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.1.27 ### Patch Changes diff --git a/packages/core/reference-data-reader/package.json b/packages/core/reference-data-reader/package.json index c95514817b..be524303d0 100644 --- a/packages/core/reference-data-reader/package.json +++ b/packages/core/reference-data-reader/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ea-reference-data-reader", - "version": "1.1.27", + "version": "1.1.28", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/examples/composite/CHANGELOG.md b/packages/examples/composite/CHANGELOG.md index 1517543f49..55dd3bc6af 100644 --- a/packages/examples/composite/CHANGELOG.md +++ b/packages/examples/composite/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/example-composite-adapter +## 1.0.53 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.0.52 ### Patch Changes diff --git a/packages/examples/composite/package.json b/packages/examples/composite/package.json index 4926f30fc9..cfdc6c9240 100644 --- a/packages/examples/composite/package.json +++ b/packages/examples/composite/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/example-composite-adapter", - "version": "1.0.52", + "version": "1.0.53", "description": "Chainlink example composite adapter.", "keywords": [ "Chainlink", diff --git a/packages/examples/source/CHANGELOG.md b/packages/examples/source/CHANGELOG.md index 8b530fdb52..0528af9a7d 100644 --- a/packages/examples/source/CHANGELOG.md +++ b/packages/examples/source/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/example-source-adapter +## 0.0.12 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 0.0.11 ### Patch Changes diff --git a/packages/examples/source/package.json b/packages/examples/source/package.json index f2dc255963..6cd535499c 100644 --- a/packages/examples/source/package.json +++ b/packages/examples/source/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/example-source-adapter", - "version": "0.0.11", + "version": "0.0.12", "description": "Chainlink example source adapter.", "keywords": [ "Chainlink", diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 372854100d..2a254fbac9 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ea-scripts +## 2.2.8 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + ## 2.2.7 ### Patch Changes diff --git a/packages/scripts/package.json b/packages/scripts/package.json index c58aa37ab3..dd42cb38e2 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ea-scripts", - "version": "2.2.7", + "version": "2.2.8", "dependencies": { "@actions/core": "1.6.0", "@chainlink/ea-bootstrap": "workspace:*", diff --git a/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/CHANGELOG.md b/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/CHANGELOG.md index 1eb227a704..2028f0dcb2 100644 --- a/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/CHANGELOG.md +++ b/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/readme-test-adapter +## 1.2.23 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + ## 1.2.22 ### Patch Changes diff --git a/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/package.json b/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/package.json index da77dd82fe..24b695529a 100644 --- a/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/package.json +++ b/packages/scripts/src/generate-readme/test/integration/readme-test-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/readme-test-adapter", - "version": "1.2.22", + "version": "1.2.23", "dependencies": { "@chainlink/ea-bootstrap": "workspace:*", "@chainlink/ea-factories": "workspace:*", diff --git a/packages/sources/1forge/CHANGELOG.md b/packages/sources/1forge/CHANGELOG.md index 8965cf7f2a..caa3d96bf0 100644 --- a/packages/sources/1forge/CHANGELOG.md +++ b/packages/sources/1forge/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/1forge-adapter +## 1.4.38 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.4.37 ### Patch Changes diff --git a/packages/sources/1forge/README.md b/packages/sources/1forge/README.md index 5d11736ab4..2ff4e1932a 100644 --- a/packages/sources/1forge/README.md +++ b/packages/sources/1forge/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for 1Forge -![1.4.37](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/1forge/package.json) +![1.4.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/1forge/package.json) Base URL https://api.1forge.com/ diff --git a/packages/sources/1forge/package.json b/packages/sources/1forge/package.json index 903e247459..b013462171 100644 --- a/packages/sources/1forge/package.json +++ b/packages/sources/1forge/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/1forge-adapter", - "version": "1.4.37", + "version": "1.4.38", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sources/README.md b/packages/sources/README.md index 309e452a42..5c3fb4b93c 100644 --- a/packages/sources/README.md +++ b/packages/sources/README.md @@ -27,6 +27,7 @@ This document was generated automatically. Please see [Master List Generator](.. - [bravenewcoin](./bravenewcoin/README.md) - [btc.com](./btc.com/README.md) - [cache.gold](./cache.gold/README.md) +- [ccip-read](./ccip-read/README.md) - [celsius-address-list](./celsius-address-list/README.md) - [cfbenchmarks](./cfbenchmarks/README.md) - [chain-reserve-wallet](./chain-reserve-wallet/README.md) @@ -50,7 +51,6 @@ This document was generated automatically. Please see [Master List Generator](.. - [curve](./curve/README.md) - [deribit](./deribit/README.md) - [dns-query](./dns-query/README.md) -- [ccip-read](./ccip-read/README.md) - [dwolla](./dwolla/README.md) - [dxfeed](./dxfeed/README.md) - [dxfeed-secondary](./dxfeed-secondary/README.md) diff --git a/packages/sources/accuweather/CHANGELOG.md b/packages/sources/accuweather/CHANGELOG.md index 142ca485b0..ad1301097d 100644 --- a/packages/sources/accuweather/CHANGELOG.md +++ b/packages/sources/accuweather/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/accuweather-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/accuweather/README.md b/packages/sources/accuweather/README.md index c474a7c465..a03b280627 100644 --- a/packages/sources/accuweather/README.md +++ b/packages/sources/accuweather/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for AccuWeather -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/accuweather/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/accuweather/package.json) [AccuWeather](https://www.accuweather.com/) diff --git a/packages/sources/accuweather/package.json b/packages/sources/accuweather/package.json index 05225d64d2..d4310b3e94 100644 --- a/packages/sources/accuweather/package.json +++ b/packages/sources/accuweather/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/accuweather-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink accuweather adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ada-balance/CHANGELOG.md b/packages/sources/ada-balance/CHANGELOG.md index aa47277846..e19cb9b6f8 100644 --- a/packages/sources/ada-balance/CHANGELOG.md +++ b/packages/sources/ada-balance/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ada-balance-adapter +## 2.3.32 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.3.31 ### Patch Changes diff --git a/packages/sources/ada-balance/package.json b/packages/sources/ada-balance/package.json index 5f501de541..fa3136cc38 100644 --- a/packages/sources/ada-balance/package.json +++ b/packages/sources/ada-balance/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ada-balance-adapter", - "version": "2.3.31", + "version": "2.3.32", "description": "Chainlink ada-balance adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/alphachain/CHANGELOG.md b/packages/sources/alphachain/CHANGELOG.md index f1304011ca..29d70041c9 100644 --- a/packages/sources/alphachain/CHANGELOG.md +++ b/packages/sources/alphachain/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/alphachain-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/alphachain/package.json b/packages/sources/alphachain/package.json index 2c880b8d9e..690a57b497 100644 --- a/packages/sources/alphachain/package.json +++ b/packages/sources/alphachain/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/alphachain-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink alphachain adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/alphavantage/CHANGELOG.md b/packages/sources/alphavantage/CHANGELOG.md index a52e7ce074..8e0484dd3a 100644 --- a/packages/sources/alphavantage/CHANGELOG.md +++ b/packages/sources/alphavantage/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/alphavantage-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/alphavantage/README.md b/packages/sources/alphavantage/README.md index e3668fda3d..ec8156a98e 100644 --- a/packages/sources/alphavantage/README.md +++ b/packages/sources/alphavantage/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for AlphaVantage -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/alphavantage/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/alphavantage/package.json) Use this adapter for connecting to [AlphaVantage's API](https://www.alphavantage.co/documentation/) from a Chainlink node. diff --git a/packages/sources/alphavantage/package.json b/packages/sources/alphavantage/package.json index 0f6e70ace7..f9e3b002d9 100644 --- a/packages/sources/alphavantage/package.json +++ b/packages/sources/alphavantage/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/alphavantage-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink example adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/alpine/CHANGELOG.md b/packages/sources/alpine/CHANGELOG.md index 20ad923789..9668224f89 100644 --- a/packages/sources/alpine/CHANGELOG.md +++ b/packages/sources/alpine/CHANGELOG.md @@ -1,5 +1,13 @@ # @chainlink/alpine-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/alpine/package.json b/packages/sources/alpine/package.json index a033394842..e0584fe4d5 100644 --- a/packages/sources/alpine/package.json +++ b/packages/sources/alpine/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/alpine-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink alpine adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/amberdata/CHANGELOG.md b/packages/sources/amberdata/CHANGELOG.md index 859b139151..9b3d2ca5cf 100644 --- a/packages/sources/amberdata/CHANGELOG.md +++ b/packages/sources/amberdata/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/amberdata-adapter +## 1.4.10 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.4.9 ### Patch Changes diff --git a/packages/sources/amberdata/README.md b/packages/sources/amberdata/README.md index 9855ffce14..c98d9c2f90 100644 --- a/packages/sources/amberdata/README.md +++ b/packages/sources/amberdata/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Amberdata -![1.4.9](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/amberdata/package.json) +![1.4.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/amberdata/package.json) Base URL wss://ws.web3api.io diff --git a/packages/sources/amberdata/package.json b/packages/sources/amberdata/package.json index 0ff53fdc06..f5939e1eda 100644 --- a/packages/sources/amberdata/package.json +++ b/packages/sources/amberdata/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/amberdata-adapter", - "version": "1.4.9", + "version": "1.4.10", "license": "MIT", "main": "dist/index.js", "scripts": { diff --git a/packages/sources/anyblock/CHANGELOG.md b/packages/sources/anyblock/CHANGELOG.md index ad795042c0..864ca4c7c8 100644 --- a/packages/sources/anyblock/CHANGELOG.md +++ b/packages/sources/anyblock/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/anyblock-adapter +## 1.2.21 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.20 ### Patch Changes diff --git a/packages/sources/anyblock/package.json b/packages/sources/anyblock/package.json index 3254e03e4c..97088a1fc4 100644 --- a/packages/sources/anyblock/package.json +++ b/packages/sources/anyblock/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/anyblock-adapter", - "version": "1.2.20", + "version": "1.2.21", "license": "MIT", "keywords": [ "Chainlink", diff --git a/packages/sources/ap-election/CHANGELOG.md b/packages/sources/ap-election/CHANGELOG.md index d05ffabfc9..d2b5269635 100644 --- a/packages/sources/ap-election/CHANGELOG.md +++ b/packages/sources/ap-election/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ap-election-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/ap-election/README.md b/packages/sources/ap-election/README.md index 796e33a3c6..98c5932568 100644 --- a/packages/sources/ap-election/README.md +++ b/packages/sources/ap-election/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for AP Election -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ap-election/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ap-election/package.json) The AP Election adapter fetches the latest election results provided by the Associated Press API and returns the winner of a given election. diff --git a/packages/sources/ap-election/package.json b/packages/sources/ap-election/package.json index e6b5bb3cfc..2d43d86d99 100644 --- a/packages/sources/ap-election/package.json +++ b/packages/sources/ap-election/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ap-election-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink ap-election adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/armanino/CHANGELOG.md b/packages/sources/armanino/CHANGELOG.md index 74b600e1b4..9be3693cc4 100644 --- a/packages/sources/armanino/CHANGELOG.md +++ b/packages/sources/armanino/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/armanino-adapter +## 1.0.12 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.11 ### Patch Changes diff --git a/packages/sources/armanino/README.md b/packages/sources/armanino/README.md index 3f8eea8955..5a53bcb340 100644 --- a/packages/sources/armanino/README.md +++ b/packages/sources/armanino/README.md @@ -1,6 +1,6 @@ # Armanino Adapter -![1.0.11](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/armanino/package.json) +![1.0.12](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/armanino/package.json) Carbon credit reserves attested by Armanino diff --git a/packages/sources/armanino/package.json b/packages/sources/armanino/package.json index 7892208f27..7f4c3cd5ca 100644 --- a/packages/sources/armanino/package.json +++ b/packages/sources/armanino/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/armanino-adapter", - "version": "1.0.11", + "version": "1.0.12", "description": "Chainlink armanino adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/bea/CHANGELOG.md b/packages/sources/bea/CHANGELOG.md index d7e4a9d666..faaa53023e 100644 --- a/packages/sources/bea/CHANGELOG.md +++ b/packages/sources/bea/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/bea-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/bea/README.md b/packages/sources/bea/README.md index ee5a123d47..9f7baa727b 100644 --- a/packages/sources/bea/README.md +++ b/packages/sources/bea/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for the Bureau of Economic Analysis (BEA) -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bea/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bea/package.json) Base URL https://apps.bea.gov/api diff --git a/packages/sources/bea/package.json b/packages/sources/bea/package.json index 17ee57bc84..e65ee0bb5f 100644 --- a/packages/sources/bea/package.json +++ b/packages/sources/bea/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bea-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink bea adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/binance-dex/CHANGELOG.md b/packages/sources/binance-dex/CHANGELOG.md index c092bb6a99..0e816245df 100644 --- a/packages/sources/binance-dex/CHANGELOG.md +++ b/packages/sources/binance-dex/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/binance-dex-adapter +## 1.3.10 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.9 ### Patch Changes diff --git a/packages/sources/binance-dex/README.md b/packages/sources/binance-dex/README.md index 861b90884a..1d47cb85d0 100644 --- a/packages/sources/binance-dex/README.md +++ b/packages/sources/binance-dex/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Binance DEX -![1.3.9](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/binance-dex/package.json) +![1.3.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/binance-dex/package.json) The following `base` and `quote` pair must be taken from [this list](https://dex.binance.org/api/v1/markets) diff --git a/packages/sources/binance-dex/package.json b/packages/sources/binance-dex/package.json index 832fa64494..9cdc200399 100644 --- a/packages/sources/binance-dex/package.json +++ b/packages/sources/binance-dex/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/binance-dex-adapter", - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "keywords": [ "Chainlink", diff --git a/packages/sources/binance/CHANGELOG.md b/packages/sources/binance/CHANGELOG.md index 16e171cefd..90605fa0c4 100644 --- a/packages/sources/binance/CHANGELOG.md +++ b/packages/sources/binance/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/binance-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/binance/README.md b/packages/sources/binance/README.md index f99aa473e9..15c5b93b25 100644 --- a/packages/sources/binance/README.md +++ b/packages/sources/binance/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Binance -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/binance/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/binance/package.json) Adapter using the public Binance market API for both HTTP(s) and WS. diff --git a/packages/sources/binance/package.json b/packages/sources/binance/package.json index 68db184be1..52010deb50 100644 --- a/packages/sources/binance/package.json +++ b/packages/sources/binance/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/binance-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink binance adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/bitex/CHANGELOG.md b/packages/sources/bitex/CHANGELOG.md index e295dc56c1..3dad182acc 100644 --- a/packages/sources/bitex/CHANGELOG.md +++ b/packages/sources/bitex/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/bitex-adapter +## 1.3.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.38 ### Patch Changes diff --git a/packages/sources/bitex/README.md b/packages/sources/bitex/README.md index 6d566e5746..eb1d04cc7f 100644 --- a/packages/sources/bitex/README.md +++ b/packages/sources/bitex/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Bitex -![1.3.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bitex/package.json) +![1.3.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bitex/package.json) Base URL https://bitex.la/api diff --git a/packages/sources/bitex/package.json b/packages/sources/bitex/package.json index 1f76fc28df..9bef0f01c5 100644 --- a/packages/sources/bitex/package.json +++ b/packages/sources/bitex/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bitex-adapter", - "version": "1.3.38", + "version": "1.3.39", "description": "Chainlink Bitex adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/bitso/CHANGELOG.md b/packages/sources/bitso/CHANGELOG.md index d6b1dc0e10..d76ae4255e 100644 --- a/packages/sources/bitso/CHANGELOG.md +++ b/packages/sources/bitso/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/bitso-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/bitso/README.md b/packages/sources/bitso/README.md index cb3073e65a..457aaf27e9 100644 --- a/packages/sources/bitso/README.md +++ b/packages/sources/bitso/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Bitso -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bitso/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bitso/package.json) Base URL https://api.bitso.com/v3 diff --git a/packages/sources/bitso/package.json b/packages/sources/bitso/package.json index 19635f529d..b848260c0a 100644 --- a/packages/sources/bitso/package.json +++ b/packages/sources/bitso/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bitso-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink Bitso adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/blockchain.com/CHANGELOG.md b/packages/sources/blockchain.com/CHANGELOG.md index 47991c3734..14bf292387 100644 --- a/packages/sources/blockchain.com/CHANGELOG.md +++ b/packages/sources/blockchain.com/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/blockchain.com-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/blockchain.com/package.json b/packages/sources/blockchain.com/package.json index a3f2d3003b..02b8e3a734 100644 --- a/packages/sources/blockchain.com/package.json +++ b/packages/sources/blockchain.com/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/blockchain.com-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink adapter to query BTC address balance from blockchain.com.", "keywords": [ "Chainlink", diff --git a/packages/sources/blockchair/CHANGELOG.md b/packages/sources/blockchair/CHANGELOG.md index 76ab5134f3..946f502463 100644 --- a/packages/sources/blockchair/CHANGELOG.md +++ b/packages/sources/blockchair/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/blockchair-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/blockchair/package.json b/packages/sources/blockchair/package.json index 2461eac4d2..5a8e7190a0 100644 --- a/packages/sources/blockchair/package.json +++ b/packages/sources/blockchair/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/blockchair-adapter", - "version": "1.1.38", + "version": "1.1.39", "license": "MIT", "main": "dist/index.js", "scripts": { diff --git a/packages/sources/blockcypher/CHANGELOG.md b/packages/sources/blockcypher/CHANGELOG.md index c7576205ba..dd55730667 100644 --- a/packages/sources/blockcypher/CHANGELOG.md +++ b/packages/sources/blockcypher/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/blockcypher-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/blockcypher/README.md b/packages/sources/blockcypher/README.md index f57c42e861..d074e21257 100644 --- a/packages/sources/blockcypher/README.md +++ b/packages/sources/blockcypher/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Blockcypher -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/blockcypher/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/blockcypher/package.json) Queries BTC address balance from blockcypher.com diff --git a/packages/sources/blockcypher/package.json b/packages/sources/blockcypher/package.json index 4a82b141c8..eb05db6cdf 100644 --- a/packages/sources/blockcypher/package.json +++ b/packages/sources/blockcypher/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/blockcypher-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink adapter to query BTC address balance from blockcypher.com.", "keywords": [ "Chainlink", diff --git a/packages/sources/blocksize-capital/CHANGELOG.md b/packages/sources/blocksize-capital/CHANGELOG.md index 5fd30c8398..4f5121a0d0 100644 --- a/packages/sources/blocksize-capital/CHANGELOG.md +++ b/packages/sources/blocksize-capital/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/blocksize-capital-adapter +## 1.0.8 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.7 ### Patch Changes diff --git a/packages/sources/blocksize-capital/README.md b/packages/sources/blocksize-capital/README.md index 3fcd67118f..50ec991754 100644 --- a/packages/sources/blocksize-capital/README.md +++ b/packages/sources/blocksize-capital/README.md @@ -1,6 +1,6 @@ # Blocksize Capital Adapter -![1.0.7](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/blocksize-capital/package.json) +![1.0.8](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/blocksize-capital/package.json) [Blocksize Capital API](https://data-dev.blocksize.capital/marketdata/docs/#blocksize-marketdata-api-v1) diff --git a/packages/sources/blocksize-capital/package.json b/packages/sources/blocksize-capital/package.json index e65c33da8f..14daf0af9f 100644 --- a/packages/sources/blocksize-capital/package.json +++ b/packages/sources/blocksize-capital/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/blocksize-capital-adapter", - "version": "1.0.7", + "version": "1.0.8", "description": "Chainlink blocksize-capital adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/blockstream/CHANGELOG.md b/packages/sources/blockstream/CHANGELOG.md index 2173c3874a..481f911a19 100644 --- a/packages/sources/blockstream/CHANGELOG.md +++ b/packages/sources/blockstream/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/blockstream-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/blockstream/README.md b/packages/sources/blockstream/README.md index d377774c50..4743c5a221 100644 --- a/packages/sources/blockstream/README.md +++ b/packages/sources/blockstream/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Blockstream -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/blockstream/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/blockstream/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/blockstream/package.json b/packages/sources/blockstream/package.json index 3c73a21003..5272432957 100644 --- a/packages/sources/blockstream/package.json +++ b/packages/sources/blockstream/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/blockstream-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink blockstream adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/bravenewcoin/CHANGELOG.md b/packages/sources/bravenewcoin/CHANGELOG.md index dc08c18f10..117b7b6b6f 100644 --- a/packages/sources/bravenewcoin/CHANGELOG.md +++ b/packages/sources/bravenewcoin/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/bravenewcoin-adapter +## 1.2.19 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.18 ### Patch Changes diff --git a/packages/sources/bravenewcoin/README.md b/packages/sources/bravenewcoin/README.md index c57d1941f6..0125d56dbf 100644 --- a/packages/sources/bravenewcoin/README.md +++ b/packages/sources/bravenewcoin/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for BraveNewCoin -![1.2.18](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bravenewcoin/package.json) +![1.2.19](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bravenewcoin/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/bravenewcoin/package.json b/packages/sources/bravenewcoin/package.json index cc36e2bb02..e7756ca0d7 100644 --- a/packages/sources/bravenewcoin/package.json +++ b/packages/sources/bravenewcoin/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/bravenewcoin-adapter", - "version": "1.2.18", + "version": "1.2.19", "license": "MIT", "keywords": [ "Chainlink", diff --git a/packages/sources/btc.com/CHANGELOG.md b/packages/sources/btc.com/CHANGELOG.md index 2adb8b5403..ddff6ca90c 100644 --- a/packages/sources/btc.com/CHANGELOG.md +++ b/packages/sources/btc.com/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/btc.com-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/btc.com/README.md b/packages/sources/btc.com/README.md index 73d7d812be..dda80750c2 100644 --- a/packages/sources/btc.com/README.md +++ b/packages/sources/btc.com/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapters for BTC.com -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/btc.com/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/btc.com/package.json) Base URL https://chain.api.btc.com diff --git a/packages/sources/btc.com/package.json b/packages/sources/btc.com/package.json index 0589aec5ae..b2a1932035 100644 --- a/packages/sources/btc.com/package.json +++ b/packages/sources/btc.com/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/btc.com-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink adapter to query BTC address balance from BTC.com.", "keywords": [ "Chainlink", diff --git a/packages/sources/cache.gold/CHANGELOG.md b/packages/sources/cache.gold/CHANGELOG.md index ea4a38e15c..e9ac7a83f4 100644 --- a/packages/sources/cache.gold/CHANGELOG.md +++ b/packages/sources/cache.gold/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/cache.gold-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/cache.gold/README.md b/packages/sources/cache.gold/README.md index c566dfb88e..fd37ee911e 100644 --- a/packages/sources/cache.gold/README.md +++ b/packages/sources/cache.gold/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Cache.gold -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cache.gold/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cache.gold/package.json) Base URL https://contract.cache.gold/api diff --git a/packages/sources/cache.gold/package.json b/packages/sources/cache.gold/package.json index aa2a4b79dd..8307ea3f7f 100644 --- a/packages/sources/cache.gold/package.json +++ b/packages/sources/cache.gold/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cache.gold-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink cache.gold adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ccip-read/CHANGELOG.md b/packages/sources/ccip-read/CHANGELOG.md index 9ea35b298d..e19744ec17 100644 --- a/packages/sources/ccip-read/CHANGELOG.md +++ b/packages/sources/ccip-read/CHANGELOG.md @@ -1,5 +1,17 @@ # @chainlink/ccip-read-adapter +## 2.0.0 + +### Major Changes + +- 125badb0f: Renamed Durin EA to CCIP Read + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/ccip-read/package.json b/packages/sources/ccip-read/package.json index 49f6d9c8f1..60b4192692 100644 --- a/packages/sources/ccip-read/package.json +++ b/packages/sources/ccip-read/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ccip-read-adapter", - "version": "1.1.38", + "version": "2.0.0", "description": "Chainlink CCIP Read adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/celsius-address-list/CHANGELOG.md b/packages/sources/celsius-address-list/CHANGELOG.md index 5e3e23032a..ed76ad57ef 100644 --- a/packages/sources/celsius-address-list/CHANGELOG.md +++ b/packages/sources/celsius-address-list/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/celsius-address-list-adapter +## 1.0.18 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.17 ### Patch Changes diff --git a/packages/sources/celsius-address-list/README.md b/packages/sources/celsius-address-list/README.md index 838abff27f..9bf64f3b7e 100644 --- a/packages/sources/celsius-address-list/README.md +++ b/packages/sources/celsius-address-list/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Celsius Address List Wallet -![1.0.17](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/celsius-address-list/package.json) +![1.0.18](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/celsius-address-list/package.json) This adapter fetches a list of addresses for the Proof of Reserves adapter. The custodial chain addresses are pulled from the Celsius Address Manager contract on an Ethereum chain. It is similar to the Chain Reserve Wallet adapter, except the input to the smart contract method is a `string` instead of `uint8`. diff --git a/packages/sources/celsius-address-list/package.json b/packages/sources/celsius-address-list/package.json index 2877db8bb6..b6f5fbfe98 100644 --- a/packages/sources/celsius-address-list/package.json +++ b/packages/sources/celsius-address-list/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/celsius-address-list-adapter", - "version": "1.0.17", + "version": "1.0.18", "description": "Chainlink Celsius Address List Adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/cfbenchmarks/CHANGELOG.md b/packages/sources/cfbenchmarks/CHANGELOG.md index 9b7390a3e0..f5891726a1 100644 --- a/packages/sources/cfbenchmarks/CHANGELOG.md +++ b/packages/sources/cfbenchmarks/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/cfbenchmarks-adapter +## 1.4.31 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.4.30 ### Patch Changes diff --git a/packages/sources/cfbenchmarks/package.json b/packages/sources/cfbenchmarks/package.json index 842946267e..29c0be825a 100644 --- a/packages/sources/cfbenchmarks/package.json +++ b/packages/sources/cfbenchmarks/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cfbenchmarks-adapter", - "version": "1.4.30", + "version": "1.4.31", "description": "Chainlink cfbenchmarks adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/chain-reserve-wallet/CHANGELOG.md b/packages/sources/chain-reserve-wallet/CHANGELOG.md index 595012cf1b..a684fbaf6c 100644 --- a/packages/sources/chain-reserve-wallet/CHANGELOG.md +++ b/packages/sources/chain-reserve-wallet/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/chain-reserve-wallet-adapter +## 2.2.35 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.2.34 ### Patch Changes diff --git a/packages/sources/chain-reserve-wallet/package.json b/packages/sources/chain-reserve-wallet/package.json index 74068965c9..3429cbc94b 100644 --- a/packages/sources/chain-reserve-wallet/package.json +++ b/packages/sources/chain-reserve-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/chain-reserve-wallet-adapter", - "version": "2.2.34", + "version": "2.2.35", "description": "Chainlink chain-reserve-wallet adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/coinapi/CHANGELOG.md b/packages/sources/coinapi/CHANGELOG.md index d3452e70a4..f82b55551e 100644 --- a/packages/sources/coinapi/CHANGELOG.md +++ b/packages/sources/coinapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coinapi-adapter +## 1.1.40 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.39 ### Patch Changes diff --git a/packages/sources/coinapi/README.md b/packages/sources/coinapi/README.md index 68ef7a7635..dfa560e954 100644 --- a/packages/sources/coinapi/README.md +++ b/packages/sources/coinapi/README.md @@ -1,6 +1,6 @@ # Chainlink CoinApi External Adapter -![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinapi/package.json) +![1.1.40](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinapi/package.json) Base URL https://rest.coinapi.io/v1/ diff --git a/packages/sources/coinapi/package.json b/packages/sources/coinapi/package.json index bdee661b4b..d90bcbb44e 100644 --- a/packages/sources/coinapi/package.json +++ b/packages/sources/coinapi/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinapi-adapter", - "version": "1.1.39", + "version": "1.1.40", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sources/coinbase/CHANGELOG.md b/packages/sources/coinbase/CHANGELOG.md index 504d5f6861..fed7284752 100644 --- a/packages/sources/coinbase/CHANGELOG.md +++ b/packages/sources/coinbase/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coinbase-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/coinbase/README.md b/packages/sources/coinbase/README.md index 0d8133cdec..77c4d22893 100644 --- a/packages/sources/coinbase/README.md +++ b/packages/sources/coinbase/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Coinbase -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinbase/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinbase/package.json) Query information from [Coinbase's API](https://developers.coinbase.com/api/v2) diff --git a/packages/sources/coinbase/package.json b/packages/sources/coinbase/package.json index eb9cfbfc2c..7743cd8583 100644 --- a/packages/sources/coinbase/package.json +++ b/packages/sources/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinbase-adapter", - "version": "1.2.38", + "version": "1.2.39", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sources/coincodex/CHANGELOG.md b/packages/sources/coincodex/CHANGELOG.md index 2b7242014b..92c2ffc10c 100644 --- a/packages/sources/coincodex/CHANGELOG.md +++ b/packages/sources/coincodex/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coincodex-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/coincodex/README.md b/packages/sources/coincodex/README.md index 11c24c69d5..98a1aac0e8 100644 --- a/packages/sources/coincodex/README.md +++ b/packages/sources/coincodex/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for CoinCodex -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coincodex/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coincodex/package.json) Price adapter to query the price of an asset in USD. Only USD is supported by CoinCodex as a quote currency. diff --git a/packages/sources/coincodex/package.json b/packages/sources/coincodex/package.json index 249178c8f8..35b7b345d5 100644 --- a/packages/sources/coincodex/package.json +++ b/packages/sources/coincodex/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coincodex-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink coincodex adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/coingecko/CHANGELOG.md b/packages/sources/coingecko/CHANGELOG.md index 006d41ba1a..0794a0f1e1 100644 --- a/packages/sources/coingecko/CHANGELOG.md +++ b/packages/sources/coingecko/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coingecko-adapter +## 1.7.1 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.7.0 ### Minor Changes diff --git a/packages/sources/coingecko/package.json b/packages/sources/coingecko/package.json index c1c8d28453..29e61e62df 100644 --- a/packages/sources/coingecko/package.json +++ b/packages/sources/coingecko/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coingecko-adapter", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sources/coinlore/CHANGELOG.md b/packages/sources/coinlore/CHANGELOG.md index c469f904d7..5c48ca9fd7 100644 --- a/packages/sources/coinlore/CHANGELOG.md +++ b/packages/sources/coinlore/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coinlore-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/coinlore/README.md b/packages/sources/coinlore/README.md index 06286ebb18..f5e4383fce 100644 --- a/packages/sources/coinlore/README.md +++ b/packages/sources/coinlore/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Coin Lore -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinlore/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinlore/package.json) Base URL https://api.coinlore.net/api diff --git a/packages/sources/coinlore/package.json b/packages/sources/coinlore/package.json index ed4c98cd5a..922bcc94c5 100644 --- a/packages/sources/coinlore/package.json +++ b/packages/sources/coinlore/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinlore-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink Coin Lore adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/coinmarketcap/CHANGELOG.md b/packages/sources/coinmarketcap/CHANGELOG.md index a60b1122d7..2405163d52 100644 --- a/packages/sources/coinmarketcap/CHANGELOG.md +++ b/packages/sources/coinmarketcap/CHANGELOG.md @@ -1,5 +1,18 @@ # @chainlink/coinmarketcap-adapter +## 1.4.0 + +### Minor Changes + +- d0214ba04: added override to coinid for UST + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.40 ### Patch Changes diff --git a/packages/sources/coinmarketcap/README.md b/packages/sources/coinmarketcap/README.md index b7e10ee232..1adb33015a 100644 --- a/packages/sources/coinmarketcap/README.md +++ b/packages/sources/coinmarketcap/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Coinmarketcap -![1.3.40](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinmarketcap/package.json) +![1.4.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinmarketcap/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/coinmarketcap/package.json b/packages/sources/coinmarketcap/package.json index edc310e9f6..fd11f9bff0 100644 --- a/packages/sources/coinmarketcap/package.json +++ b/packages/sources/coinmarketcap/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinmarketcap-adapter", - "version": "1.3.40", + "version": "1.4.0", "description": "Coinmarketcap adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/coinmetrics/CHANGELOG.md b/packages/sources/coinmetrics/CHANGELOG.md index 51415d99cd..3128e015dd 100644 --- a/packages/sources/coinmetrics/CHANGELOG.md +++ b/packages/sources/coinmetrics/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coinmetrics-adapter +## 1.2.40 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.39 ### Patch Changes diff --git a/packages/sources/coinmetrics/README.md b/packages/sources/coinmetrics/README.md index 862ff0b15e..5b712978ac 100644 --- a/packages/sources/coinmetrics/README.md +++ b/packages/sources/coinmetrics/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Coinmetrics -![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinmetrics/package.json) +![1.2.40](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinmetrics/package.json) ### Websocket support diff --git a/packages/sources/coinmetrics/package.json b/packages/sources/coinmetrics/package.json index 4d76d4423f..9f74fdeab2 100644 --- a/packages/sources/coinmetrics/package.json +++ b/packages/sources/coinmetrics/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinmetrics-adapter", - "version": "1.2.39", + "version": "1.2.40", "description": "Chainlink coinmetrics adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/coinpaprika/CHANGELOG.md b/packages/sources/coinpaprika/CHANGELOG.md index 175dabb4c7..86c427b62d 100644 --- a/packages/sources/coinpaprika/CHANGELOG.md +++ b/packages/sources/coinpaprika/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/coinpaprika-adapter +## 1.8.10 + +### Patch Changes + +- 507086b52: updated readme +- 6316e52f1: Fix issue where the API endpoint could not be changed with the API_ENDPOINT env var +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.8.9 ### Patch Changes diff --git a/packages/sources/coinpaprika/README.md b/packages/sources/coinpaprika/README.md index ba584ff85b..f657ff2b6e 100644 --- a/packages/sources/coinpaprika/README.md +++ b/packages/sources/coinpaprika/README.md @@ -1,9 +1,14 @@ # Chainlink External Adapter for CoinPaprika -![1.8.9](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinpaprika/package.json) +![1.8.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinpaprika/package.json) _Note: the `-single` endpoints have the same functionality as their original endpoint, except they will only fetch data for the single asset being queried._ +If network spikes are observed with the coinpaprika adapter, it may be due to not providing a coin-id and instead using a ticker symbol. Ticker symbols must be converted to coin-ids before they are fetched from the data provider. This conversion step requires downloading a large list of every single coin-id and matching ticker symbol from the data provider, impacting network performance. Provide a coin-id directly using the coin-id parameter, or provide a coin-id via the overrides parameter. +If the adapter still has large spikes in network usage after using the coin-id instead of a ticker symbol, this because, in order to handle requests for multiple price pairs, the data provider requires fetching every price pair the support simultaneously. The resulting response payload is very large (~2 MB), leading to impacted network performance. +A solution is to use the `crypto-single` endpoint instead to only fetch single price pairs as opposed to all price pairs. This will work, however batching will not be supported. +This is because, by using the crypto-single endpoint, an individual request is sent to the data provider to fetch each price pair, as opposed to one request for all price pairs. Thus, the total number of API requests is increased by a factor of the number of feeds, but each request will have a much smaller payload. + This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. ## Environment Variables diff --git a/packages/sources/coinpaprika/package.json b/packages/sources/coinpaprika/package.json index ab481aa977..8e091f004d 100644 --- a/packages/sources/coinpaprika/package.json +++ b/packages/sources/coinpaprika/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinpaprika-adapter", - "version": "1.8.9", + "version": "1.8.10", "description": "Chainlink coinpaprika adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/coinranking/CHANGELOG.md b/packages/sources/coinranking/CHANGELOG.md index c1aaef3348..b95edc20c4 100644 --- a/packages/sources/coinranking/CHANGELOG.md +++ b/packages/sources/coinranking/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/coinranking-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/coinranking/README.md b/packages/sources/coinranking/README.md index f922b9c0c3..d89712c500 100644 --- a/packages/sources/coinranking/README.md +++ b/packages/sources/coinranking/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Coinranking -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinranking/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinranking/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/coinranking/package.json b/packages/sources/coinranking/package.json index aebd5e7f22..4a4d6c6459 100644 --- a/packages/sources/coinranking/package.json +++ b/packages/sources/coinranking/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/coinranking-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink coinranking adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/covid-tracker/CHANGELOG.md b/packages/sources/covid-tracker/CHANGELOG.md index e08402f630..fb728f084b 100644 --- a/packages/sources/covid-tracker/CHANGELOG.md +++ b/packages/sources/covid-tracker/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/covid-tracker-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/covid-tracker/README.md b/packages/sources/covid-tracker/README.md index f937517e1f..20f7eec79b 100644 --- a/packages/sources/covid-tracker/README.md +++ b/packages/sources/covid-tracker/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for COVID Tracker -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/covid-tracker/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/covid-tracker/package.json) Notice: The COVID Tracking Project is ending all data collection on March 7, 2021. The existing API will continue to work until May 2021, but will only include data up to March 7, 2021. diff --git a/packages/sources/covid-tracker/package.json b/packages/sources/covid-tracker/package.json index 125ee462eb..b8369faf11 100644 --- a/packages/sources/covid-tracker/package.json +++ b/packages/sources/covid-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/covid-tracker-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink COVID tracker adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/cryptex/CHANGELOG.md b/packages/sources/cryptex/CHANGELOG.md index 8d45f5410d..d1f94fd6b1 100644 --- a/packages/sources/cryptex/CHANGELOG.md +++ b/packages/sources/cryptex/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/cryptex-adapter +## 1.0.2 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/sources/cryptex/README.md b/packages/sources/cryptex/README.md index 91666415db..d70add98e2 100644 --- a/packages/sources/cryptex/README.md +++ b/packages/sources/cryptex/README.md @@ -1,6 +1,6 @@ # Cryptex Adapter -![1.0.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptex/package.json) +![1.0.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptex/package.json) Cryptex adapter, providing BTC dominance over the total crypto market diff --git a/packages/sources/cryptex/package.json b/packages/sources/cryptex/package.json index 4656d37944..7817b29981 100644 --- a/packages/sources/cryptex/package.json +++ b/packages/sources/cryptex/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cryptex-adapter", - "version": "1.0.1", + "version": "1.0.2", "description": "Chainlink cryptex adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/cryptoapis-v2/CHANGELOG.md b/packages/sources/cryptoapis-v2/CHANGELOG.md index 3d77dab25f..c3e765befc 100644 --- a/packages/sources/cryptoapis-v2/CHANGELOG.md +++ b/packages/sources/cryptoapis-v2/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/cryptoapis-v2-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/cryptoapis-v2/package.json b/packages/sources/cryptoapis-v2/package.json index a8919c442a..953d921b3f 100644 --- a/packages/sources/cryptoapis-v2/package.json +++ b/packages/sources/cryptoapis-v2/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cryptoapis-v2-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink cryptoapis-v2 adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/cryptoapis/CHANGELOG.md b/packages/sources/cryptoapis/CHANGELOG.md index e6193425a9..302e111ae5 100644 --- a/packages/sources/cryptoapis/CHANGELOG.md +++ b/packages/sources/cryptoapis/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/cryptoapis-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/cryptoapis/README.md b/packages/sources/cryptoapis/README.md index d9f12dcb99..16b924fb83 100644 --- a/packages/sources/cryptoapis/README.md +++ b/packages/sources/cryptoapis/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for CryptoAPIs -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptoapis/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptoapis/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/cryptoapis/package.json b/packages/sources/cryptoapis/package.json index 622ff07db2..4183dd5f2d 100644 --- a/packages/sources/cryptoapis/package.json +++ b/packages/sources/cryptoapis/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cryptoapis-adapter", - "version": "1.1.38", + "version": "1.1.39", "license": "MIT", "main": "dist/index.js", "scripts": { diff --git a/packages/sources/cryptocompare/CHANGELOG.md b/packages/sources/cryptocompare/CHANGELOG.md index 6cb1a99a29..f0d6b27eb2 100644 --- a/packages/sources/cryptocompare/CHANGELOG.md +++ b/packages/sources/cryptocompare/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/cryptocompare-adapter +## 1.3.28 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.27 ### Patch Changes diff --git a/packages/sources/cryptocompare/README.md b/packages/sources/cryptocompare/README.md index 60881e3abf..5fc1d14b2a 100644 --- a/packages/sources/cryptocompare/README.md +++ b/packages/sources/cryptocompare/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for CryptoCompare -![1.3.27](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptocompare/package.json) +![1.3.28](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptocompare/package.json) Base URL wss://streamer.cryptocompare.com/v2 diff --git a/packages/sources/cryptocompare/package.json b/packages/sources/cryptocompare/package.json index b9bf179501..c3a2b41a9c 100644 --- a/packages/sources/cryptocompare/package.json +++ b/packages/sources/cryptocompare/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cryptocompare-adapter", - "version": "1.3.27", + "version": "1.3.28", "description": "Chainlink cryptocompare adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/cryptoid/CHANGELOG.md b/packages/sources/cryptoid/CHANGELOG.md index 8a32e4e7c7..19958be610 100644 --- a/packages/sources/cryptoid/CHANGELOG.md +++ b/packages/sources/cryptoid/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/cryptoid-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/cryptoid/README.md b/packages/sources/cryptoid/README.md index 4e116b023d..feef3624d9 100644 --- a/packages/sources/cryptoid/README.md +++ b/packages/sources/cryptoid/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for cryptoID -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptoid/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptoid/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/cryptoid/package.json b/packages/sources/cryptoid/package.json index a19facfdcd..88ecb0bf9b 100644 --- a/packages/sources/cryptoid/package.json +++ b/packages/sources/cryptoid/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cryptoid-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink cryptoid adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/cryptomkt/CHANGELOG.md b/packages/sources/cryptomkt/CHANGELOG.md index 9271c35c7d..ec2df6a842 100644 --- a/packages/sources/cryptomkt/CHANGELOG.md +++ b/packages/sources/cryptomkt/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/cryptomkt-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/cryptomkt/README.md b/packages/sources/cryptomkt/README.md index 092f7c65e9..33b8ce4155 100644 --- a/packages/sources/cryptomkt/README.md +++ b/packages/sources/cryptomkt/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for CryptoMKT -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptomkt/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/cryptomkt/package.json) Base URL https://api.exchange.cryptomkt.com/api/3/ diff --git a/packages/sources/cryptomkt/package.json b/packages/sources/cryptomkt/package.json index 524d4d9bbc..00ee8cf8bf 100644 --- a/packages/sources/cryptomkt/package.json +++ b/packages/sources/cryptomkt/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cryptomkt-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink cryptomkt adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/currencylayer/CHANGELOG.md b/packages/sources/currencylayer/CHANGELOG.md index 4573afd097..c3ca53f38d 100644 --- a/packages/sources/currencylayer/CHANGELOG.md +++ b/packages/sources/currencylayer/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/currencylayer-adapter +## 1.3.37 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.36 ### Patch Changes diff --git a/packages/sources/currencylayer/README.md b/packages/sources/currencylayer/README.md index be42d7e737..2de15ae105 100644 --- a/packages/sources/currencylayer/README.md +++ b/packages/sources/currencylayer/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for CurrencyLayer -![1.3.36](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/currencylayer/package.json) +![1.3.37](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/currencylayer/package.json) Base URL https://api.currencylayer.com diff --git a/packages/sources/currencylayer/package.json b/packages/sources/currencylayer/package.json index bc74aa3ec8..33b42d26f8 100644 --- a/packages/sources/currencylayer/package.json +++ b/packages/sources/currencylayer/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/currencylayer-adapter", - "version": "1.3.36", + "version": "1.3.37", "description": "Chainlink currencylayer adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/curve/CHANGELOG.md b/packages/sources/curve/CHANGELOG.md index 6f8f1448e6..c5606b1242 100644 --- a/packages/sources/curve/CHANGELOG.md +++ b/packages/sources/curve/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/curve-adapter +## 1.2.19 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.18 ### Patch Changes diff --git a/packages/sources/curve/README.md b/packages/sources/curve/README.md index 9dac202fc9..23f380a490 100644 --- a/packages/sources/curve/README.md +++ b/packages/sources/curve/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Curve.fi -![1.2.18](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/curve/package.json) +![1.2.19](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/curve/package.json) This adapter allows querying Curve.fi contracts diff --git a/packages/sources/curve/package.json b/packages/sources/curve/package.json index 3b24c34e05..d51dfd731c 100644 --- a/packages/sources/curve/package.json +++ b/packages/sources/curve/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/curve-adapter", - "version": "1.2.18", + "version": "1.2.19", "description": "Chainlink curve adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/deribit/CHANGELOG.md b/packages/sources/deribit/CHANGELOG.md index cd2e6d3176..a37bd2606d 100644 --- a/packages/sources/deribit/CHANGELOG.md +++ b/packages/sources/deribit/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/deribit-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/deribit/README.md b/packages/sources/deribit/README.md index 8f51c552c1..23533e4c90 100644 --- a/packages/sources/deribit/README.md +++ b/packages/sources/deribit/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Deribit -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/deribit/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/deribit/package.json) Base URL https://www.deribit.com/api/v2/public/ diff --git a/packages/sources/deribit/package.json b/packages/sources/deribit/package.json index 21bddf2aa1..3c73cfd81b 100644 --- a/packages/sources/deribit/package.json +++ b/packages/sources/deribit/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/deribit-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink Deribit adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/dns-query/CHANGELOG.md b/packages/sources/dns-query/CHANGELOG.md index 9b76b213ea..66da394465 100644 --- a/packages/sources/dns-query/CHANGELOG.md +++ b/packages/sources/dns-query/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/dns-query-adapter +## 1.4.1 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.4.0 ### Minor Changes diff --git a/packages/sources/dns-query/package.json b/packages/sources/dns-query/package.json index 851933d7c0..74aac22e31 100644 --- a/packages/sources/dns-query/package.json +++ b/packages/sources/dns-query/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dns-query-adapter", - "version": "1.4.0", + "version": "1.4.1", "description": "Chainlink DNS query adapter", "keywords": [ "Chainlink", diff --git a/packages/sources/dwolla/CHANGELOG.md b/packages/sources/dwolla/CHANGELOG.md index 748e5c96c8..b35668fcce 100644 --- a/packages/sources/dwolla/CHANGELOG.md +++ b/packages/sources/dwolla/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/dwolla-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/dwolla/package.json b/packages/sources/dwolla/package.json index d19861b699..8d9f849f0a 100644 --- a/packages/sources/dwolla/package.json +++ b/packages/sources/dwolla/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dwolla-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink Dwolla adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/dxfeed-secondary/CHANGELOG.md b/packages/sources/dxfeed-secondary/CHANGELOG.md index 035686d9e2..cee8ff0b1a 100644 --- a/packages/sources/dxfeed-secondary/CHANGELOG.md +++ b/packages/sources/dxfeed-secondary/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/dxfeed-secondary-adapter +## 1.1.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + - @chainlink/dxfeed-adapter@1.2.42 + ## 1.1.53 ### Patch Changes diff --git a/packages/sources/dxfeed-secondary/package.json b/packages/sources/dxfeed-secondary/package.json index bf5db58de7..f4298dea2e 100644 --- a/packages/sources/dxfeed-secondary/package.json +++ b/packages/sources/dxfeed-secondary/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dxfeed-secondary-adapter", - "version": "1.1.53", + "version": "1.1.54", "description": "Chainlink dxfeed secondary adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/dxfeed/CHANGELOG.md b/packages/sources/dxfeed/CHANGELOG.md index 8af8470c69..8e9f1f9afc 100644 --- a/packages/sources/dxfeed/CHANGELOG.md +++ b/packages/sources/dxfeed/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/dxfeed-adapter +## 1.2.42 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.41 ### Patch Changes diff --git a/packages/sources/dxfeed/README.md b/packages/sources/dxfeed/README.md index 6dbaa10cfa..a7a18ddee6 100644 --- a/packages/sources/dxfeed/README.md +++ b/packages/sources/dxfeed/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for dxFeed -![1.2.41](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dxfeed/package.json) +![1.2.42](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dxfeed/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/dxfeed/package.json b/packages/sources/dxfeed/package.json index fae0224991..cbeb21631f 100644 --- a/packages/sources/dxfeed/package.json +++ b/packages/sources/dxfeed/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dxfeed-adapter", - "version": "1.2.41", + "version": "1.2.42", "description": "Chainlink dxfeed adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ens/CHANGELOG.md b/packages/sources/ens/CHANGELOG.md index d38eee6801..d0e9111680 100644 --- a/packages/sources/ens/CHANGELOG.md +++ b/packages/sources/ens/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ens-adapter +## 1.1.1 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/sources/ens/README.md b/packages/sources/ens/README.md index 875830cb0d..0e09e1cd44 100644 --- a/packages/sources/ens/README.md +++ b/packages/sources/ens/README.md @@ -1,6 +1,6 @@ # ENS Adapter -![1.0.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ens/package.json) +![1.1.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ens/package.json) ENS Adapter @@ -94,6 +94,7 @@ Response: { "jobRunID": "1", "data": { + "registrant": "0x0000000000000000000000000000000000000000", "controller": "fake-registry-owner", "address": "0x0mockinputnonethtld.test", "result": "0x0mockinputnonethtld.test" @@ -126,6 +127,7 @@ Response: { "jobRunID": "1", "data": { + "registrant": "0x0000000000000000000000000000000000000000", "controller": "fake-registry-owner", "address": "0x0subdomain.mockinputethtld.eth", "result": "0x0subdomain.mockinputethtld.eth" @@ -158,6 +160,7 @@ Response: { "jobRunID": "1", "data": { + "registrant": "0x0000000000000000000000000000000000000000", "controller": "fake-registry-owner", "address": "0x0subdomain.mockinputnonethtld.test", "result": "0x0subdomain.mockinputnonethtld.test" diff --git a/packages/sources/ens/package.json b/packages/sources/ens/package.json index 7629ee6d46..cba3c37413 100644 --- a/packages/sources/ens/package.json +++ b/packages/sources/ens/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ens-adapter", - "version": "1.1.0", + "version": "1.1.1", "description": "Chainlink ens adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/enzyme/CHANGELOG.md b/packages/sources/enzyme/CHANGELOG.md index ec0b86769e..45f2e80fc7 100644 --- a/packages/sources/enzyme/CHANGELOG.md +++ b/packages/sources/enzyme/CHANGELOG.md @@ -1,5 +1,18 @@ # @chainlink/enzyme-adapter +## 1.2.0 + +### Minor Changes + +- edfa8aeaa: Added calcNetShareValueInAsset endpoint to enzyme adapter. Added calcNetShareValueInAsset to enzyme ABI. Added unit & integration tests for new endpoint. + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/enzyme/package.json b/packages/sources/enzyme/package.json index 69f93338d7..75388ab92d 100644 --- a/packages/sources/enzyme/package.json +++ b/packages/sources/enzyme/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/enzyme-adapter", - "version": "1.1.38", + "version": "1.2.0", "description": "Chainlink enzyme adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/eodhistoricaldata/CHANGELOG.md b/packages/sources/eodhistoricaldata/CHANGELOG.md index 17faf92d3f..b3c3fd0b00 100644 --- a/packages/sources/eodhistoricaldata/CHANGELOG.md +++ b/packages/sources/eodhistoricaldata/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/eodhistoricaldata-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/eodhistoricaldata/README.md b/packages/sources/eodhistoricaldata/README.md index e0c36121a3..f669c3ca64 100644 --- a/packages/sources/eodhistoricaldata/README.md +++ b/packages/sources/eodhistoricaldata/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for EOD Historical Data -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/eodhistoricaldata/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/eodhistoricaldata/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/eodhistoricaldata/package.json b/packages/sources/eodhistoricaldata/package.json index 68f4e0226d..d6aedec6b1 100644 --- a/packages/sources/eodhistoricaldata/package.json +++ b/packages/sources/eodhistoricaldata/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/eodhistoricaldata-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink eodhistoricaldata adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/eth-balance/CHANGELOG.md b/packages/sources/eth-balance/CHANGELOG.md index 2f5cd3b282..f29ab814af 100644 --- a/packages/sources/eth-balance/CHANGELOG.md +++ b/packages/sources/eth-balance/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/eth-balance-adapter +## 1.2.10 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.9 ### Patch Changes diff --git a/packages/sources/eth-balance/README.md b/packages/sources/eth-balance/README.md index 785dc2be1a..373f33795f 100644 --- a/packages/sources/eth-balance/README.md +++ b/packages/sources/eth-balance/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Eth-balance -![1.2.9](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/eth-balance/package.json) +![1.2.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/eth-balance/package.json) External adapter for fetching balances for ETH addresses diff --git a/packages/sources/eth-balance/package.json b/packages/sources/eth-balance/package.json index eb81f5ab16..0a910e9173 100644 --- a/packages/sources/eth-balance/package.json +++ b/packages/sources/eth-balance/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/eth-balance-adapter", - "version": "1.2.9", + "version": "1.2.10", "description": "Chainlink eth-balance adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/etherchain/CHANGELOG.md b/packages/sources/etherchain/CHANGELOG.md index f2f904fa0f..d62021193a 100644 --- a/packages/sources/etherchain/CHANGELOG.md +++ b/packages/sources/etherchain/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/etherchain-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/etherchain/README.md b/packages/sources/etherchain/README.md index 0f8ec6bb4a..31c7923233 100644 --- a/packages/sources/etherchain/README.md +++ b/packages/sources/etherchain/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Etherchain -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/etherchain/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/etherchain/package.json) Base URL https://www.etherchain.org diff --git a/packages/sources/etherchain/package.json b/packages/sources/etherchain/package.json index 0ea4d05d00..39e581514c 100644 --- a/packages/sources/etherchain/package.json +++ b/packages/sources/etherchain/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/etherchain-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink etherchain adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/etherscan/CHANGELOG.md b/packages/sources/etherscan/CHANGELOG.md index d5df882348..20d957716e 100644 --- a/packages/sources/etherscan/CHANGELOG.md +++ b/packages/sources/etherscan/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/etherscan-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/etherscan/README.md b/packages/sources/etherscan/README.md index 8c76f44647..37caf892c4 100644 --- a/packages/sources/etherscan/README.md +++ b/packages/sources/etherscan/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for EtherScan -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/etherscan/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/etherscan/package.json) Base URL https://api.etherscan.io diff --git a/packages/sources/etherscan/package.json b/packages/sources/etherscan/package.json index 4b6622c3a6..f0e951f3da 100644 --- a/packages/sources/etherscan/package.json +++ b/packages/sources/etherscan/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/etherscan-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink etherscan adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ethgasstation/CHANGELOG.md b/packages/sources/ethgasstation/CHANGELOG.md index ff822f691d..538392cd5f 100644 --- a/packages/sources/ethgasstation/CHANGELOG.md +++ b/packages/sources/ethgasstation/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ethgasstation-adapter +## 1.3.28 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.27 ### Patch Changes diff --git a/packages/sources/ethgasstation/README.md b/packages/sources/ethgasstation/README.md index e4cdd98b58..06ba0a82fa 100644 --- a/packages/sources/ethgasstation/README.md +++ b/packages/sources/ethgasstation/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for EthGasStation -![1.3.27](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ethgasstation/package.json) +![1.3.28](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ethgasstation/package.json) Base URL https://ethgasstation.info/ diff --git a/packages/sources/ethgasstation/package.json b/packages/sources/ethgasstation/package.json index 73a8260a58..bf4c2735ae 100644 --- a/packages/sources/ethgasstation/package.json +++ b/packages/sources/ethgasstation/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ethgasstation-adapter", - "version": "1.3.27", + "version": "1.3.28", "description": "Chainlink ethgasstation adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ethgaswatch/CHANGELOG.md b/packages/sources/ethgaswatch/CHANGELOG.md index 937dd20d86..f0d8a2491c 100644 --- a/packages/sources/ethgaswatch/CHANGELOG.md +++ b/packages/sources/ethgaswatch/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ethgaswatch-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/ethgaswatch/README.md b/packages/sources/ethgaswatch/README.md index ab8e892a7b..828cb4a4e9 100644 --- a/packages/sources/ethgaswatch/README.md +++ b/packages/sources/ethgaswatch/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for EthGasWatch -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ethgaswatch/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/ethgaswatch/package.json) Base URL https://ethgas.watch diff --git a/packages/sources/ethgaswatch/package.json b/packages/sources/ethgaswatch/package.json index ed3852fae4..578c0ab946 100644 --- a/packages/sources/ethgaswatch/package.json +++ b/packages/sources/ethgaswatch/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ethgaswatch-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink ethgaswatch adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/expert-car-broker/CHANGELOG.md b/packages/sources/expert-car-broker/CHANGELOG.md index b948c316e4..99cffd1cf1 100644 --- a/packages/sources/expert-car-broker/CHANGELOG.md +++ b/packages/sources/expert-car-broker/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/expert-car-broker-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/expert-car-broker/README.md b/packages/sources/expert-car-broker/README.md index ffbb0944e8..ad7d91d605 100644 --- a/packages/sources/expert-car-broker/README.md +++ b/packages/sources/expert-car-broker/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Expert Car Broker -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/expert-car-broker/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/expert-car-broker/package.json) Adapter to get data from Expert Car Broker. diff --git a/packages/sources/expert-car-broker/package.json b/packages/sources/expert-car-broker/package.json index 3e52d1b641..4cc4e7d5ee 100644 --- a/packages/sources/expert-car-broker/package.json +++ b/packages/sources/expert-car-broker/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/expert-car-broker-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink expert-car-broker adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/fcsapi/CHANGELOG.md b/packages/sources/fcsapi/CHANGELOG.md index 30d40bf584..8e8b8e0409 100644 --- a/packages/sources/fcsapi/CHANGELOG.md +++ b/packages/sources/fcsapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/fcsapi-adapter +## 1.1.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.26 ### Patch Changes diff --git a/packages/sources/fcsapi/package.json b/packages/sources/fcsapi/package.json index 349be7d4c4..b8a92434b6 100644 --- a/packages/sources/fcsapi/package.json +++ b/packages/sources/fcsapi/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/fcsapi-adapter", - "version": "1.1.26", + "version": "1.1.27", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sources/finage/CHANGELOG.md b/packages/sources/finage/CHANGELOG.md index 418292425b..546a01b0bb 100644 --- a/packages/sources/finage/CHANGELOG.md +++ b/packages/sources/finage/CHANGELOG.md @@ -1,5 +1,14 @@ ## v1.1.0 +## 1.3.40 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.39 ### Patch Changes diff --git a/packages/sources/finage/README.md b/packages/sources/finage/README.md index 19e01b4fb9..0fcba5bfee 100644 --- a/packages/sources/finage/README.md +++ b/packages/sources/finage/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Finage -![1.3.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finage/package.json) +![1.3.40](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finage/package.json) Base URL https://api.finage.co.uk diff --git a/packages/sources/finage/package.json b/packages/sources/finage/package.json index 0faca0a9da..e5ffefdf91 100644 --- a/packages/sources/finage/package.json +++ b/packages/sources/finage/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/finage-adapter", - "version": "1.3.39", + "version": "1.3.40", "description": "Chainlink Finage adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/finnhub/CHANGELOG.md b/packages/sources/finnhub/CHANGELOG.md index 37707a55bc..116830c26f 100644 --- a/packages/sources/finnhub/CHANGELOG.md +++ b/packages/sources/finnhub/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/finnhub-adapter +## 1.1.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.26 ### Patch Changes diff --git a/packages/sources/finnhub/package.json b/packages/sources/finnhub/package.json index ccc742f4ce..9364c1225d 100644 --- a/packages/sources/finnhub/package.json +++ b/packages/sources/finnhub/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/finnhub-adapter", - "version": "1.1.26", + "version": "1.1.27", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sources/fixer/CHANGELOG.md b/packages/sources/fixer/CHANGELOG.md index a9ca7b0188..083f6154bb 100644 --- a/packages/sources/fixer/CHANGELOG.md +++ b/packages/sources/fixer/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/fixer-adapter +## 1.3.37 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.36 ### Patch Changes diff --git a/packages/sources/fixer/README.md b/packages/sources/fixer/README.md index cd02513a26..0efdff7f63 100644 --- a/packages/sources/fixer/README.md +++ b/packages/sources/fixer/README.md @@ -1,6 +1,6 @@ # Chainlink Fixer External Adapter -![1.3.36](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/fixer/package.json) +![1.3.37](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/fixer/package.json) This adapter is for [Fixer.io](https://fixer.io/) and supports the convert endpoint. diff --git a/packages/sources/fixer/package.json b/packages/sources/fixer/package.json index aaeab8b0f5..05f3d8d5a2 100644 --- a/packages/sources/fixer/package.json +++ b/packages/sources/fixer/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/fixer-adapter", - "version": "1.3.36", + "version": "1.3.37", "description": "Chainlink fixer adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/flightaware/CHANGELOG.md b/packages/sources/flightaware/CHANGELOG.md index 12a9998814..8bd15b6a6e 100644 --- a/packages/sources/flightaware/CHANGELOG.md +++ b/packages/sources/flightaware/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/flightaware-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/flightaware/package.json b/packages/sources/flightaware/package.json index 53c5e00b1e..03242ab75a 100644 --- a/packages/sources/flightaware/package.json +++ b/packages/sources/flightaware/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/flightaware-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink Flightaware adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/fmpcloud/CHANGELOG.md b/packages/sources/fmpcloud/CHANGELOG.md index 5c237231a3..d074742397 100644 --- a/packages/sources/fmpcloud/CHANGELOG.md +++ b/packages/sources/fmpcloud/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/fmpcloud-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/fmpcloud/README.md b/packages/sources/fmpcloud/README.md index b7cdfff071..3a111c78a5 100644 --- a/packages/sources/fmpcloud/README.md +++ b/packages/sources/fmpcloud/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Fmp Cloud -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/fmpcloud/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/fmpcloud/package.json) Base URL https://fmpcloud.io diff --git a/packages/sources/fmpcloud/package.json b/packages/sources/fmpcloud/package.json index f83c95d6c3..94e81f4d3b 100644 --- a/packages/sources/fmpcloud/package.json +++ b/packages/sources/fmpcloud/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/fmpcloud-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink fmpcloud adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/galaxis/CHANGELOG.md b/packages/sources/galaxis/CHANGELOG.md index 6b14d7c085..8f86a77a52 100644 --- a/packages/sources/galaxis/CHANGELOG.md +++ b/packages/sources/galaxis/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/galaxis-adapter +## 2.6.7 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.6.6 ### Patch Changes diff --git a/packages/sources/galaxis/README.md b/packages/sources/galaxis/README.md index 184a275e2a..171d5a11a2 100644 --- a/packages/sources/galaxis/README.md +++ b/packages/sources/galaxis/README.md @@ -1,6 +1,6 @@ # Galaxis Source Adapter -![2.6.6](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/galaxis/package.json) +![2.6.7](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/galaxis/package.json) The Galaxis EA currently fetches Sports Data from a given API and encodes a function call that can be passed on chain. diff --git a/packages/sources/galaxis/package.json b/packages/sources/galaxis/package.json index 097a39d652..6dbb0cfd68 100644 --- a/packages/sources/galaxis/package.json +++ b/packages/sources/galaxis/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/galaxis-adapter", - "version": "2.6.6", + "version": "2.6.7", "description": "Chainlink galaxis adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/gemini/CHANGELOG.md b/packages/sources/gemini/CHANGELOG.md index 8bac10ea90..1bcead115f 100644 --- a/packages/sources/gemini/CHANGELOG.md +++ b/packages/sources/gemini/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/gemini-adapter +## 2.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.1.38 ### Patch Changes diff --git a/packages/sources/gemini/README.md b/packages/sources/gemini/README.md index a2bae641b9..0503eb246a 100644 --- a/packages/sources/gemini/README.md +++ b/packages/sources/gemini/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Gemini -![2.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/gemini/package.json) +![2.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/gemini/package.json) An external adapter to get data from Gemini diff --git a/packages/sources/gemini/package.json b/packages/sources/gemini/package.json index 02fffd53e2..dfc509f81f 100644 --- a/packages/sources/gemini/package.json +++ b/packages/sources/gemini/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/gemini-adapter", - "version": "2.1.38", + "version": "2.1.39", "description": "Chainlink gemini adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/genesis-volatility/CHANGELOG.md b/packages/sources/genesis-volatility/CHANGELOG.md index dad2b49d53..897ae246ce 100644 --- a/packages/sources/genesis-volatility/CHANGELOG.md +++ b/packages/sources/genesis-volatility/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/genesis-volatility-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/genesis-volatility/README.md b/packages/sources/genesis-volatility/README.md index affc4908f9..1619ad2054 100644 --- a/packages/sources/genesis-volatility/README.md +++ b/packages/sources/genesis-volatility/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Genesis Volatility -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/genesis-volatility/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/genesis-volatility/package.json) Base URL https://app.pinkswantrading.com diff --git a/packages/sources/genesis-volatility/package.json b/packages/sources/genesis-volatility/package.json index b6629394a2..dbadb66063 100644 --- a/packages/sources/genesis-volatility/package.json +++ b/packages/sources/genesis-volatility/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/genesis-volatility-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink Genesis Volatility adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/geodb/CHANGELOG.md b/packages/sources/geodb/CHANGELOG.md index f7a512b8d5..0bba076303 100644 --- a/packages/sources/geodb/CHANGELOG.md +++ b/packages/sources/geodb/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/geodb-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/geodb/package.json b/packages/sources/geodb/package.json index 86da9261f0..dd19a78c80 100644 --- a/packages/sources/geodb/package.json +++ b/packages/sources/geodb/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/geodb-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink geodb adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/google-bigquery/CHANGELOG.md b/packages/sources/google-bigquery/CHANGELOG.md index 6f542778e6..fd29b1e178 100644 --- a/packages/sources/google-bigquery/CHANGELOG.md +++ b/packages/sources/google-bigquery/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/google-bigquery-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/google-bigquery/package.json b/packages/sources/google-bigquery/package.json index 9ee9ed6649..513e93dcaa 100644 --- a/packages/sources/google-bigquery/package.json +++ b/packages/sources/google-bigquery/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/google-bigquery-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink google-bigquery adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/gramchain/CHANGELOG.md b/packages/sources/gramchain/CHANGELOG.md index ef337bd31a..d70571835e 100644 --- a/packages/sources/gramchain/CHANGELOG.md +++ b/packages/sources/gramchain/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/example-source-adapter +## 1.0.28 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.27 ### Patch Changes diff --git a/packages/sources/gramchain/package.json b/packages/sources/gramchain/package.json index d4167f2296..e0bfc15546 100644 --- a/packages/sources/gramchain/package.json +++ b/packages/sources/gramchain/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/gramchain-adapter", - "version": "1.0.27", + "version": "1.0.28", "description": "Chainlink gramchain adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/graphql/CHANGELOG.md b/packages/sources/graphql/CHANGELOG.md index 928504453c..111ce43b90 100644 --- a/packages/sources/graphql/CHANGELOG.md +++ b/packages/sources/graphql/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/graphql-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/graphql/package.json b/packages/sources/graphql/package.json index c171d029e8..602c6dc78b 100644 --- a/packages/sources/graphql/package.json +++ b/packages/sources/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/graphql-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink graphql adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/gsr/CHANGELOG.md b/packages/sources/gsr/CHANGELOG.md index 97f909affc..f07925cef7 100644 --- a/packages/sources/gsr/CHANGELOG.md +++ b/packages/sources/gsr/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/example-source-adapter +## 1.0.2 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/sources/gsr/README.md b/packages/sources/gsr/README.md index c3784ddeb9..f2e4057090 100644 --- a/packages/sources/gsr/README.md +++ b/packages/sources/gsr/README.md @@ -1,6 +1,6 @@ # GSR Adapter -![1.0.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/gsr/package.json) +![1.0.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/gsr/package.json) This adapter only supports WS connections. Make sure WS is enabled in your configuration in order to run this adapter. diff --git a/packages/sources/gsr/package.json b/packages/sources/gsr/package.json index 8edb5734e7..f9be3d5c21 100644 --- a/packages/sources/gsr/package.json +++ b/packages/sources/gsr/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/gsr-adapter", - "version": "1.0.1", + "version": "1.0.2", "description": "Chainlink gsr adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/iex-cloud/CHANGELOG.md b/packages/sources/iex-cloud/CHANGELOG.md index 386e1b8775..51192f4d67 100644 --- a/packages/sources/iex-cloud/CHANGELOG.md +++ b/packages/sources/iex-cloud/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/iex-cloud-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/iex-cloud/README.md b/packages/sources/iex-cloud/README.md index ad229f7329..b5b627c786 100644 --- a/packages/sources/iex-cloud/README.md +++ b/packages/sources/iex-cloud/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for IEX Cloud -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/iex-cloud/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/iex-cloud/package.json) Base URL https://cloud.iexapis.com/stable diff --git a/packages/sources/iex-cloud/package.json b/packages/sources/iex-cloud/package.json index b5f0ba2ad5..658c13fc51 100644 --- a/packages/sources/iex-cloud/package.json +++ b/packages/sources/iex-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/iex-cloud-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink iex-cloud adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/intrinio/CHANGELOG.md b/packages/sources/intrinio/CHANGELOG.md index bbe68d1eaa..8ba6a8722d 100644 --- a/packages/sources/intrinio/CHANGELOG.md +++ b/packages/sources/intrinio/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/intrinio-adapter +## 1.2.17 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.16 ### Patch Changes diff --git a/packages/sources/intrinio/package.json b/packages/sources/intrinio/package.json index e2dc135ab5..0123cc4faa 100644 --- a/packages/sources/intrinio/package.json +++ b/packages/sources/intrinio/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/intrinio-adapter", - "version": "1.2.16", + "version": "1.2.17", "description": "Chainlink intrinio adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ipfs/CHANGELOG.md b/packages/sources/ipfs/CHANGELOG.md index fe2a17a6ff..101ce97ff7 100644 --- a/packages/sources/ipfs/CHANGELOG.md +++ b/packages/sources/ipfs/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ipfs-adapter +## 1.2.35 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.34 ### Patch Changes diff --git a/packages/sources/ipfs/package.json b/packages/sources/ipfs/package.json index 8fb5d57786..49d3150e3c 100644 --- a/packages/sources/ipfs/package.json +++ b/packages/sources/ipfs/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ipfs-adapter", - "version": "1.2.34", + "version": "1.2.35", "description": "Chainlink IPFS adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/jpegd/CHANGELOG.md b/packages/sources/jpegd/CHANGELOG.md index 72d9f871c8..fee2d88658 100644 --- a/packages/sources/jpegd/CHANGELOG.md +++ b/packages/sources/jpegd/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/jpegd-adapter +## 2.0.8 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.0.7 ### Patch Changes diff --git a/packages/sources/jpegd/README.md b/packages/sources/jpegd/README.md index 6502ac0cef..6ce06cea48 100644 --- a/packages/sources/jpegd/README.md +++ b/packages/sources/jpegd/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for JPEG'd -![2.0.7](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/jpegd/package.json) +![2.0.8](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/jpegd/package.json) This adapter allows for querying NFT collection values diff --git a/packages/sources/jpegd/package.json b/packages/sources/jpegd/package.json index 85132a685f..a8492586e3 100644 --- a/packages/sources/jpegd/package.json +++ b/packages/sources/jpegd/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/jpegd-adapter", - "version": "2.0.7", + "version": "2.0.8", "description": "Chainlink jpegd adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/json-rpc/CHANGELOG.md b/packages/sources/json-rpc/CHANGELOG.md index f979e71234..4677a83452 100644 --- a/packages/sources/json-rpc/CHANGELOG.md +++ b/packages/sources/json-rpc/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/json-rpc-adapter +## 1.2.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.26 ### Patch Changes diff --git a/packages/sources/json-rpc/package.json b/packages/sources/json-rpc/package.json index 0e6585694d..a6e47b2b7e 100644 --- a/packages/sources/json-rpc/package.json +++ b/packages/sources/json-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/json-rpc-adapter", - "version": "1.2.26", + "version": "1.2.27", "description": "", "author": "Thomas Hodges (thomas@smartcontract.com)", "license": "MIT", diff --git a/packages/sources/kaiko/CHANGELOG.md b/packages/sources/kaiko/CHANGELOG.md index 45c2b623b5..95d14970dd 100644 --- a/packages/sources/kaiko/CHANGELOG.md +++ b/packages/sources/kaiko/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/kaiko-adapter +## 1.3.11 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.10 ### Patch Changes diff --git a/packages/sources/kaiko/package.json b/packages/sources/kaiko/package.json index 53ef5f19ba..05f94643ec 100644 --- a/packages/sources/kaiko/package.json +++ b/packages/sources/kaiko/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/kaiko-adapter", - "version": "1.3.10", + "version": "1.3.11", "description": "Chainlink kaiko adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/layer2-sequencer-health/CHANGELOG.md b/packages/sources/layer2-sequencer-health/CHANGELOG.md index b04ecbd317..88b586bb3b 100644 --- a/packages/sources/layer2-sequencer-health/CHANGELOG.md +++ b/packages/sources/layer2-sequencer-health/CHANGELOG.md @@ -1,5 +1,18 @@ # @chainlink/layer2-sequencer-health-adapter +## 1.4.0 + +### Minor Changes + +- f805344df: add support for metis to layer2-sequencer-health EA + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.0 ### Minor Changes diff --git a/packages/sources/layer2-sequencer-health/package.json b/packages/sources/layer2-sequencer-health/package.json index 64a8a900e9..d198efc0df 100644 --- a/packages/sources/layer2-sequencer-health/package.json +++ b/packages/sources/layer2-sequencer-health/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/layer2-sequencer-health-adapter", - "version": "1.3.0", + "version": "1.4.0", "description": "Layer 2 sequencer health check adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/lcx/CHANGELOG.md b/packages/sources/lcx/CHANGELOG.md index cac48a1401..245e6bed3a 100644 --- a/packages/sources/lcx/CHANGELOG.md +++ b/packages/sources/lcx/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/lcx-adapter +## 1.2.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.26 ### Patch Changes diff --git a/packages/sources/lcx/package.json b/packages/sources/lcx/package.json index b08959562f..7954b87ce5 100644 --- a/packages/sources/lcx/package.json +++ b/packages/sources/lcx/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/lcx-adapter", - "version": "1.2.26", + "version": "1.2.27", "description": "Chainlink lcx adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/lido/CHANGELOG.md b/packages/sources/lido/CHANGELOG.md index 002c98a8f1..74212e4bd6 100644 --- a/packages/sources/lido/CHANGELOG.md +++ b/packages/sources/lido/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/lido-adapter +## 1.0.3 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/sources/lido/README.md b/packages/sources/lido/README.md index 85562c62ec..fd929ed99b 100644 --- a/packages/sources/lido/README.md +++ b/packages/sources/lido/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Lido -![1.0.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/lido/package.json) +![1.0.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/lido/package.json) By default fetches the value of stMATIC/USD diff --git a/packages/sources/lido/package.json b/packages/sources/lido/package.json index 40ef9b0ea3..9269c626c9 100644 --- a/packages/sources/lido/package.json +++ b/packages/sources/lido/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/lido-adapter", - "version": "1.0.2", + "version": "1.0.3", "description": "Chainlink Lido adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/linkpool/CHANGELOG.md b/packages/sources/linkpool/CHANGELOG.md index 00971432d9..7269bca4c8 100644 --- a/packages/sources/linkpool/CHANGELOG.md +++ b/packages/sources/linkpool/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/linkpool-adapter +## 1.1.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.26 ### Patch Changes diff --git a/packages/sources/linkpool/package.json b/packages/sources/linkpool/package.json index 99a2a76e4e..ab4693a535 100644 --- a/packages/sources/linkpool/package.json +++ b/packages/sources/linkpool/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/linkpool-adapter", - "version": "1.1.26", + "version": "1.1.27", "description": "Chainlink linkpool adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/lition/CHANGELOG.md b/packages/sources/lition/CHANGELOG.md index c4acf59229..a3bd62fdb4 100644 --- a/packages/sources/lition/CHANGELOG.md +++ b/packages/sources/lition/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/lition-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/lition/package.json b/packages/sources/lition/package.json index 758514d2a1..f5fa4ea02c 100644 --- a/packages/sources/lition/package.json +++ b/packages/sources/lition/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/lition-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink Lition adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/lotus/CHANGELOG.md b/packages/sources/lotus/CHANGELOG.md index ed12b8eee5..fdd82360dc 100644 --- a/packages/sources/lotus/CHANGELOG.md +++ b/packages/sources/lotus/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/lotus-adapter +## 2.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/json-rpc-adapter@1.2.27 + ## 2.1.38 ### Patch Changes diff --git a/packages/sources/lotus/package.json b/packages/sources/lotus/package.json index 8aa340c2b4..b9633c62a1 100644 --- a/packages/sources/lotus/package.json +++ b/packages/sources/lotus/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/lotus-adapter", - "version": "2.1.38", + "version": "2.1.39", "description": "Chainlink lotus adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/marketstack/CHANGELOG.md b/packages/sources/marketstack/CHANGELOG.md index 32885619b0..622b79e41f 100644 --- a/packages/sources/marketstack/CHANGELOG.md +++ b/packages/sources/marketstack/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/marketstack-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/marketstack/README.md b/packages/sources/marketstack/README.md index aa03797486..a063cf643b 100644 --- a/packages/sources/marketstack/README.md +++ b/packages/sources/marketstack/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Marketstack -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/marketstack/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/marketstack/package.json) Base URL http://api.marketstack.com/v1/ diff --git a/packages/sources/marketstack/package.json b/packages/sources/marketstack/package.json index 9505bcf487..df38f6ec89 100644 --- a/packages/sources/marketstack/package.json +++ b/packages/sources/marketstack/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/marketstack-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink marketstack adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/messari/CHANGELOG.md b/packages/sources/messari/CHANGELOG.md index 03304fe75c..fc4fa11237 100644 --- a/packages/sources/messari/CHANGELOG.md +++ b/packages/sources/messari/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/messari-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/messari/package.json b/packages/sources/messari/package.json index 3d473a7b0e..2685945361 100644 --- a/packages/sources/messari/package.json +++ b/packages/sources/messari/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/messari-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink Messari adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/metalsapi/CHANGELOG.md b/packages/sources/metalsapi/CHANGELOG.md index 44d9706f83..f145545117 100644 --- a/packages/sources/metalsapi/CHANGELOG.md +++ b/packages/sources/metalsapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/metalsapi-adapter +## 1.6.36 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.6.35 ### Patch Changes diff --git a/packages/sources/metalsapi/README.md b/packages/sources/metalsapi/README.md index dbe599304c..be12444301 100644 --- a/packages/sources/metalsapi/README.md +++ b/packages/sources/metalsapi/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for [MetalsAPI](https://metals-api.com/documentation#convertcurrency) -![1.6.35](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/metalsapi/package.json) +![1.6.36](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/metalsapi/package.json) Base URL https://metals-api.com/api/ diff --git a/packages/sources/metalsapi/package.json b/packages/sources/metalsapi/package.json index 38711446d8..0f136108be 100644 --- a/packages/sources/metalsapi/package.json +++ b/packages/sources/metalsapi/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/metalsapi-adapter", - "version": "1.6.35", + "version": "1.6.36", "description": "Chainlink metalsapi adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/mock-ea/CHANGELOG.md b/packages/sources/mock-ea/CHANGELOG.md index 2f9ac0f9da..0e30683a10 100644 --- a/packages/sources/mock-ea/CHANGELOG.md +++ b/packages/sources/mock-ea/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/example-source-adapter +## 2.0.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.0.26 ### Patch Changes diff --git a/packages/sources/mock-ea/README.md b/packages/sources/mock-ea/README.md index ba9d211a43..87bc80b21b 100644 --- a/packages/sources/mock-ea/README.md +++ b/packages/sources/mock-ea/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Mock data (Test only) -![2.0.26](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/mock-ea/package.json) +![2.0.27](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/mock-ea/package.json) The Mock EA is to only be used by the integration team for soak testing. It will return a value that deviates after a given interval. @@ -54,9 +54,9 @@ Response: { "jobRunID": "1", "data": { - "result": 1050 + "result": 950 }, - "result": 1050, + "result": 950, "statusCode": 200 } ``` diff --git a/packages/sources/mock-ea/package.json b/packages/sources/mock-ea/package.json index fdf60af8dd..9fd67d5e97 100644 --- a/packages/sources/mock-ea/package.json +++ b/packages/sources/mock-ea/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/mock-ea-adapter", - "version": "2.0.26", + "version": "2.0.27", "description": "Chainlink mock-ea adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/mycryptoapi/CHANGELOG.md b/packages/sources/mycryptoapi/CHANGELOG.md index b28c66719e..d47eec28ff 100644 --- a/packages/sources/mycryptoapi/CHANGELOG.md +++ b/packages/sources/mycryptoapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/mycryptoapi-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/mycryptoapi/README.md b/packages/sources/mycryptoapi/README.md index 33a9606328..10bc78fbdd 100644 --- a/packages/sources/mycryptoapi/README.md +++ b/packages/sources/mycryptoapi/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for MyCryptoApi -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/mycryptoapi/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/mycryptoapi/package.json) Base URL https://gas.mycryptoapi.com/ diff --git a/packages/sources/mycryptoapi/package.json b/packages/sources/mycryptoapi/package.json index 7742ed0cf5..804e5613a2 100644 --- a/packages/sources/mycryptoapi/package.json +++ b/packages/sources/mycryptoapi/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/mycryptoapi-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink mycryptoapi adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/ncfx/CHANGELOG.md b/packages/sources/ncfx/CHANGELOG.md index 4364e81945..fc98e68c26 100644 --- a/packages/sources/ncfx/CHANGELOG.md +++ b/packages/sources/ncfx/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ncfx-adapter +## 1.2.17 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.16 ### Patch Changes diff --git a/packages/sources/ncfx/package.json b/packages/sources/ncfx/package.json index 6a8fcd60ef..b6e0537a1b 100644 --- a/packages/sources/ncfx/package.json +++ b/packages/sources/ncfx/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ncfx-adapter", - "version": "1.2.16", + "version": "1.2.17", "description": "Chainlink NCFX adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/nikkei/CHANGELOG.md b/packages/sources/nikkei/CHANGELOG.md index 9764f6937b..c331310733 100644 --- a/packages/sources/nikkei/CHANGELOG.md +++ b/packages/sources/nikkei/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/nikkei-adapter +## 1.1.49 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.48 ### Patch Changes diff --git a/packages/sources/nikkei/README.md b/packages/sources/nikkei/README.md index 05ae0d5ecd..90596248df 100644 --- a/packages/sources/nikkei/README.md +++ b/packages/sources/nikkei/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Nikkei -![1.1.48](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/nikkei/package.json) +![1.1.49](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/nikkei/package.json) Base URL https://indexes.nikkei.co.jp/en/nkave/ diff --git a/packages/sources/nikkei/package.json b/packages/sources/nikkei/package.json index 444dfc04c0..5789e97277 100644 --- a/packages/sources/nikkei/package.json +++ b/packages/sources/nikkei/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/nikkei-adapter", - "version": "1.1.48", + "version": "1.1.49", "description": "Chainlink nikkei adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/nomics/CHANGELOG.md b/packages/sources/nomics/CHANGELOG.md index 0d017c3e05..2ac3b80c82 100644 --- a/packages/sources/nomics/CHANGELOG.md +++ b/packages/sources/nomics/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/nomics-adapter +## 1.2.10 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.9 ### Patch Changes diff --git a/packages/sources/nomics/README.md b/packages/sources/nomics/README.md index 0deda97334..43721b02e7 100644 --- a/packages/sources/nomics/README.md +++ b/packages/sources/nomics/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Nomics -![1.2.9](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/nomics/package.json) +![1.2.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/nomics/package.json) An API key that can be obtained from [here](https://p.nomics.com/pricing#free-plan) diff --git a/packages/sources/nomics/package.json b/packages/sources/nomics/package.json index 5642dcbfca..5b9e7f290b 100644 --- a/packages/sources/nomics/package.json +++ b/packages/sources/nomics/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/nomics-adapter", - "version": "1.2.9", + "version": "1.2.10", "description": "Chainlink nomics adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/oilpriceapi/CHANGELOG.md b/packages/sources/oilpriceapi/CHANGELOG.md index 8e8f13a0c6..773022ba2e 100644 --- a/packages/sources/oilpriceapi/CHANGELOG.md +++ b/packages/sources/oilpriceapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/oilpriceapi-adapter +## 2.0.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.0.38 ### Patch Changes diff --git a/packages/sources/oilpriceapi/README.md b/packages/sources/oilpriceapi/README.md index 73fc34609c..38ce3e68f4 100644 --- a/packages/sources/oilpriceapi/README.md +++ b/packages/sources/oilpriceapi/README.md @@ -1,6 +1,6 @@ # Chainlink OilpriceAPI External Adapter -![2.0.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/oilpriceapi/package.json) +![2.0.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/oilpriceapi/package.json) Base URL https://api.oilpriceapi.com/v1/ diff --git a/packages/sources/oilpriceapi/package.json b/packages/sources/oilpriceapi/package.json index a5ed2df867..6ba5e99ff1 100644 --- a/packages/sources/oilpriceapi/package.json +++ b/packages/sources/oilpriceapi/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/oilpriceapi-adapter", - "version": "2.0.38", + "version": "2.0.39", "description": "Chainlink OilpriceAPI adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/onchain-gas/CHANGELOG.md b/packages/sources/onchain-gas/CHANGELOG.md index 351df6b18f..7910d1be14 100644 --- a/packages/sources/onchain-gas/CHANGELOG.md +++ b/packages/sources/onchain-gas/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/onchain-gas-adapter +## 1.2.17 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.16 ### Patch Changes diff --git a/packages/sources/onchain-gas/package.json b/packages/sources/onchain-gas/package.json index de7db9a54e..48cb7c0f9f 100644 --- a/packages/sources/onchain-gas/package.json +++ b/packages/sources/onchain-gas/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/onchain-gas-adapter", - "version": "1.2.16", + "version": "1.2.17", "description": "Chainlink onchain-gas adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/openexchangerates/CHANGELOG.md b/packages/sources/openexchangerates/CHANGELOG.md index 02a5cfb4f4..6fe9565cd9 100644 --- a/packages/sources/openexchangerates/CHANGELOG.md +++ b/packages/sources/openexchangerates/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/openexchangerates-adapter +## 1.3.37 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.36 ### Patch Changes diff --git a/packages/sources/openexchangerates/README.md b/packages/sources/openexchangerates/README.md index 4525b11a0a..c8a7c19c2d 100644 --- a/packages/sources/openexchangerates/README.md +++ b/packages/sources/openexchangerates/README.md @@ -1,6 +1,6 @@ # Chainlink Open Exchange Rates External Adapter -![1.3.36](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/openexchangerates/package.json) +![1.3.37](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/openexchangerates/package.json) Base URL https://openexchangerates.org/api/ diff --git a/packages/sources/openexchangerates/package.json b/packages/sources/openexchangerates/package.json index 13756a35af..fe8e4846e7 100644 --- a/packages/sources/openexchangerates/package.json +++ b/packages/sources/openexchangerates/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/openexchangerates-adapter", - "version": "1.3.36", + "version": "1.3.37", "description": "Chainlink openexchangerates adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/orchid-bandwidth/CHANGELOG.md b/packages/sources/orchid-bandwidth/CHANGELOG.md index fcc0c2e3c1..e44b8d9d6b 100644 --- a/packages/sources/orchid-bandwidth/CHANGELOG.md +++ b/packages/sources/orchid-bandwidth/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/orchid-bandwidth-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/orchid-bandwidth/README.md b/packages/sources/orchid-bandwidth/README.md index 6be86804f6..fceb919996 100644 --- a/packages/sources/orchid-bandwidth/README.md +++ b/packages/sources/orchid-bandwidth/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Orchid bandwidth -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/orchid-bandwidth/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/orchid-bandwidth/package.json) Base URL https://chainlink.orchid.com/0 diff --git a/packages/sources/orchid-bandwidth/package.json b/packages/sources/orchid-bandwidth/package.json index a5d77609b4..75a0ab746e 100644 --- a/packages/sources/orchid-bandwidth/package.json +++ b/packages/sources/orchid-bandwidth/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/orchid-bandwidth-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink Orchid bandwidth adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/paxos/CHANGELOG.md b/packages/sources/paxos/CHANGELOG.md index a7f96eaaa2..6536327088 100644 --- a/packages/sources/paxos/CHANGELOG.md +++ b/packages/sources/paxos/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/paxos-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/paxos/README.md b/packages/sources/paxos/README.md index 6154717f37..9a59e461c8 100644 --- a/packages/sources/paxos/README.md +++ b/packages/sources/paxos/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for paxos -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/paxos/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/paxos/package.json) Query Paxos asset attestations like: https://api.paxos.com/v1/asset-attestations/PAX diff --git a/packages/sources/paxos/package.json b/packages/sources/paxos/package.json index 35f56ee05c..2d9f416974 100644 --- a/packages/sources/paxos/package.json +++ b/packages/sources/paxos/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/paxos-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink paxos adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/paypal/CHANGELOG.md b/packages/sources/paypal/CHANGELOG.md index 6e65b17aef..0f094b7bde 100644 --- a/packages/sources/paypal/CHANGELOG.md +++ b/packages/sources/paypal/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/paypal-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/paypal/package.json b/packages/sources/paypal/package.json index d3cdfc0794..4eca880a4e 100644 --- a/packages/sources/paypal/package.json +++ b/packages/sources/paypal/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/paypal-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink paypal adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/poa/CHANGELOG.md b/packages/sources/poa/CHANGELOG.md index 6deefae168..60608f4e86 100644 --- a/packages/sources/poa/CHANGELOG.md +++ b/packages/sources/poa/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/poa-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/poa/README.md b/packages/sources/poa/README.md index f5884b9d00..4c9b547453 100644 --- a/packages/sources/poa/README.md +++ b/packages/sources/poa/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for POA Network gas price -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/poa/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/poa/package.json) Base URL https://gasprice.poa.network/ diff --git a/packages/sources/poa/package.json b/packages/sources/poa/package.json index 28a1806a1d..a2bc620f44 100644 --- a/packages/sources/poa/package.json +++ b/packages/sources/poa/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/poa-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink poa adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/polygon/CHANGELOG.md b/packages/sources/polygon/CHANGELOG.md index 41e556b68a..11efe66a09 100644 --- a/packages/sources/polygon/CHANGELOG.md +++ b/packages/sources/polygon/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/polygon-adapter +## 1.5.1 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/sources/polygon/README.md b/packages/sources/polygon/README.md index 0827f1bf79..18d21b30b9 100644 --- a/packages/sources/polygon/README.md +++ b/packages/sources/polygon/README.md @@ -1,6 +1,6 @@ # Chainlink Polygon External Adapter -![1.5.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/polygon/package.json) +![1.5.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/polygon/package.json) This adapter is for [Polygon.io](https://polygon.io/) and supports the conversion endpoint. diff --git a/packages/sources/polygon/package.json b/packages/sources/polygon/package.json index 707440ea96..938f623872 100644 --- a/packages/sources/polygon/package.json +++ b/packages/sources/polygon/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/polygon-adapter", - "version": "1.5.0", + "version": "1.5.1", "description": "Chainlink polygon adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/por-address-list/CHANGELOG.md b/packages/sources/por-address-list/CHANGELOG.md index 4ae3b0b457..0a64343711 100644 --- a/packages/sources/por-address-list/CHANGELOG.md +++ b/packages/sources/por-address-list/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/por-address-list-source-adapter +## 1.0.2 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/sources/por-address-list/README.md b/packages/sources/por-address-list/README.md index 933375a080..c2493d0f61 100644 --- a/packages/sources/por-address-list/README.md +++ b/packages/sources/por-address-list/README.md @@ -1,6 +1,6 @@ # PoR Address List Adapter -![1.0.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) +![1.0.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) This EA fetches the list of custodial addresses that hold the funds for a PoR feed diff --git a/packages/sources/por-address-list/package.json b/packages/sources/por-address-list/package.json index 4f8e57f21a..3c3fd8a472 100644 --- a/packages/sources/por-address-list/package.json +++ b/packages/sources/por-address-list/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/por-address-list-adapter", - "version": "1.0.1", + "version": "1.0.2", "description": "Chainlink por-address-list adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/reduce/CHANGELOG.md b/packages/sources/reduce/CHANGELOG.md index cd7d1cc1d8..a44c28a8cf 100644 --- a/packages/sources/reduce/CHANGELOG.md +++ b/packages/sources/reduce/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/reduce-adapter +## 1.2.27 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.26 ### Patch Changes diff --git a/packages/sources/reduce/package.json b/packages/sources/reduce/package.json index ef44fe025a..937e89f15c 100644 --- a/packages/sources/reduce/package.json +++ b/packages/sources/reduce/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/reduce-adapter", - "version": "1.2.26", + "version": "1.2.27", "description": "Chainlink adapter to reduce input, resulting in single output value.", "keywords": [ "Chainlink", diff --git a/packages/sources/renvm-address-set/CHANGELOG.md b/packages/sources/renvm-address-set/CHANGELOG.md index 66fc2188e5..9869afeca9 100644 --- a/packages/sources/renvm-address-set/CHANGELOG.md +++ b/packages/sources/renvm-address-set/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/renvm-address-set-adapter +## 1.3.32 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] +- Updated dependencies [686bdb5ce] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/proof-of-reserves-adapter@1.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.31 ### Patch Changes diff --git a/packages/sources/renvm-address-set/package.json b/packages/sources/renvm-address-set/package.json index d48dcb5fee..13717f7fc8 100644 --- a/packages/sources/renvm-address-set/package.json +++ b/packages/sources/renvm-address-set/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/renvm-address-set-adapter", - "version": "1.3.31", + "version": "1.3.32", "description": "Chainlink adapter to query RenVM address set.", "keywords": [ "Chainlink", diff --git a/packages/sources/satoshitango/CHANGELOG.md b/packages/sources/satoshitango/CHANGELOG.md index bb6667db87..08e39fe29b 100644 --- a/packages/sources/satoshitango/CHANGELOG.md +++ b/packages/sources/satoshitango/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/satoshitango-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/satoshitango/README.md b/packages/sources/satoshitango/README.md index 015de2587e..0fbd42230c 100644 --- a/packages/sources/satoshitango/README.md +++ b/packages/sources/satoshitango/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for SatoshiTango -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/satoshitango/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/satoshitango/package.json) Base URL https://api.satoshitango.com/v3 diff --git a/packages/sources/satoshitango/package.json b/packages/sources/satoshitango/package.json index f209d66649..8d845c0cf6 100644 --- a/packages/sources/satoshitango/package.json +++ b/packages/sources/satoshitango/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/satoshitango-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink SatoshiTango adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/snowflake/CHANGELOG.md b/packages/sources/snowflake/CHANGELOG.md index 88bf85fa69..5a370aa5d6 100644 --- a/packages/sources/snowflake/CHANGELOG.md +++ b/packages/sources/snowflake/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/snowflake-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/snowflake/README.md b/packages/sources/snowflake/README.md index dbba596269..39752de417 100644 --- a/packages/sources/snowflake/README.md +++ b/packages/sources/snowflake/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Snowflake -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/snowflake/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/snowflake/package.json) Adapter to query data from [Snowflake](https://www.snowflake.com/). Currently only contains an endpoint to query US confirmed Covid cases per County. To setup the environment, here are additional docs to [assign a key pair to a user](https://docs.snowflake.com/en/developer-guide/sql-api/guide.html#using-key-pair-authentication) and [finding your account identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). diff --git a/packages/sources/snowflake/package.json b/packages/sources/snowflake/package.json index 44923831e1..0286687c39 100644 --- a/packages/sources/snowflake/package.json +++ b/packages/sources/snowflake/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/snowflake-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink snowflake adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/sochain/CHANGELOG.md b/packages/sources/sochain/CHANGELOG.md index c0805d7eb5..ca71c6eabd 100644 --- a/packages/sources/sochain/CHANGELOG.md +++ b/packages/sources/sochain/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/sochain-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-factories@1.0.53 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/sochain/README.md b/packages/sources/sochain/README.md index 1bc5cfcbaa..ad6b841a05 100644 --- a/packages/sources/sochain/README.md +++ b/packages/sources/sochain/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapters to query address balance from SoChain -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/sochain/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/sochain/package.json) Base URL https://sochain.com diff --git a/packages/sources/sochain/package.json b/packages/sources/sochain/package.json index 57f6b05760..91ade4a3b1 100644 --- a/packages/sources/sochain/package.json +++ b/packages/sources/sochain/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/sochain-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink adapter to query BTC address balance from SoChain.", "keywords": [ "Chainlink", diff --git a/packages/sources/solana-view-function/CHANGELOG.md b/packages/sources/solana-view-function/CHANGELOG.md index 650be2c6d7..2c54b5909d 100644 --- a/packages/sources/solana-view-function/CHANGELOG.md +++ b/packages/sources/solana-view-function/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/solana-view-function-adapter +## 2.1.25 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.1.24 ### Patch Changes diff --git a/packages/sources/solana-view-function/README.md b/packages/sources/solana-view-function/README.md index 2bd8d4cbe0..b6ee50b29b 100644 --- a/packages/sources/solana-view-function/README.md +++ b/packages/sources/solana-view-function/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Solana-view-function -![2.1.24](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/solana-view-function/package.json) +![2.1.25](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/solana-view-function/package.json) The Solana view function adapter can be used to query account information from the Solana blockchain diff --git a/packages/sources/solana-view-function/package.json b/packages/sources/solana-view-function/package.json index 7b6153cb96..432d59c178 100644 --- a/packages/sources/solana-view-function/package.json +++ b/packages/sources/solana-view-function/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/solana-view-function-adapter", - "version": "2.1.24", + "version": "2.1.25", "description": "Chainlink solana-view-function adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/spectral-macro-score/CHANGELOG.md b/packages/sources/spectral-macro-score/CHANGELOG.md index f443124a55..b687950dce 100644 --- a/packages/sources/spectral-macro-score/CHANGELOG.md +++ b/packages/sources/spectral-macro-score/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/spectral-macro-score-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/spectral-macro-score/package.json b/packages/sources/spectral-macro-score/package.json index e027e223cd..353cf56e6e 100644 --- a/packages/sources/spectral-macro-score/package.json +++ b/packages/sources/spectral-macro-score/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/spectral-macro-score-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink spectral-macro-score adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/sportsdataio/CHANGELOG.md b/packages/sources/sportsdataio/CHANGELOG.md index 6a9bf8d0a4..c8b137c632 100644 --- a/packages/sources/sportsdataio/CHANGELOG.md +++ b/packages/sources/sportsdataio/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/sportsdataio-adapter +## 1.1.53 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.52 ### Patch Changes diff --git a/packages/sources/sportsdataio/package.json b/packages/sources/sportsdataio/package.json index 88e234d837..5faff69225 100644 --- a/packages/sources/sportsdataio/package.json +++ b/packages/sources/sportsdataio/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/sportsdataio-adapter", - "version": "1.1.52", + "version": "1.1.53", "description": "Chainlink sportsdataio adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/stasis/CHANGELOG.md b/packages/sources/stasis/CHANGELOG.md index fa24a28990..5482a30b7c 100644 --- a/packages/sources/stasis/CHANGELOG.md +++ b/packages/sources/stasis/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/stasis-adapter +## 1.1.40 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.39 ### Patch Changes diff --git a/packages/sources/stasis/README.md b/packages/sources/stasis/README.md index 1c8ffa6610..b95e28a9fa 100644 --- a/packages/sources/stasis/README.md +++ b/packages/sources/stasis/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Stasis -![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/stasis/package.json) +![1.1.40](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/stasis/package.json) Stasis adapter to get Circulating Supply of EURS diff --git a/packages/sources/stasis/package.json b/packages/sources/stasis/package.json index 30ab6c1f29..08332c32c8 100644 --- a/packages/sources/stasis/package.json +++ b/packages/sources/stasis/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/stasis-adapter", - "version": "1.1.39", + "version": "1.1.40", "description": "Chainlink stasis adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/synthetix-debt-pool/CHANGELOG.md b/packages/sources/synthetix-debt-pool/CHANGELOG.md index bd6d39b703..4135c3fcaf 100644 --- a/packages/sources/synthetix-debt-pool/CHANGELOG.md +++ b/packages/sources/synthetix-debt-pool/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/synthetix-debt-pool-adapter +## 3.1.9 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 3.1.8 ### Patch Changes diff --git a/packages/sources/synthetix-debt-pool/package.json b/packages/sources/synthetix-debt-pool/package.json index d6ff83bada..99b69c73c5 100644 --- a/packages/sources/synthetix-debt-pool/package.json +++ b/packages/sources/synthetix-debt-pool/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/synthetix-debt-pool-adapter", - "version": "3.1.8", + "version": "3.1.9", "description": "Chainlink synthetix-debt-pool adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/taapi/CHANGELOG.md b/packages/sources/taapi/CHANGELOG.md index e93929e656..9b6942e3ac 100644 --- a/packages/sources/taapi/CHANGELOG.md +++ b/packages/sources/taapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/taapi-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/taapi/README.md b/packages/sources/taapi/README.md index 37627ad7c6..45534d02db 100644 --- a/packages/sources/taapi/README.md +++ b/packages/sources/taapi/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for taapi.io -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/taapi/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/taapi/package.json) Base URL https://api.taapi.io/ diff --git a/packages/sources/taapi/package.json b/packages/sources/taapi/package.json index dfe3b99493..65143dd020 100644 --- a/packages/sources/taapi/package.json +++ b/packages/sources/taapi/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/taapi-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink taapi adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/terra-view-function/CHANGELOG.md b/packages/sources/terra-view-function/CHANGELOG.md index d05c1cb8ee..ca80374f99 100644 --- a/packages/sources/terra-view-function/CHANGELOG.md +++ b/packages/sources/terra-view-function/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/terra-view-function-adapter +## 1.2.22 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.21 ### Patch Changes diff --git a/packages/sources/terra-view-function/README.md b/packages/sources/terra-view-function/README.md index a66e04ee1d..aa81a4decf 100644 --- a/packages/sources/terra-view-function/README.md +++ b/packages/sources/terra-view-function/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for querying Terra view functions -![1.2.21](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/terra-view-function/package.json) +![1.2.22](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/terra-view-function/package.json) This external adapter allows querying contracts on the Terra blockchain. A list of public endpoints can be found [here](https://docs.terra.money/Reference/endpoints.html). Please only use these for testing, not in production, as they are not secure. diff --git a/packages/sources/terra-view-function/package.json b/packages/sources/terra-view-function/package.json index d1e322d146..62a08acbd7 100644 --- a/packages/sources/terra-view-function/package.json +++ b/packages/sources/terra-view-function/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/terra-view-function-adapter", - "version": "1.2.21", + "version": "1.2.22", "description": "Chainlink terra-view-function adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/therundown/CHANGELOG.md b/packages/sources/therundown/CHANGELOG.md index 0a052c58f8..dded71b5ff 100644 --- a/packages/sources/therundown/CHANGELOG.md +++ b/packages/sources/therundown/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/therundown-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/therundown/README.md b/packages/sources/therundown/README.md index 2d5879a1ce..560c752242 100644 --- a/packages/sources/therundown/README.md +++ b/packages/sources/therundown/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for TheRundown -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/therundown/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/therundown/package.json) Base URL https://therundown-therundown-v1.p.rapidapi.com/ diff --git a/packages/sources/therundown/package.json b/packages/sources/therundown/package.json index c34f3fce63..bcb82f6db7 100644 --- a/packages/sources/therundown/package.json +++ b/packages/sources/therundown/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/therundown-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink therundown adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/tiingo/CHANGELOG.md b/packages/sources/tiingo/CHANGELOG.md index 398e979a39..b4f122892f 100644 --- a/packages/sources/tiingo/CHANGELOG.md +++ b/packages/sources/tiingo/CHANGELOG.md @@ -1,5 +1,14 @@ ## v1.1.0 +## 1.10.10 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.10.9 ### Patch Changes diff --git a/packages/sources/tiingo/package.json b/packages/sources/tiingo/package.json index 5bf416f7b7..3895253244 100644 --- a/packages/sources/tiingo/package.json +++ b/packages/sources/tiingo/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/tiingo-adapter", - "version": "1.10.9", + "version": "1.10.10", "description": "Chainlink tiingo adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/tradermade/CHANGELOG.md b/packages/sources/tradermade/CHANGELOG.md index 0dcacb0c84..d0de7c6ccf 100644 --- a/packages/sources/tradermade/CHANGELOG.md +++ b/packages/sources/tradermade/CHANGELOG.md @@ -1,5 +1,14 @@ ## v1.1.0 +## 1.6.36 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.6.35 ### Patch Changes diff --git a/packages/sources/tradermade/README.md b/packages/sources/tradermade/README.md index 3a8e42c645..b325eb6eff 100644 --- a/packages/sources/tradermade/README.md +++ b/packages/sources/tradermade/README.md @@ -2,7 +2,7 @@ This adapter only has Websocket support for the forex endpoint. -![1.6.35](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tradermade/package.json) +![1.6.36](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tradermade/package.json) Base URL wss://marketdata.tradermade.com/feedadv diff --git a/packages/sources/tradermade/package.json b/packages/sources/tradermade/package.json index b8b6217ff0..c54fa8383c 100644 --- a/packages/sources/tradermade/package.json +++ b/packages/sources/tradermade/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/tradermade-adapter", - "version": "1.6.35", + "version": "1.6.36", "description": "Chainlink tradermade adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/tradingeconomics/CHANGELOG.md b/packages/sources/tradingeconomics/CHANGELOG.md index c20cd3e7e4..818d3ff486 100644 --- a/packages/sources/tradingeconomics/CHANGELOG.md +++ b/packages/sources/tradingeconomics/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/tradingeconomics-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/tradingeconomics/README.md b/packages/sources/tradingeconomics/README.md index ca3a2006cd..d343cffc86 100644 --- a/packages/sources/tradingeconomics/README.md +++ b/packages/sources/tradingeconomics/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Tradingeconomics -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tradingeconomics/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tradingeconomics/package.json) This adapter uses the Tradingeconomics WS stream diff --git a/packages/sources/tradingeconomics/package.json b/packages/sources/tradingeconomics/package.json index 453a17a51a..1c74401069 100644 --- a/packages/sources/tradingeconomics/package.json +++ b/packages/sources/tradingeconomics/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/tradingeconomics-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink TradingEconomics adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/trueusd/CHANGELOG.md b/packages/sources/trueusd/CHANGELOG.md index 29d9530ae6..dbf25117d3 100644 --- a/packages/sources/trueusd/CHANGELOG.md +++ b/packages/sources/trueusd/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/trueusd-adapter +## 1.2.10 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.9 ### Patch Changes diff --git a/packages/sources/trueusd/README.md b/packages/sources/trueusd/README.md index 0af492c980..f73d405d20 100644 --- a/packages/sources/trueusd/README.md +++ b/packages/sources/trueusd/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for TrueUSD -![1.2.9](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/trueusd/package.json) +![1.2.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/trueusd/package.json) Base URL https://api.real-time-attest.trustexplorer.io diff --git a/packages/sources/trueusd/package.json b/packages/sources/trueusd/package.json index 4633961d64..f5cb748d76 100644 --- a/packages/sources/trueusd/package.json +++ b/packages/sources/trueusd/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/trueusd-adapter", - "version": "1.2.9", + "version": "1.2.10", "description": "Chainlink TrueUSD adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/twelvedata/CHANGELOG.md b/packages/sources/twelvedata/CHANGELOG.md index 1577e847fa..a1333f36dc 100644 --- a/packages/sources/twelvedata/CHANGELOG.md +++ b/packages/sources/twelvedata/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/twelvedata-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/twelvedata/README.md b/packages/sources/twelvedata/README.md index 3cb0cd62bd..81d9c276b5 100644 --- a/packages/sources/twelvedata/README.md +++ b/packages/sources/twelvedata/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Twelvedata -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/twelvedata/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/twelvedata/package.json) `closing` endpoint provides the closing price of the previous day as detailed in [Twelvedata documentation](https://twelvedata.com/docs#end-of-day-price). diff --git a/packages/sources/twelvedata/package.json b/packages/sources/twelvedata/package.json index 894ea9b828..afe64c209c 100644 --- a/packages/sources/twelvedata/package.json +++ b/packages/sources/twelvedata/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/twelvedata-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink twelvedata adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/unibit/CHANGELOG.md b/packages/sources/unibit/CHANGELOG.md index 1a989b7e14..324bdaab09 100644 --- a/packages/sources/unibit/CHANGELOG.md +++ b/packages/sources/unibit/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/unibit-adapter +## 1.3.34 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.33 ### Patch Changes diff --git a/packages/sources/unibit/README.md b/packages/sources/unibit/README.md index 080eb6f6b3..09e6b249ce 100644 --- a/packages/sources/unibit/README.md +++ b/packages/sources/unibit/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Unibit -![1.3.33](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/unibit/package.json) +![1.3.34](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/unibit/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/unibit/package.json b/packages/sources/unibit/package.json index 2410c9eec0..08fa9631ec 100644 --- a/packages/sources/unibit/package.json +++ b/packages/sources/unibit/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/unibit-adapter", - "version": "1.3.33", + "version": "1.3.34", "description": "Chainlink unibit adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/uniswap-v2/CHANGELOG.md b/packages/sources/uniswap-v2/CHANGELOG.md index 7d4d5aabd9..67707124b6 100644 --- a/packages/sources/uniswap-v2/CHANGELOG.md +++ b/packages/sources/uniswap-v2/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/uniswap-v2-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/uniswap-v2/README.md b/packages/sources/uniswap-v2/README.md index 46acc0a2f8..a65024e1e3 100644 --- a/packages/sources/uniswap-v2/README.md +++ b/packages/sources/uniswap-v2/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Uniswap V2 -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/uniswap-v2/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/uniswap-v2/package.json) This adapter allows querying Uniswap V2 contracts diff --git a/packages/sources/uniswap-v2/package.json b/packages/sources/uniswap-v2/package.json index cd14464826..ebe5af7782 100644 --- a/packages/sources/uniswap-v2/package.json +++ b/packages/sources/uniswap-v2/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/uniswap-v2-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink uniswap-v2 adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/uniswap-v3/CHANGELOG.md b/packages/sources/uniswap-v3/CHANGELOG.md index 4612a24d43..ded73ba9bf 100644 --- a/packages/sources/uniswap-v3/CHANGELOG.md +++ b/packages/sources/uniswap-v3/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/uniswap-v3-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/uniswap-v3/README.md b/packages/sources/uniswap-v3/README.md index 7d5fed1628..8518b2ec22 100644 --- a/packages/sources/uniswap-v3/README.md +++ b/packages/sources/uniswap-v3/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Uniswap V3 -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/uniswap-v3/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/uniswap-v3/package.json) This adapter allows querying Uniswap V3 contracts diff --git a/packages/sources/uniswap-v3/package.json b/packages/sources/uniswap-v3/package.json index 01e3843e85..979fdda53d 100644 --- a/packages/sources/uniswap-v3/package.json +++ b/packages/sources/uniswap-v3/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/uniswap-v3-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink uniswap-v3 adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/upvest/CHANGELOG.md b/packages/sources/upvest/CHANGELOG.md index e8b3b95a15..fdfa9ed4d8 100644 --- a/packages/sources/upvest/CHANGELOG.md +++ b/packages/sources/upvest/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/upvest-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/upvest/README.md b/packages/sources/upvest/README.md index f964b99e45..45a2af5100 100644 --- a/packages/sources/upvest/README.md +++ b/packages/sources/upvest/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Upvest -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/upvest/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/upvest/package.json) Base URL https://fees.upvest.co diff --git a/packages/sources/upvest/package.json b/packages/sources/upvest/package.json index d7005b04fd..57eb487bd3 100644 --- a/packages/sources/upvest/package.json +++ b/packages/sources/upvest/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/upvest-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink upvest adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/uscpi-one/CHANGELOG.md b/packages/sources/uscpi-one/CHANGELOG.md index 78a62409d4..fb11f4ab3f 100644 --- a/packages/sources/uscpi-one/CHANGELOG.md +++ b/packages/sources/uscpi-one/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/uscpi-one-adapter +## 1.2.15 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.14 ### Patch Changes diff --git a/packages/sources/uscpi-one/README.md b/packages/sources/uscpi-one/README.md index c07259983a..0f346ad3a9 100644 --- a/packages/sources/uscpi-one/README.md +++ b/packages/sources/uscpi-one/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for US Consumer Price Index (USCPI) -![1.2.14](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/uscpi-one/package.json) +![1.2.15](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/uscpi-one/package.json) Base URL https://api.bls.gov/publicAPI/v2 diff --git a/packages/sources/uscpi-one/package.json b/packages/sources/uscpi-one/package.json index bb03f66ee6..250446023a 100644 --- a/packages/sources/uscpi-one/package.json +++ b/packages/sources/uscpi-one/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/uscpi-one-adapter", - "version": "1.2.14", + "version": "1.2.15", "description": "Chainlink uscpi-one adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/view-function/CHANGELOG.md b/packages/sources/view-function/CHANGELOG.md index 69494c155d..114d5a792e 100644 --- a/packages/sources/view-function/CHANGELOG.md +++ b/packages/sources/view-function/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/view-function-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/view-function/README.md b/packages/sources/view-function/README.md index 25f2cb225c..99ad399467 100644 --- a/packages/sources/view-function/README.md +++ b/packages/sources/view-function/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for View-Function -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/view-function/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/view-function/package.json) External adapter for executing contract function and returning the result diff --git a/packages/sources/view-function/package.json b/packages/sources/view-function/package.json index 11109c31cb..22712db2b5 100644 --- a/packages/sources/view-function/package.json +++ b/packages/sources/view-function/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/view-function-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink view-function adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/wbtc-address-set/CHANGELOG.md b/packages/sources/wbtc-address-set/CHANGELOG.md index bd625817a7..e4bc4e2f98 100644 --- a/packages/sources/wbtc-address-set/CHANGELOG.md +++ b/packages/sources/wbtc-address-set/CHANGELOG.md @@ -1,5 +1,16 @@ # @chainlink/wbtc-address-set-adapter +## 1.3.41 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] +- Updated dependencies [686bdb5ce] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/proof-of-reserves-adapter@1.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.3.40 ### Patch Changes diff --git a/packages/sources/wbtc-address-set/README.md b/packages/sources/wbtc-address-set/README.md index 168c918246..27a79aeebc 100644 --- a/packages/sources/wbtc-address-set/README.md +++ b/packages/sources/wbtc-address-set/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapters for querying wBTC custodial address set -![1.3.40](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wbtc-address-set/package.json) +![1.3.41](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wbtc-address-set/package.json) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/wbtc-address-set/package.json b/packages/sources/wbtc-address-set/package.json index 5dcc6c7414..9675386223 100644 --- a/packages/sources/wbtc-address-set/package.json +++ b/packages/sources/wbtc-address-set/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/wbtc-address-set-adapter", - "version": "1.3.40", + "version": "1.3.41", "description": "Chainlink adapter to query wBTC address set.", "keywords": [ "Chainlink", diff --git a/packages/sources/wootrade/CHANGELOG.md b/packages/sources/wootrade/CHANGELOG.md index 97acab9f31..db09fd727a 100644 --- a/packages/sources/wootrade/CHANGELOG.md +++ b/packages/sources/wootrade/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/wootrade-adapter +## 1.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.1.38 ### Patch Changes diff --git a/packages/sources/wootrade/README.md b/packages/sources/wootrade/README.md index ddb8eb73f1..03a7781a3e 100644 --- a/packages/sources/wootrade/README.md +++ b/packages/sources/wootrade/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Wootrade -![1.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wootrade/package.json) +![1.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wootrade/package.json) Adapter using the public Wootrade market API for both HTTP(s) and WS. diff --git a/packages/sources/wootrade/package.json b/packages/sources/wootrade/package.json index 633db89bad..0a7931030e 100644 --- a/packages/sources/wootrade/package.json +++ b/packages/sources/wootrade/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/wootrade-adapter", - "version": "1.1.38", + "version": "1.1.39", "description": "Chainlink wootrade adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/wrapped/CHANGELOG.md b/packages/sources/wrapped/CHANGELOG.md index 9d803cb978..4971b9ca5e 100644 --- a/packages/sources/wrapped/CHANGELOG.md +++ b/packages/sources/wrapped/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/wrapped-adapter +## 2.1.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.1.38 ### Patch Changes diff --git a/packages/sources/wrapped/README.md b/packages/sources/wrapped/README.md index 110e35f0b3..94cc7428f5 100644 --- a/packages/sources/wrapped/README.md +++ b/packages/sources/wrapped/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for Wrapped -![2.1.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wrapped/package.json) +![2.1.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wrapped/package.json) Base URL http://chainlink.wrappedeng.com diff --git a/packages/sources/wrapped/package.json b/packages/sources/wrapped/package.json index dddbac5040..b483d737c9 100644 --- a/packages/sources/wrapped/package.json +++ b/packages/sources/wrapped/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/wrapped-adapter", - "version": "2.1.38", + "version": "2.1.39", "description": "Chainlink wrapped adapter.", "keywords": [ "Chainlink", diff --git a/packages/sources/xbto/CHANGELOG.md b/packages/sources/xbto/CHANGELOG.md index 4521abd59e..313c87beb7 100644 --- a/packages/sources/xbto/CHANGELOG.md +++ b/packages/sources/xbto/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/xbto-adapter +## 1.2.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.2.38 ### Patch Changes diff --git a/packages/sources/xbto/README.md b/packages/sources/xbto/README.md index 10b5de4eaf..e0cb50cc24 100644 --- a/packages/sources/xbto/README.md +++ b/packages/sources/xbto/README.md @@ -1,6 +1,6 @@ # Chainlink External Adapter for XBTO -![1.2.38](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/xbto/package.json) +![1.2.39](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/xbto/package.json) Base URL https://fpiw7f0axc.execute-api.us-east-1.amazonaws.com diff --git a/packages/sources/xbto/package.json b/packages/sources/xbto/package.json index a0a6878538..bc996aa122 100644 --- a/packages/sources/xbto/package.json +++ b/packages/sources/xbto/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/xbto-adapter", - "version": "1.2.38", + "version": "1.2.39", "description": "Chainlink xbto adapter.", "keywords": [ "Chainlink", diff --git a/packages/targets/agoric/CHANGELOG.md b/packages/targets/agoric/CHANGELOG.md index 537d9333af..c9e8ab789b 100644 --- a/packages/targets/agoric/CHANGELOG.md +++ b/packages/targets/agoric/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/agoric-adapter +## 2.0.39 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 2.0.38 ### Patch Changes diff --git a/packages/targets/agoric/package.json b/packages/targets/agoric/package.json index 7bca44c2f5..25577a9104 100644 --- a/packages/targets/agoric/package.json +++ b/packages/targets/agoric/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/agoric-adapter", - "version": "2.0.38", + "version": "2.0.39", "description": "Chainlink adapter to post to the Agoric blockchain", "keywords": [ "Chainlink", diff --git a/packages/targets/conflux/CHANGELOG.md b/packages/targets/conflux/CHANGELOG.md index 2322fadbb4..bc9dc1591e 100644 --- a/packages/targets/conflux/CHANGELOG.md +++ b/packages/targets/conflux/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/conflux-adapter +## 1.0.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.53 ### Patch Changes diff --git a/packages/targets/conflux/package.json b/packages/targets/conflux/package.json index f1760607cb..b648c01c78 100644 --- a/packages/targets/conflux/package.json +++ b/packages/targets/conflux/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/conflux-adapter", - "version": "1.0.53", + "version": "1.0.54", "description": "Chainlink conflux adapter.", "keywords": [ "Chainlink", diff --git a/packages/targets/dydx-stark/CHANGELOG.md b/packages/targets/dydx-stark/CHANGELOG.md index 10483f4032..9ac0ce8b82 100644 --- a/packages/targets/dydx-stark/CHANGELOG.md +++ b/packages/targets/dydx-stark/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/dydx-stark-adapter +## 1.0.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.53 ### Patch Changes diff --git a/packages/targets/dydx-stark/package.json b/packages/targets/dydx-stark/package.json index 82ed5aa17a..b9b87b4420 100644 --- a/packages/targets/dydx-stark/package.json +++ b/packages/targets/dydx-stark/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/dydx-stark-adapter", - "version": "1.0.53", + "version": "1.0.54", "description": "Chainlink dydx-stark adapter.", "keywords": [ "Chainlink", diff --git a/packages/targets/ethwrite/CHANGELOG.md b/packages/targets/ethwrite/CHANGELOG.md index 7b2b3c1376..247c54e678 100644 --- a/packages/targets/ethwrite/CHANGELOG.md +++ b/packages/targets/ethwrite/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/ethwrite-adapter +## 1.0.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.53 ### Patch Changes diff --git a/packages/targets/ethwrite/package.json b/packages/targets/ethwrite/package.json index 9a42a9a4c9..6cba969747 100644 --- a/packages/targets/ethwrite/package.json +++ b/packages/targets/ethwrite/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/ethwrite-adapter", - "version": "1.0.53", + "version": "1.0.54", "description": "Chainlink ethwrite adapter.", "keywords": [ "ethtx", diff --git a/packages/targets/harmony/CHANGELOG.md b/packages/targets/harmony/CHANGELOG.md index cd6f232a4e..e8d59fb07f 100644 --- a/packages/targets/harmony/CHANGELOG.md +++ b/packages/targets/harmony/CHANGELOG.md @@ -1,5 +1,14 @@ # @chainlink/harmony-adapter +## 1.0.54 + +### Patch Changes + +- Updated dependencies [346fa7d45] +- Updated dependencies [979dbe1d7] + - @chainlink/ea-bootstrap@2.8.0 + - @chainlink/ea-test-helpers@1.2.0 + ## 1.0.53 ### Patch Changes diff --git a/packages/targets/harmony/package.json b/packages/targets/harmony/package.json index 71c137e50b..aef5b3be6c 100644 --- a/packages/targets/harmony/package.json +++ b/packages/targets/harmony/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/harmony-adapter", - "version": "1.0.53", + "version": "1.0.54", "description": "Chainlink harmony adapter.", "keywords": [ "Chainlink",