Skip to content

Commit cfe8050

Browse files
reduce runs to 20
1 parent 9a4984e commit cfe8050

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thirdweb-dev/contracts",
33
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4-
"version": "3.4.5",
4+
"version": "3.4.6",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gas_reports = ["Multiwrap", "SignatureDrop"]
88
libraries = []
99
libs = ['lib']
1010
optimizer = true
11-
optimizer_runs = 300
11+
optimizer_runs = 20
1212
out = 'artifacts_forge'
1313
remappings = [
1414
#' @chainlink=node_modules/@chainlink/contracts/src/',

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const config: HardhatUserConfig = {
115115
// https://hardhat.org/hardhat-network/#solidity-optimizer-support
116116
optimizer: {
117117
enabled: true,
118-
runs: 300,
118+
runs: 20,
119119
},
120120
},
121121
},

0 commit comments

Comments
 (0)