@zoralabs/protocol-deployments 0.3.0-PRE.0 → 0.3.0
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 +18 -18
- package/CHANGELOG.md +2 -2
- package/dist/generated/sparks.d.ts +6 -0
- package/dist/generated/sparks.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +54 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +25 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +25 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/sparks.ts +7 -1
- package/src/generated/wagmi.ts +42 -0
package/package.json
CHANGED
package/src/generated/sparks.ts
CHANGED
|
@@ -3,31 +3,37 @@ export const chainConfigs = {
|
|
|
3
3
|
NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
4
4
|
PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
5
5
|
ZORA_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
6
|
+
WETH: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
6
7
|
},
|
|
7
8
|
10: {
|
|
8
9
|
NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
9
10
|
PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
10
11
|
ZORA_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
12
|
+
WETH: "0x4200000000000000000000000000000000000006",
|
|
11
13
|
},
|
|
12
14
|
8453: {
|
|
13
15
|
NONFUNGIBLE_POSITION_MANAGER: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
14
16
|
PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
15
17
|
ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
18
|
+
WETH: "0x4200000000000000000000000000000000000006",
|
|
16
19
|
},
|
|
17
20
|
42161: {
|
|
18
21
|
NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
|
|
19
22
|
PROXY_ADMIN: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
20
23
|
ZORA_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
24
|
+
WETH: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
21
25
|
},
|
|
22
26
|
81457: {
|
|
23
|
-
NONFUNGIBLE_POSITION_MANAGER: "
|
|
27
|
+
NONFUNGIBLE_POSITION_MANAGER: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
|
|
24
28
|
PROXY_ADMIN: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
|
|
25
29
|
ZORA_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
|
|
30
|
+
WETH: "0x4300000000000000000000000000000000000004",
|
|
26
31
|
},
|
|
27
32
|
84532: {
|
|
28
33
|
NONFUNGIBLE_POSITION_MANAGER: "0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2",
|
|
29
34
|
PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
|
|
30
35
|
ZORA_RECIPIENT: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
|
|
36
|
+
WETH: "0x4200000000000000000000000000000000000006",
|
|
31
37
|
},
|
|
32
38
|
421614: {
|
|
33
39
|
NONFUNGIBLE_POSITION_MANAGER: "0x6b2937Bde17889EDCf8fbD8dE31C3C2a70Bc4d65",
|
package/src/generated/wagmi.ts
CHANGED
|
@@ -1315,6 +1315,11 @@ export const erc20ZABI = [
|
|
|
1315
1315
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
1316
1316
|
|
|
1317
1317
|
/**
|
|
1318
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1319
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1320
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1321
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1322
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1318
1323
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1319
1324
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1320
1325
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -1581,17 +1586,33 @@ export const erc20ZRoyaltiesABI = [
|
|
|
1581
1586
|
] as const
|
|
1582
1587
|
|
|
1583
1588
|
/**
|
|
1589
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1590
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1591
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1592
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1593
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1584
1594
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1585
1595
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1586
1596
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1587
1597
|
*/
|
|
1588
1598
|
export const erc20ZRoyaltiesAddress = {
|
|
1599
|
+
1: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1600
|
+
10: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1601
|
+
8453: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1602
|
+
42161: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1603
|
+
81457: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1604
|
+
84532: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1589
1605
|
7777777: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1590
1606
|
11155111: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1591
1607
|
999999999: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
1592
1608
|
} as const
|
|
1593
1609
|
|
|
1594
1610
|
/**
|
|
1611
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1612
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1613
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1614
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1615
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1595
1616
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1596
1617
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
1597
1618
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -9554,6 +9575,11 @@ export const zoraSparksManagerImplConfig = {
|
|
|
9554
9575
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
9555
9576
|
|
|
9556
9577
|
/**
|
|
9578
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9579
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9580
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9581
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9582
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9557
9583
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9558
9584
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
9559
9585
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -10223,17 +10249,33 @@ export const zoraTimedSaleStrategyABI = [
|
|
|
10223
10249
|
] as const
|
|
10224
10250
|
|
|
10225
10251
|
/**
|
|
10252
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10253
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10254
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10255
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10256
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10226
10257
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10227
10258
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10228
10259
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10229
10260
|
*/
|
|
10230
10261
|
export const zoraTimedSaleStrategyAddress = {
|
|
10262
|
+
1: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10263
|
+
10: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10264
|
+
8453: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10265
|
+
42161: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10266
|
+
81457: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10267
|
+
84532: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10231
10268
|
7777777: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10232
10269
|
11155111: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10233
10270
|
999999999: '0x777777722D078c97c6ad07d9f36801e653E356Ae',
|
|
10234
10271
|
} as const
|
|
10235
10272
|
|
|
10236
10273
|
/**
|
|
10274
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10275
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10276
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10277
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10278
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10237
10279
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10238
10280
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
10239
10281
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|