@zoralabs/protocol-deployments 0.7.0 → 0.7.2
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$colon$js.log +25 -25
- package/CHANGELOG.md +22 -0
- package/dist/{_esm-AN6HMJZC.js → _esm-7WTTA2BK.js} +53 -53
- package/dist/{_esm-AN6HMJZC.js.map → _esm-7WTTA2BK.js.map} +1 -1
- package/dist/{ccip-3JNBGYOD.js → ccip-Y2GC34UW.js} +2 -2
- package/dist/{chunk-4DQDZNUA.js → chunk-TP53IMLY.js} +87 -87
- package/dist/chunk-TP53IMLY.js.map +1 -0
- package/dist/generated/wagmi.d.ts +100 -20
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +114 -86
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +36 -8
- package/dist/index.js.map +1 -1
- package/dist/{secp256k1-QZA5SALG.js → secp256k1-VMQNAPXV.js} +2 -12
- package/package.json +2 -2
- package/src/generated/wagmi.ts +44 -16
- package/dist/chunk-4DQDZNUA.js.map +0 -1
- /package/dist/{ccip-3JNBGYOD.js.map → ccip-Y2GC34UW.js.map} +0 -0
- /package/dist/{secp256k1-QZA5SALG.js.map → secp256k1-VMQNAPXV.js.map} +0 -0
|
@@ -37,7 +37,7 @@ function aoutput(out, instance) {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
// ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/cryptoNode.js
|
|
40
|
-
import * as nc from "
|
|
40
|
+
import * as nc from "crypto";
|
|
41
41
|
var crypto = nc && typeof nc === "object" && "webcrypto" in nc ? nc.webcrypto : nc && typeof nc === "object" && "randomBytes" in nc ? nc : void 0;
|
|
42
42
|
|
|
43
43
|
// ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/utils.js
|
|
@@ -2535,21 +2535,11 @@ export {
|
|
|
2535
2535
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2536
2536
|
|
|
2537
2537
|
@noble/curves/esm/abstract/utils.js:
|
|
2538
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2539
|
-
|
|
2540
2538
|
@noble/curves/esm/abstract/modular.js:
|
|
2541
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2542
|
-
|
|
2543
2539
|
@noble/curves/esm/abstract/curve.js:
|
|
2544
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2545
|
-
|
|
2546
2540
|
@noble/curves/esm/abstract/weierstrass.js:
|
|
2547
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2548
|
-
|
|
2549
2541
|
@noble/curves/esm/_shortw_utils.js:
|
|
2550
|
-
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2551
|
-
|
|
2552
2542
|
@noble/curves/esm/secp256k1.js:
|
|
2553
2543
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2554
2544
|
*/
|
|
2555
|
-
//# sourceMappingURL=secp256k1-
|
|
2545
|
+
//# sourceMappingURL=secp256k1-VMQNAPXV.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-deployments",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"tsup": "^7.2.0",
|
|
26
26
|
"tsx": "^3.13.0",
|
|
27
27
|
"typescript": "^5.2.2",
|
|
28
|
-
"viem": "
|
|
28
|
+
"viem": "2.22.12",
|
|
29
29
|
"@zoralabs/tsconfig": "^0.0.1"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
package/src/generated/wagmi.ts
CHANGED
|
@@ -7572,7 +7572,7 @@ export const devCoinFactoryConfig = {
|
|
|
7572
7572
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
7573
7573
|
|
|
7574
7574
|
/**
|
|
7575
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
7575
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0xCe2C8032F85aB6a7148138F8a1235d2b17D53Dc5)
|
|
7576
7576
|
*/
|
|
7577
7577
|
export const devZoraLimitOrderBookABI = [
|
|
7578
7578
|
{
|
|
@@ -7608,6 +7608,13 @@ export const devZoraLimitOrderBookABI = [
|
|
|
7608
7608
|
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
7609
7609
|
stateMutability: 'view',
|
|
7610
7610
|
},
|
|
7611
|
+
{
|
|
7612
|
+
type: 'function',
|
|
7613
|
+
inputs: [],
|
|
7614
|
+
name: 'contractVersion',
|
|
7615
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
7616
|
+
stateMutability: 'pure',
|
|
7617
|
+
},
|
|
7611
7618
|
{
|
|
7612
7619
|
type: 'function',
|
|
7613
7620
|
inputs: [
|
|
@@ -8296,14 +8303,14 @@ export const devZoraLimitOrderBookABI = [
|
|
|
8296
8303
|
] as const
|
|
8297
8304
|
|
|
8298
8305
|
/**
|
|
8299
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
8306
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0xCe2C8032F85aB6a7148138F8a1235d2b17D53Dc5)
|
|
8300
8307
|
*/
|
|
8301
8308
|
export const devZoraLimitOrderBookAddress = {
|
|
8302
|
-
8453: '
|
|
8309
|
+
8453: '0xCe2C8032F85aB6a7148138F8a1235d2b17D53Dc5',
|
|
8303
8310
|
} as const
|
|
8304
8311
|
|
|
8305
8312
|
/**
|
|
8306
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
8313
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0xCe2C8032F85aB6a7148138F8a1235d2b17D53Dc5)
|
|
8307
8314
|
*/
|
|
8308
8315
|
export const devZoraLimitOrderBookConfig = {
|
|
8309
8316
|
address: devZoraLimitOrderBookAddress,
|
|
@@ -8315,7 +8322,7 @@ export const devZoraLimitOrderBookConfig = {
|
|
|
8315
8322
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
8316
8323
|
|
|
8317
8324
|
/**
|
|
8318
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
8325
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x1F35FB3E07e68bC1Bf020c2d59cBF91Ccf5736b8)
|
|
8319
8326
|
*/
|
|
8320
8327
|
export const devZoraRouterABI = [
|
|
8321
8328
|
{
|
|
@@ -8349,6 +8356,13 @@ export const devZoraRouterABI = [
|
|
|
8349
8356
|
outputs: [],
|
|
8350
8357
|
stateMutability: 'nonpayable',
|
|
8351
8358
|
},
|
|
8359
|
+
{
|
|
8360
|
+
type: 'function',
|
|
8361
|
+
inputs: [],
|
|
8362
|
+
name: 'contractVersion',
|
|
8363
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
8364
|
+
stateMutability: 'pure',
|
|
8365
|
+
},
|
|
8352
8366
|
{
|
|
8353
8367
|
type: 'function',
|
|
8354
8368
|
inputs: [],
|
|
@@ -8932,14 +8946,14 @@ export const devZoraRouterABI = [
|
|
|
8932
8946
|
] as const
|
|
8933
8947
|
|
|
8934
8948
|
/**
|
|
8935
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
8949
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x1F35FB3E07e68bC1Bf020c2d59cBF91Ccf5736b8)
|
|
8936
8950
|
*/
|
|
8937
8951
|
export const devZoraRouterAddress = {
|
|
8938
|
-
8453: '
|
|
8952
|
+
8453: '0x1F35FB3E07e68bC1Bf020c2d59cBF91Ccf5736b8',
|
|
8939
8953
|
} as const
|
|
8940
8954
|
|
|
8941
8955
|
/**
|
|
8942
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
8956
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x1F35FB3E07e68bC1Bf020c2d59cBF91Ccf5736b8)
|
|
8943
8957
|
*/
|
|
8944
8958
|
export const devZoraRouterConfig = {
|
|
8945
8959
|
address: devZoraRouterAddress,
|
|
@@ -17777,7 +17791,7 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
|
|
|
17777
17791
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
17778
17792
|
|
|
17779
17793
|
/**
|
|
17780
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
17794
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777A5906659b67CE61511489Ae76DA63920f)
|
|
17781
17795
|
*/
|
|
17782
17796
|
export const zoraLimitOrderBookABI = [
|
|
17783
17797
|
{
|
|
@@ -17813,6 +17827,13 @@ export const zoraLimitOrderBookABI = [
|
|
|
17813
17827
|
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
17814
17828
|
stateMutability: 'view',
|
|
17815
17829
|
},
|
|
17830
|
+
{
|
|
17831
|
+
type: 'function',
|
|
17832
|
+
inputs: [],
|
|
17833
|
+
name: 'contractVersion',
|
|
17834
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
17835
|
+
stateMutability: 'pure',
|
|
17836
|
+
},
|
|
17816
17837
|
{
|
|
17817
17838
|
type: 'function',
|
|
17818
17839
|
inputs: [
|
|
@@ -18501,14 +18522,14 @@ export const zoraLimitOrderBookABI = [
|
|
|
18501
18522
|
] as const
|
|
18502
18523
|
|
|
18503
18524
|
/**
|
|
18504
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
18525
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777A5906659b67CE61511489Ae76DA63920f)
|
|
18505
18526
|
*/
|
|
18506
18527
|
export const zoraLimitOrderBookAddress = {
|
|
18507
|
-
8453: '
|
|
18528
|
+
8453: '0x7777777A5906659b67CE61511489Ae76DA63920f',
|
|
18508
18529
|
} as const
|
|
18509
18530
|
|
|
18510
18531
|
/**
|
|
18511
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
18532
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777A5906659b67CE61511489Ae76DA63920f)
|
|
18512
18533
|
*/
|
|
18513
18534
|
export const zoraLimitOrderBookConfig = {
|
|
18514
18535
|
address: zoraLimitOrderBookAddress,
|
|
@@ -20223,7 +20244,7 @@ export const zoraMintsManagerImplConfig = {
|
|
|
20223
20244
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
20224
20245
|
|
|
20225
20246
|
/**
|
|
20226
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
20247
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777f62529Ea64736E24ad9ad3E4a39eB97c2)
|
|
20227
20248
|
*/
|
|
20228
20249
|
export const zoraRouterABI = [
|
|
20229
20250
|
{
|
|
@@ -20257,6 +20278,13 @@ export const zoraRouterABI = [
|
|
|
20257
20278
|
outputs: [],
|
|
20258
20279
|
stateMutability: 'nonpayable',
|
|
20259
20280
|
},
|
|
20281
|
+
{
|
|
20282
|
+
type: 'function',
|
|
20283
|
+
inputs: [],
|
|
20284
|
+
name: 'contractVersion',
|
|
20285
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
20286
|
+
stateMutability: 'pure',
|
|
20287
|
+
},
|
|
20260
20288
|
{
|
|
20261
20289
|
type: 'function',
|
|
20262
20290
|
inputs: [],
|
|
@@ -20840,14 +20868,14 @@ export const zoraRouterABI = [
|
|
|
20840
20868
|
] as const
|
|
20841
20869
|
|
|
20842
20870
|
/**
|
|
20843
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
20871
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777f62529Ea64736E24ad9ad3E4a39eB97c2)
|
|
20844
20872
|
*/
|
|
20845
20873
|
export const zoraRouterAddress = {
|
|
20846
|
-
8453: '
|
|
20874
|
+
8453: '0x7777777f62529Ea64736E24ad9ad3E4a39eB97c2',
|
|
20847
20875
|
} as const
|
|
20848
20876
|
|
|
20849
20877
|
/**
|
|
20850
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
20878
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777f62529Ea64736E24ad9ad3E4a39eB97c2)
|
|
20851
20879
|
*/
|
|
20852
20880
|
export const zoraRouterConfig = {
|
|
20853
20881
|
address: zoraRouterAddress,
|