Same gap as the milestones-side sibling issue: contracts/maintenance-pool/src/lib.rs only exposes get_pool and get_deposit, with no way to read back the configured admin, treasury, or fee_bps on-chain. Add get_admin/get_treasury/get_fee_bps, mirroring escrow's implementation.
Same gap as the milestones-side sibling issue:
contracts/maintenance-pool/src/lib.rsonly exposesget_poolandget_deposit, with no way to read back the configuredadmin,treasury, orfee_bpson-chain. Addget_admin/get_treasury/get_fee_bps, mirroring escrow's implementation.