ArtBlocks / artblocks-contracts

Smart contracts that power Art Blocks.
https://artblocks.github.io/artblocks-contracts/#/
GNU Lesser General Public License v3.0
68 stars 29 forks source link

Update dependency registry with convenience functions #1712

Closed ryley-o closed 3 weeks ago

ryley-o commented 4 weeks ago

Description of the change

Update dependency registry with convenience functions for more accessible introspection.

This adds no new capabilities to the Dependency registry, but does prevent a human from needing to use an external service to convert between string and bytes32.

The readme is also simplified to only show mainnet deployments of the entry point addresses.

checklist