bugout-dev / dao

Moonstream DAO
Apache License 2.0
17 stars 7 forks source link

Add "contractURI" and "setContractURI" to Terminus #29

Closed zomglings closed 2 years ago

zomglings commented 2 years ago

Changes

This change adds two methods to Terminus: contractURI and setContractURI. This contract-level metadata for ERC1155 contracts is used on platforms like Open Sea (https://docs.opensea.io/docs/contract-level-metadata).

How to test these changes?

./test.sh

Related issues