Skip to content

Commit 1bcc1b9

Browse files
committed
Format
1 parent 6c42d06 commit 1bcc1b9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bin/check-config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ async function main() {
475475
}
476476
}
477477

478-
479478
for (const contract of resultData.data.duplicate_config) {
480479
if (allAddressesInDataConfig.includes(contract.id)) {
481480
console.error(`${chain}: Contract ${contract.id} is discovered from factory as well`)

data/zksync_data.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@
1616
"0xf3c2b394c2015e5394a5f97ab18b73a97976a650",
1717
"0xfb153dd6cb2de5219b36b8c95f2c528a34e2912b"
1818
],
19-
"no_factory_boosts": [
20-
"0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4"
21-
]
19+
"no_factory_boosts": ["0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4"]
2220
}

0 commit comments

Comments
 (0)