Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json #162

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <auryn.macmillan@gnosis.io>",
"author": "Auryn Macmillan <auryn@gnosisguild.org>",
"license": "LGPL-3.0+",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 2 additions & 1 deletion sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export enum SupportedNetworks {
Sepolia = 11155111,
CoreTestnet = 1115,
Core = 1116,
Base = 8453
Base = 8453,
}

// const canonicalMasterCopyAddress = (contract: KnownContracts) => {
Expand Down Expand Up @@ -221,6 +221,7 @@ export const ContractVersions: Record<
...CanonicalAddresses,
[KnownContracts.TELLOR]: {
"2.1.0": "0x5F05cd402BF4017970fe390D43B20C3dC3832CD9",
},
[KnownContracts.OPTIMISTIC_GOVERNOR]: {
"1.2.0": "0x40153DdFAd90C49dbE3F5c9F96f2a5B25ec67461",
},
Expand Down
Loading