File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
crates/sage/src/endpoints Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments