Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 18, 2024
1 parent 6c42d06 commit 1bcc1b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion bin/check-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ async function main() {
}
}


for (const contract of resultData.data.duplicate_config) {
if (allAddressesInDataConfig.includes(contract.id)) {
console.error(`${chain}: Contract ${contract.id} is discovered from factory as well`)
Expand Down
4 changes: 1 addition & 3 deletions data/zksync_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
"0xf3c2b394c2015e5394a5f97ab18b73a97976a650",
"0xfb153dd6cb2de5219b36b8c95f2c528a34e2912b"
],
"no_factory_boosts": [
"0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4"
]
"no_factory_boosts": ["0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4"]
}

0 comments on commit 1bcc1b9

Please sign in to comment.