From b0b1c257a8e1936aa592a1217b3585fd0a1238f3 Mon Sep 17 00:00:00 2001 From: Auryn Macmillan Date: Thu, 25 Apr 2024 11:33:13 +1000 Subject: [PATCH 1/2] Update package.json bumps the package version and updates author email address --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2286dde..110c57e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@gnosis.pm/zodiac", - "version": "4.0.1", + "version": "4.0.3", "description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.", - "author": "Auryn Macmillan ", + "author": "Auryn Macmillan ", "license": "LGPL-3.0+", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", From b4316e64999e09aef323aa725e31ee8fa3585cc7 Mon Sep 17 00:00:00 2001 From: Auryn Macmillan Date: Thu, 25 Apr 2024 11:38:59 +1000 Subject: [PATCH 2/2] fix typo --- sdk/contracts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/contracts.ts b/sdk/contracts.ts index b8a4fab..d927222 100644 --- a/sdk/contracts.ts +++ b/sdk/contracts.ts @@ -55,7 +55,7 @@ export enum SupportedNetworks { Sepolia = 11155111, CoreTestnet = 1115, Core = 1116, - Base = 8453 + Base = 8453, } // const canonicalMasterCopyAddress = (contract: KnownContracts) => { @@ -221,6 +221,7 @@ export const ContractVersions: Record< ...CanonicalAddresses, [KnownContracts.TELLOR]: { "2.1.0": "0x5F05cd402BF4017970fe390D43B20C3dC3832CD9", + }, [KnownContracts.OPTIMISTIC_GOVERNOR]: { "1.2.0": "0x40153DdFAd90C49dbE3F5c9F96f2a5B25ec67461", },