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

Commit 432d4a0

Browse files
Publish new version to NPM (#46)
1 parent 38f146e commit 432d4a0

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/clean-ears-push.md

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

.changeset/smart-colts-carry.md

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

packages/discovery/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @l2beat/discovery
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
- 38f146e: Add DynamicArrayHandler for fetching the content of internal dynamic arrays.
9+
310
## 0.4.1
411

512
### Patch Changes

packages/discovery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@l2beat/discovery",
33
"description": "L2Beat discovery - engine & tooling utilized for keeping an eye on L2s",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)