TokenUriResolver
The registry serves metadata for all Juciebox Protocol v2 projects.
Code
https://github.com/jbx-protocol/juice-token-resolver/blob/main/src/TokenUriResolver.sol
Addresses
Ethereum mainnet: 0x2c39bb41e2af6bec6c3bb102c07c15eda648a366
Goerli testnet: 0x082d3969f2b7988b0362e8bd4f2af9bbd2fed36c
Notes
The default metadata for all projects can be updated by the contract owner.
Juicebox project owners and operators can override the default metadata for their project with their own IJBTokenUriResolver contracts. The Token Resolver Template repo can help you get started writing a custom Juicebox project token resolver. To get started making onchain SVGs, consult the Juice SVG Template repo.
Inheritance
Inherits: IJBTokenUriResolver
, JBOperatable
, Ownable