From 0b16e8f7133fd63325c0c47338b08fd3c66befd8 Mon Sep 17 00:00:00 2001 From: nktkas Date: Sat, 1 Aug 2026 22:01:59 +0300 Subject: [PATCH] refactor(api/outcomeMeta): add `deployer` field Co-authored-by: Claude Opus 5 (1M context) --- src/api/info/_methods/outcomeMeta.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/api/info/_methods/outcomeMeta.ts b/src/api/info/_methods/outcomeMeta.ts index 63f8d7cd..c9cbc7d8 100644 --- a/src/api/info/_methods/outcomeMeta.ts +++ b/src/api/info/_methods/outcomeMeta.ts @@ -38,6 +38,11 @@ export type OutcomeMetaResponse = { }[]; /** Quote token for this outcome. */ quoteToken: string; + /** + * Address of the deployer; absent for outcomes not deployed from a template. + * @pattern ^0x[a-fA-F0-9]{40}$ + */ + deployer?: `0x${string}`; }[]; /** Array of prediction market questions. */ questions: {