@zoralabs/protocol-deployments 0.0.7-prerelease.0 → 0.0.8
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +12 -3
- package/addresses/999.json +6 -6
- package/addresses/999999999.json +6 -6
- package/dist/index.cjs +1574 -1574
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1574 -1574
- package/dist/index.js.map +1 -1
- package/dist/package/batchPublish.test.d.ts +8 -8
- package/dist/package/wagmiGenerated.d.ts +3516 -3516
- package/package/wagmiGenerated.ts +1338 -1338
- package/package.json +2 -1
- package/src/Zora1155PremintFixtures.sol +75 -0
- package/test/UpgradesTest.t.sol +21 -2
- package/test/ZoraCreator1155PremintExecutorForkTest.t.sol +133 -26
- package/tsconfig.json +1 -17
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,25 +10,25 @@ $ wagmi generate
|
|
|
10
10
|
✔ Writing to [90mpackage/wagmiGenerated.ts[39m
|
|
11
11
|
$ node script/bundle-chainConfigs.mjs && yarn prettier
|
|
12
12
|
$ prettier --write 'package/**/*.ts' 'script/**/*.ts' 'wagmi.config.ts'
|
|
13
|
-
package/batchPublish.test.ts
|
|
14
|
-
package/chainConfigs.ts
|
|
15
|
-
package/deployment.ts
|
|
13
|
+
package/batchPublish.test.ts 331ms
|
|
14
|
+
package/chainConfigs.ts 22ms
|
|
15
|
+
package/deployment.ts 20ms
|
|
16
16
|
package/index.ts 4ms
|
|
17
|
-
package/wagmiGenerated.ts
|
|
18
|
-
script/copy-deployed-contracts.ts
|
|
19
|
-
script/signDeploymentTransactions.ts
|
|
20
|
-
wagmi.config.ts
|
|
17
|
+
package/wagmiGenerated.ts 656ms
|
|
18
|
+
script/copy-deployed-contracts.ts 61ms
|
|
19
|
+
script/signDeploymentTransactions.ts 57ms
|
|
20
|
+
wagmi.config.ts 19ms
|
|
21
21
|
[34mCLI[39m Building entry: package/index.ts
|
|
22
22
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
23
23
|
[34mCLI[39m tsup v7.2.0
|
|
24
|
-
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol/zora-protocol/packages/protocol-deployments/tsup.config.ts
|
|
24
|
+
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
|
|
25
25
|
[34mCLI[39m Target: es2021
|
|
26
26
|
[34mCLI[39m Cleaning output folder
|
|
27
27
|
[34mCJS[39m Build start
|
|
28
28
|
[34mESM[39m Build start
|
|
29
29
|
[32mCJS[39m [1mdist/index.cjs [22m[32m100.30 KB[39m
|
|
30
30
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m193.36 KB[39m
|
|
31
|
-
[32mCJS[39m ⚡️ Build success in
|
|
31
|
+
[32mCJS[39m ⚡️ Build success in 43ms
|
|
32
32
|
[32mESM[39m [1mdist/index.js [22m[32m98.00 KB[39m
|
|
33
33
|
[32mESM[39m [1mdist/index.js.map [22m[32m192.96 KB[39m
|
|
34
|
-
[32mESM[39m ⚡️ Build success in
|
|
34
|
+
[32mESM[39m ⚡️ Build success in 44ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
# @zoralabs/premint-sdk
|
|
2
2
|
|
|
3
|
-
## 0.0.
|
|
3
|
+
## 0.0.8
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
7
|
+
- 4b77307: Deployed 3.5.3 to zora sepolia and goerli
|
|
8
|
+
|
|
9
|
+
## 0.0.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 128b05c: Updated determinstic preminter deployment script to not fail if already deployed
|
|
14
|
+
- 1d58cd1: Deployed 2.5.2 to zora sepolia and zora goerli
|
|
15
|
+
- 128b05c: Deployed 2.5.1 to zora sepolia and zora goerli
|
|
16
|
+
- Updated dependencies [e4edaac]
|
|
17
|
+
- @zoralabs/zora-1155-contracts@2.5.2
|
|
9
18
|
|
|
10
19
|
## 0.0.6
|
|
11
20
|
|
package/addresses/999.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CONTRACT_1155_IMPL": "
|
|
3
|
-
"CONTRACT_1155_IMPL_VERSION": "2.5.
|
|
4
|
-
"FACTORY_IMPL": "
|
|
2
|
+
"CONTRACT_1155_IMPL": "0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2",
|
|
3
|
+
"CONTRACT_1155_IMPL_VERSION": "2.5.3",
|
|
4
|
+
"FACTORY_IMPL": "0xDcEDD6913D5A6f6e84B2b909409cb44BfC39C64A",
|
|
5
5
|
"FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
6
6
|
"FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
7
7
|
"MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
8
|
-
"PREMINTER_IMPL": "
|
|
8
|
+
"PREMINTER_IMPL": "0x6D3b29A851d595c4d85A3214f1245e74b6Fb8bBb",
|
|
9
9
|
"PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
10
10
|
"REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
|
|
11
11
|
"UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
12
|
-
"timestamp":
|
|
13
|
-
"commit": "
|
|
12
|
+
"timestamp": 1701381888,
|
|
13
|
+
"commit": "a88b34a"
|
|
14
14
|
}
|
package/addresses/999999999.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CONTRACT_1155_IMPL": "
|
|
3
|
-
"CONTRACT_1155_IMPL_VERSION": "2.5.
|
|
4
|
-
"FACTORY_IMPL": "
|
|
2
|
+
"CONTRACT_1155_IMPL": "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
|
|
3
|
+
"CONTRACT_1155_IMPL_VERSION": "2.5.3",
|
|
4
|
+
"FACTORY_IMPL": "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
|
|
5
5
|
"FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
6
6
|
"FIXED_PRICE_SALE_STRATEGY": "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
7
7
|
"MERKLE_MINT_SALE_STRATEGY": "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
8
|
-
"PREMINTER_IMPL": "
|
|
8
|
+
"PREMINTER_IMPL": "0x6D3b29A851d595c4d85A3214f1245e74b6Fb8bBb",
|
|
9
9
|
"PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
10
10
|
"REDEEM_MINTER_FACTORY": "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
11
11
|
"UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
|
|
12
|
-
"timestamp":
|
|
13
|
-
"commit": "
|
|
12
|
+
"timestamp": 1701382042,
|
|
13
|
+
"commit": "070c30f"
|
|
14
14
|
}
|