Skip to content

Commit 6c49e89

Browse files
authored
chore(protocol-contracts): update optimizer run to 800 for registry (#1638)
1 parent fa8c1de commit 6c49e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-contracts/confidential-token-wrappers-registry/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config: HardhatUserConfig = {
7070
settings: {
7171
optimizer: {
7272
enabled: true,
73-
runs: 200,
73+
runs: 800,
7474
},
7575
evmVersion: 'cancun',
7676
},

0 commit comments

Comments
 (0)