diff --git a/contracts/package.json b/contracts/package.json index 15c2ba200..6a2e54082 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@thirdweb-dev/contracts", "description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI", - "version": "3.10.1", + "version": "3.10.2-0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/foundry.toml b/foundry.toml index d0d08bd99..8a646b446 100644 --- a/foundry.toml +++ b/foundry.toml @@ -25,7 +25,7 @@ gas_reports = [ libraries = [] libs = ['lib'] optimizer = true -optimizer_runs = 1 +optimizer_runs = 20 out = 'artifacts_forge' remappings = [ '@chainlink/=lib/chainlink/',