Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Publish new version to NPM (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszradomski authored Sep 28, 2023
1 parent 38f146e commit 432d4a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-ears-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-colts-carry.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @l2beat/discovery

## 0.5.0

### Minor Changes

- a04ca64: `ConstructorArgsHandler` now derives constructor arguments from block explorer's response instead of raw deploy transaction's data. If it fails to do so, it will fallback to the old behavior using heuristic and try to decode constructor arguments by reading end of the deployment data.
- 38f146e: Add DynamicArrayHandler for fetching the content of internal dynamic arrays.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/discovery",
"description": "L2Beat discovery - engine & tooling utilized for keeping an eye on L2s",
"version": "0.4.1",
"version": "0.5.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down

0 comments on commit 432d4a0

Please sign in to comment.