Skip to content

Commit 3c6ffd8

Browse files
Release 1.87.0
1 parent d271dd2 commit 3c6ffd8

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

.changeset/chatty-trainers-trade.md

-5
This file was deleted.

.changeset/poor-wasps-collect.md

-5
This file was deleted.

MASTERLIST.md

+26-26
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.86.0",
3+
"version": "1.87.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/layer2-sequencer-health/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chainlink/layer2-sequencer-health-adapter
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- [#2977](https://github.com/smartcontractkit/external-adapters-js/pull/2977) [`d271dd2d7`](https://github.com/smartcontractkit/external-adapters-js/commit/d271dd2d7a7fa58ce1b3a8cd480e77bc69805c3b) Thanks [@austinborn](https://github.com/austinborn)! - Add a requireTxFailure input param which has conditional defaults depending on the network. The default behavior is the same as before for all networks except Base, which now does not use a tx call as the final decider of health.
8+
9+
### Patch Changes
10+
11+
- [#2975](https://github.com/smartcontractkit/external-adapters-js/pull/2975) [`b0ae518ab`](https://github.com/smartcontractkit/external-adapters-js/commit/b0ae518ab8c684db9f334f948fdd072d2133202d) Thanks [@alecgard](https://github.com/alecgard)! - Include the network in L2 Sequencer Health logs
12+
313
## 2.5.0
414

515
### Minor Changes

packages/sources/layer2-sequencer-health/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/layer2-sequencer-health-adapter",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Layer 2 sequencer health check adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)