From 6f2d6942c2ab5e4f31b7a338ae0f578ae309ae9a Mon Sep 17 00:00:00 2001 From: Sabnock01 <24715302+Sabnock01@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:02:29 -0500 Subject: [PATCH] chore: update colormap registry --- src/FlagRenderer.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FlagRenderer.sol b/src/FlagRenderer.sol index 33890ff..6a46b69 100644 --- a/src/FlagRenderer.sol +++ b/src/FlagRenderer.sol @@ -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.