FlipsideCrypto / badger

EVM primitive, protocol and app layer that exposes top-down management mechanisms for on-chain organizations. Badger is the key to the existing gates and locks within Web3.
https://www.trybadger.com/
MIT License
22 stars 1 forks source link

feat: archived in contract uri #238

Open nftchance opened 1 year ago

nftchance commented 1 year ago

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"
}
nftchance commented 1 year ago

API and indexer are prepared for this and need to implement it on the frontend.