badger
badger copied to clipboard
feat: archived in contract uri
Instead of having a unique function that archives the Organization and prevents operation, as of #229 it has been moved into the contractURI meaning archived will simply be controlled with:
{
"archived": "true"
}
API and indexer are prepared for this and need to implement it on the frontend.