deployed to Sepolia; liqp-deployments.json
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user