@gnosis-guild/zodiac 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/contracts.js +1 -0
- package/dist/esm/contracts.js +1 -0
- package/package.json +1 -1
package/dist/cjs/contracts.js
CHANGED
|
@@ -114,6 +114,7 @@ const CanonicalAddresses = {
|
|
|
114
114
|
[types_1.KnownContracts.DELAY]: {
|
|
115
115
|
"1.0.0": "0xD62129BF40CD1694b3d9D9847367783a1A4d5cB4",
|
|
116
116
|
"1.0.1": "0xd54895B1121A2eE3f37b502F507631FA1331BED6",
|
|
117
|
+
"1.1.0": "0x01F8cabB808D7dE0dF4202D4B60C8310d2f1339b",
|
|
117
118
|
},
|
|
118
119
|
[types_1.KnownContracts.FACTORY]: {
|
|
119
120
|
"1.0.0": "0x00000000062c52e29e8029dc2413172f6d619d85",
|
package/dist/esm/contracts.js
CHANGED
|
@@ -85,6 +85,7 @@ const CanonicalAddresses = {
|
|
|
85
85
|
[KnownContracts.DELAY]: {
|
|
86
86
|
"1.0.0": "0xD62129BF40CD1694b3d9D9847367783a1A4d5cB4",
|
|
87
87
|
"1.0.1": "0xd54895B1121A2eE3f37b502F507631FA1331BED6",
|
|
88
|
+
"1.1.0": "0x01F8cabB808D7dE0dF4202D4B60C8310d2f1339b",
|
|
88
89
|
},
|
|
89
90
|
[KnownContracts.FACTORY]: {
|
|
90
91
|
"1.0.0": "0x00000000062c52e29e8029dc2413172f6d619d85",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnosis-guild/zodiac",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
|
|
5
5
|
"author": "Auryn Macmillan <auryn@gnosisguild.org>",
|
|
6
6
|
"license": "LGPL-3.0+",
|