DeployEthereum admin address fix; ExercisePOC

This commit is contained in:
tim
2025-11-18 16:44:42 -04:00
parent b37449460c
commit 30a3f4de5d
3 changed files with 95 additions and 20 deletions

View File

@@ -11,7 +11,10 @@ optimizer_runs=100000000 # maximum value allowed by etherscan's verifier XD. The
viaIR=true
#gas_reports = ['PartyPool', 'PartyPoolBalancedPair', 'PartyPlanner', 'PartyPoolSwapImpl', 'PartyPoolMintImpl',]
gas_reports = ['PartyPool', 'PartyPoolBalancedPair', 'PartyPlanner', 'GasHarness']
fs_permissions = [{ access = "write", path = "liqp-deployments.json"}]
fs_permissions = [
{ access = "write", path = "liqp-deployments.json"}, # used for mockchain
{ access = "read", path = "deployment/liqp-deployments.json"}, # production deployments
]
[lint]
lint_on_build=false # more annoying than helpful