Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell authored and Jake Hartnell committed Mar 26, 2024
1 parent 9c8768e commit 5be336a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/external/cw-abc/schema/cw-abc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "object",
"required": [
"curve_type",
"fees_recipient",
"phase_config",
"reserve",
"supply",
Expand All @@ -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": [
Expand Down

0 comments on commit 5be336a

Please sign in to comment.