We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c42d06 commit 1bcc1b9Copy full SHA for 1bcc1b9
bin/check-config.ts
@@ -475,7 +475,6 @@ async function main() {
475
}
476
477
478
-
479
for (const contract of resultData.data.duplicate_config) {
480
if (allAddressesInDataConfig.includes(contract.id)) {
481
console.error(`${chain}: Contract ${contract.id} is discovered from factory as well`)
data/zksync_data.json
@@ -16,7 +16,5 @@
16
"0xf3c2b394c2015e5394a5f97ab18b73a97976a650",
17
"0xfb153dd6cb2de5219b36b8c95f2c528a34e2912b"
18
],
19
- "no_factory_boosts": [
20
- "0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4"
21
- ]
+ "no_factory_boosts": ["0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4"]
22
0 commit comments