Skip to content

Commit 0315644

Browse files
committed
(fake) Release implied price
1 parent c476bb6 commit 0315644

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

.changeset/late-shoes-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 11 additions & 1 deletion
Large diffs are not rendered by default.

packages/composites/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
5656

5757
- [anchor](./anchor/README.md)
5858
- [apy-finance](./apy-finance/README.md)
59+
- [apy-finance-test](./apy-finance-test/README.md)
5960
- [augur](./augur/README.md)
6061
- [bitcoin-json-rpc](./bitcoin-json-rpc/README.md)
6162
- [bsol-price](./bsol-price/README.md)
@@ -64,7 +65,9 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
6465
- [curve-3pool](./curve-3pool/README.md)
6566
- [defi-dozen](./defi-dozen/README.md)
6667
- [defi-pulse](./defi-pulse/README.md)
68+
- [dns-record-check](./dns-record-check/README.md)
6769
- [dxdao](./dxdao/README.md)
70+
- [dydx-rewards](./dydx-rewards/README.md)
6871
- [glv-token](./glv-token/README.md)
6972
- [gm-token](./gm-token/README.md)
7073
- [google-weather](./google-weather/README.md)

packages/composites/implied-price/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/implied-price-adapter
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#4055](https://github.com/smartcontractkit/external-adapters-js/pull/4055) [`d63bb4f`](https://github.com/smartcontractkit/external-adapters-js/commit/d63bb4fee0fd7950c7227c525b5a15ca7bfb07c5) Thanks [@dskloetc](https://github.com/dskloetc)! - Handle missing adapters
8+
39
## 1.2.3
410

511
### Patch Changes

packages/composites/implied-price/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/implied-price-adapter",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Chainlink implied-price adapter.",
55
"keywords": [
66
"Chainlink",

packages/sources/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This document was generated automatically. Please see [Master List Generator](..
55
## List
66

77
- [1forge](./1forge/README.md)
8+
- [accuweather](./accuweather/README.md)
89
- [ada-balance](./ada-balance/README.md)
910
- [aleno](./aleno/README.md)
1011
- [alphachain](./alphachain/README.md)
@@ -19,6 +20,7 @@ This document was generated automatically. Please see [Master List Generator](..
1920
- [bank-frick](./bank-frick/README.md)
2021
- [bea](./bea/README.md)
2122
- [binance](./binance/README.md)
23+
- [binance-dex](./binance-dex/README.md)
2224
- [bitex](./bitex/README.md)
2325
- [bitgo](./bitgo/README.md)
2426
- [bitgo-reserves](./bitgo-reserves/README.md)
@@ -43,6 +45,7 @@ This document was generated automatically. Please see [Master List Generator](..
4345
- [coinapi](./coinapi/README.md)
4446
- [coinbase](./coinbase/README.md)
4547
- [coinbase-prime](./coinbase-prime/README.md)
48+
- [coincodex](./coincodex/README.md)
4649
- [coingecko](./coingecko/README.md)
4750
- [coinlore](./coinlore/README.md)
4851
- [coinmarketcap](./coinmarketcap/README.md)
@@ -61,8 +64,10 @@ This document was generated automatically. Please see [Master List Generator](..
6164
- [curve](./curve/README.md)
6265
- [deep-blue](./deep-blue/README.md)
6366
- [deribit](./deribit/README.md)
67+
- [deutsche-boerse](./deutsche-boerse/README.md)
6468
- [dlc-btc-por](./dlc-btc-por/README.md)
6569
- [dns-query](./dns-query/README.md)
70+
- [dwolla](./dwolla/README.md)
6671
- [dxfeed](./dxfeed/README.md)
6772
- [dxfeed-secondary](./dxfeed-secondary/README.md)
6873
- [elven](./elven/README.md)

packages/targets/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This document was generated automatically. Please see [Master List Generator](..
66

77
## List
88

9+
- [agoric](./agoric/README.md)
910
- [conflux](./conflux/README.md)
1011
- [dydx-stark](./dydx-stark/README.md)
12+
- [ethwrite](./ethwrite/README.md)
1113
- [harmony](./harmony/README.md)

0 commit comments

Comments
 (0)