deployed to Sepolia; liqp-deployments.json

This commit is contained in:
tim
2025-10-16 16:16:41 -04:00
parent 38371614fc
commit e948067167
18 changed files with 304 additions and 64 deletions

View File

@@ -7,10 +7,10 @@ remappings = [
'@abdk/=lib/abdk-libraries-solidity/',
]
optimizer=true
optimizer_runs=999999999
optimizer_runs=100000000 # maximum value allowed by etherscan's verifier XD. The max value is formally 2^32-1
viaIR=true
gas_reports = ['PartyPool', 'PartyPoolBalancedPair', 'PartyPlanner', 'PartyPoolSwapImpl', 'PartyPoolMintImpl',]
fs_permissions = [{ access = "write", path = "chain.json"}]
fs_permissions = [{ access = "write", path = "liqp-deployments.json"}]
[lint]
lint_on_build=false # more annoying than helpful