Skip to content

Commit 4a8874a

Browse files
authored
Merge pull request #706 from xch-dev/hong-kong-theme-did
Add the Hong Kong Chia Meetup DID as a theme DID
2 parents 191da7a + e0b8d01 commit 4a8874a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/sage/src/endpoints/data.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,10 +814,11 @@ impl Sage {
814814
.transpose()?;
815815

816816
let special_use_type =
817-
// this is the hash collection id for the themes collection plus the testnet minter did
818-
// need a mainnet collection hash too
817+
// DIDs allowed to mint themes, including the Sage Theme DID on mainnet and testnet,
818+
// and the Hong Kong Chia Meetup DID on mainnet.
819819
if minter_did.as_deref() == Some("did:chia:1c9mxmqnyaymseunws8r0dfxwpfjxetha53lk72wm7syxkln6perqapkpzw") ||
820-
minter_did.as_deref() == Some("did:chia:1zd2xvqryne68j3ju38r85j4kefzr03dj4dxr0jtdh7gy2g3zpf6q49ulqs") {
820+
minter_did.as_deref() == Some("did:chia:1zd2xvqryne68j3ju38r85j4kefzr03dj4dxr0jtdh7gy2g3zpf6q49ulqs") ||
821+
minter_did.as_deref() == Some("did:chia:1v2cru3gunszzjd5vuplmf2v5wr2mh9kfc39tlvdml7xlyxqp9v3s29j026") {
821822
Some(NftSpecialUseType::Theme)
822823
} else {
823824
None

0 commit comments

Comments
 (0)