development environment updates (no logic changes)

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-09-04 11:49:23 +03:00
parent 0860792f12
commit 2e35fb24c7
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 11 additions and 24 deletions

View File

@ -25,11 +25,11 @@ usage() {
echo "7) BondDepository"
echo "8) StakingDistributor"
echo "9) BondingCalculator"
echo "10) Gatekeeper"
echo "11) Governor"
echo "12) AfterPartyFirst"
echo "13) AfterPartySecond"
echo "14) AfterPartyThird"
echo "10) Governor"
echo "11) AfterPartyFirst"
echo "12) AfterPartySecond"
echo "13) AfterPartyThird"
echo "14) Gatekeeper"
exit 1
}
@ -111,15 +111,15 @@ for i in $(seq $START $END); do
elif [ "9" == "$i" ]; then
CONTRACT="BondingCalculator"
elif [ "10" == "$i" ]; then
CONTRACT="Gatekeeper"
elif [ "11" == "$i" ]; then
CONTRACT="Governor"
elif [ "12" == "$i" ]; then
elif [ "11" == "$i" ]; then
CONTRACT="AfterPartyFirst"
elif [ "13" == "$i" ]; then
elif [ "12" == "$i" ]; then
CONTRACT="AfterPartySecond"
elif [ "14" == "$i" ]; then
elif [ "13" == "$i" ]; then
CONTRACT="AfterPartyThird"
elif [ "14" == "$i" ]; then
CONTRACT="Gatekeeper"
else
echo "No contract found for index $i"
exit

View File

@ -8,20 +8,7 @@ optimizer = true
optimizer_runs = 10000
solc_version = "0.8.20"
gas_reports = [
"Fatso",
"Ghost",
"Stinky",
"GhostAuthority",
"GhostStaking",
"GhostBondDepository",
"GhostDistributor",
"GhostBondingCalculator",
"GhostTreasury",
"GhostGovernorExposed",
"GatekeeperWeaver",
"Gatekeeper",
]
gas_reports = ["*"]
remappings = [
"@openzeppelin-contracts/=dependencies/@openzeppelin-contracts-5.0.2/",
"@uniswap-v2-core/=dependencies/@uniswap-v2-core-1.0.1/contracts",