Skip to content

Commit

Permalink
chore: update colormap registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabnock01 committed Nov 2, 2023
1 parent 2d5de33 commit 6f2d694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FlagRenderer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ contract FlagRenderer {
// -------------------------------------------------------------------------

/// @notice The colormap registry.
/// @dev v0.0.2
IColormapRegistry constant colormapRegistry =
IColormapRegistry(0x0000000012883D1da628e31c0FE52e35DcF95D50);
IColormapRegistry(0x00000000A84FcdF3E9C165e6955945E87dA2cB0D);

/// @notice Render the JSON and SVG for a Flag token.
/// @param _puzzleData The puzzle data.
Expand Down

0 comments on commit 6f2d694

Please sign in to comment.