diff --git a/contracts/external/cw-abc/schema/cw-abc.json b/contracts/external/cw-abc/schema/cw-abc.json index fbdd1c117..4479b78cf 100644 --- a/contracts/external/cw-abc/schema/cw-abc.json +++ b/contracts/external/cw-abc/schema/cw-abc.json @@ -8,6 +8,7 @@ "type": "object", "required": [ "curve_type", + "fees_recipient", "phase_config", "reserve", "supply", @@ -22,6 +23,10 @@ } ] }, + "fees_recipient": { + "description": "The recipient for any fees collected from bonding curve operation", + "type": "string" + }, "hatcher_allowlist": { "description": "TODO different ways of doing this, for example DAO members? Using a whitelist contract? Merkle tree? Hatcher allowlist", "type": [