Skip to content

Commit

Permalink
Update factory address and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan authored and cristovaoth committed Dec 22, 2022
1 parent 0a94b66 commit 2cf1c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/zodiac",
"version": "2.0.4",
"version": "2.0.5",
"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
2 changes: 1 addition & 1 deletion src/factory/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const MasterCopyAddresses: Record<KnownContracts, string> = {
[KnownContracts.REALITY_ERC20]: "0x7276813b21623d89BA8984B225d5792943DD7dbF",
[KnownContracts.BRIDGE]: "0x03B5eBD2CB2e3339E93774A1Eb7c8634B8C393A9",
[KnownContracts.DELAY]: "0xD62129BF40CD1694b3d9D9847367783a1A4d5cB4",
[KnownContracts.FACTORY]: "0x00000000000DC7F163742Eb4aBEf650037b1f588",
[KnownContracts.FACTORY]: "0x000000000000aDdB49795b0f9bA5BC298cDda236",
[KnownContracts.EXIT_ERC20]: "0x3ed380a282aDfA3460da28560ebEB2F6D967C9f5",
[KnownContracts.EXIT_ERC721]: "0xE0eCE32Eb4BE4E9224dcec6a4FcB335c1fe05CDe",
[KnownContracts.SCOPE_GUARD]: "0xeF27fcd3965a866b22Fb2d7C689De9AB7e611f1F",
Expand Down

0 comments on commit 2cf1c45

Please sign in to comment.