Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/busy-pumas-leave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-ants-grow.md

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# chainlink-deployments-framework

## 0.78.0

### Minor Changes

- [#695](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/695) [`36b8a3d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/36b8a3de5b4718fd9239c8b550c148b793c1a200) Thanks [@jkongie](https://github.com/jkongie)! - Adds methods to determine the network type of a Chain

- `chain.NetworkType()` - Returns the network type determined by delegating to the `chain-selectors` package
- `chain.IsNetworkType(chainsel.NetworkTypeMainnet)` - Returns a boolean if the network type matches

### Patch Changes

- [#694](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/694) [`b00e038`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/b00e038c1f196308b7df363427ac93efe2ec5c54) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(engine/test): support multiple mcms deployments

Fix MCMS test helpers to support multiple deployments on same chain

This resolves an issue where MCMS test helpers failed when multiple MCMS
instances were deployed on the same chain, causing "multiple CallProxy
addresses found in datastore" errors.

## 0.77.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chainlink-deployments-framework",
"version": "0.77.0",
"version": "0.78.0",
"description": "A deployment framework for chainlink-deployments ",
"private": true,
"scripts": {
Expand Down
Loading