Live mainnet (chainId 16661)
Full deploy log lives in
packages/contracts/deployments/16661.json.
Per-market provisioning
EverycreateMarket(...) call deploys, in one transaction:
- A
PredictionMarketclone (EIP-1167 minimal proxy → ~50k gas). - A fresh
Treasurywhoseprincipalis the new market. - A
GimoAdapterwired to that Treasury (max-approvesst0GtoStakePoolin its constructor).
creator is set as the Treasury operator so they can rebalance their own market without protocol intervention.

