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

Commit

Permalink
Improve address analyzer 'Contract changed' log (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsidzej authored Oct 20, 2023
1 parent aaa3eb7 commit 7d348a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @l2beat/discovery

## 0.18.3

### Patch Changes

- Fix address analyzer log output

## 0.18.2

### 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.18.2",
"version": "0.18.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class AddressAnalyzer {
this.logger.log(
`Some values changed on contract ${
contract.name
}(${contract.address.toString()})})`,
}(${contract.address.toString()})`,
)
return true
}
Expand Down

0 comments on commit 7d348a6

Please sign in to comment.