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

Keep Delay mod version history #146

Merged
merged 2 commits into from
Nov 7, 2023
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,6 +1,6 @@
{
"name": "@gnosis.pm/zodiac",
"version": "3.4.1",
"version": "3.4.2",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
"author": "Auryn Macmillan <[email protected]>",
"license": "LGPL-3.0+",
Expand Down Expand Up @@ -92,4 +92,4 @@
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"ethers": "^5.7.1"
}
}
}
3 changes: 2 additions & 1 deletion sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ const CanonicalAddresses: Record<
"1.0.0": "0x03B5eBD2CB2e3339E93774A1Eb7c8634B8C393A9",
},
[KnownContracts.DELAY]: {
"1.0.0": "0xd54895B1121A2eE3f37b502F507631FA1331BED6",
"1.0.0": "0xD62129BF40CD1694b3d9D9847367783a1A4d5cB4",
"1.0.1": "0xd54895B1121A2eE3f37b502F507631FA1331BED6",
},
[KnownContracts.FACTORY]: {
"1.0.0": "0x00000000062c52e29e8029dc2413172f6d619d85",
Expand Down
Loading