From 897cf55d0a30ba03f273302caabd44ce96342c57 Mon Sep 17 00:00:00 2001 From: cristovaoth Date: Tue, 26 Sep 2023 16:57:09 +0200 Subject: [PATCH 1/2] Update Delay Mastercopy --- sdk/contracts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/contracts.ts b/sdk/contracts.ts index 9e5e5b2e..b61e4154 100644 --- a/sdk/contracts.ts +++ b/sdk/contracts.ts @@ -83,7 +83,7 @@ const CanonicalAddresses: Record< "1.0.0": "0x03B5eBD2CB2e3339E93774A1Eb7c8634B8C393A9", }, [KnownContracts.DELAY]: { - "1.0.0": "0xD62129BF40CD1694b3d9D9847367783a1A4d5cB4", + "1.0.0": "0xd54895B1121A2eE3f37b502F507631FA1331BED6", }, [KnownContracts.FACTORY]: { "1.0.0": "0x00000000062c52e29e8029dc2413172f6d619d85", From 9af544390c309adcea23aa443b2f7cf7fe67be47 Mon Sep 17 00:00:00 2001 From: cristovaoth Date: Tue, 26 Sep 2023 17:00:19 +0200 Subject: [PATCH 2/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a607b2a3..7a001a59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis.pm/zodiac", - "version": "3.3.8", + "version": "3.3.9", "description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.", "author": "Auryn Macmillan ", "license": "LGPL-3.0+",