@zoralabs/protocol-deployments 0.3.1-PRE.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.3.1-PRE.0",
3
+ "version": "0.3.2",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,12 +15,6 @@
15
15
  "default": "./dist/index.cjs"
16
16
  }
17
17
  },
18
- "scripts": {
19
- "build": "pnpm bundle-configs && tsup",
20
- "bundle-configs": "tsx scripts/bundle-configs.ts && pnpm prettier:write",
21
- "prettier:write": "prettier --write 'src/**/*.ts' 'scripts/*'",
22
- "lint": "prettier --check 'src/**/*.ts' 'scripts/*'"
23
- },
24
18
  "dependencies": {},
25
19
  "devDependencies": {
26
20
  "@lavamoat/preinstall-always-fail": "2.0.0",
@@ -33,6 +27,12 @@
33
27
  "prettier-plugin-solidity": "^1.1.3",
34
28
  "typescript": "^5.2.2",
35
29
  "viem": "^2.11.1",
36
- "@zoralabs/tsconfig": "workspace:^"
30
+ "@zoralabs/tsconfig": "^0.0.0"
31
+ },
32
+ "scripts": {
33
+ "build": "pnpm bundle-configs && tsup",
34
+ "bundle-configs": "tsx scripts/bundle-configs.ts && pnpm prettier:write",
35
+ "prettier:write": "prettier --write 'src/**/*.ts' 'scripts/*'",
36
+ "lint": "prettier --check 'src/**/*.ts' 'scripts/*'"
37
37
  }
38
- }
38
+ }
@@ -2215,13 +2215,13 @@ export const protocolRewardsConfig = {
2215
2215
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2216
2216
 
2217
2217
  /**
2218
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xd6992aA2Aaa87802d0104e8c4b4DFaBE6F434fF7)
2219
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x695C9A141748D308d26Bd4f8E9F9A5df5F0623f8)
2220
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x370B0B539DEe6d910b93F980AE3c47AC8460d522)
2221
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
2222
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0)
2218
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2219
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2220
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2221
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2222
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2223
2223
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2224
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xb30e0a41A3EC4b6Eb5415c70E32dc234432E48C2)
2224
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2225
2225
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2226
2226
  */
2227
2227
  export const secondarySwapABI = [
@@ -2247,6 +2247,7 @@ export const secondarySwapABI = [
2247
2247
  },
2248
2248
  { name: 'maxEthToSpend', internalType: 'uint256', type: 'uint256' },
2249
2249
  { name: 'sqrtPriceLimitX96', internalType: 'uint160', type: 'uint160' },
2250
+ { name: 'comment', internalType: 'string', type: 'string' },
2250
2251
  ],
2251
2252
  name: 'buy1155',
2252
2253
  outputs: [],
@@ -2306,6 +2307,7 @@ export const secondarySwapABI = [
2306
2307
  { name: 'recipient', internalType: 'address payable', type: 'address' },
2307
2308
  { name: 'minEthToAcquire', internalType: 'uint256', type: 'uint256' },
2308
2309
  { name: 'sqrtPriceLimitX96', internalType: 'uint160', type: 'uint160' },
2310
+ { name: 'comment', internalType: 'string', type: 'string' },
2309
2311
  ],
2310
2312
  name: 'sell1155',
2311
2313
  outputs: [],
@@ -2383,6 +2385,49 @@ export const secondarySwapABI = [
2383
2385
  ],
2384
2386
  name: 'SecondaryBuy',
2385
2387
  },
2388
+ {
2389
+ type: 'event',
2390
+ anonymous: false,
2391
+ inputs: [
2392
+ {
2393
+ name: 'sender',
2394
+ internalType: 'address',
2395
+ type: 'address',
2396
+ indexed: true,
2397
+ },
2398
+ {
2399
+ name: 'collection',
2400
+ internalType: 'address',
2401
+ type: 'address',
2402
+ indexed: true,
2403
+ },
2404
+ {
2405
+ name: 'tokenId',
2406
+ internalType: 'uint256',
2407
+ type: 'uint256',
2408
+ indexed: true,
2409
+ },
2410
+ {
2411
+ name: 'quantity',
2412
+ internalType: 'uint256',
2413
+ type: 'uint256',
2414
+ indexed: false,
2415
+ },
2416
+ {
2417
+ name: 'comment',
2418
+ internalType: 'string',
2419
+ type: 'string',
2420
+ indexed: false,
2421
+ },
2422
+ {
2423
+ name: 'secondaryType',
2424
+ internalType: 'enum ISecondarySwap.SecondaryType',
2425
+ type: 'uint8',
2426
+ indexed: false,
2427
+ },
2428
+ ],
2429
+ name: 'SecondaryComment',
2430
+ },
2386
2431
  {
2387
2432
  type: 'event',
2388
2433
  anonymous: false,
@@ -2437,35 +2482,35 @@ export const secondarySwapABI = [
2437
2482
  ] as const
2438
2483
 
2439
2484
  /**
2440
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xd6992aA2Aaa87802d0104e8c4b4DFaBE6F434fF7)
2441
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x695C9A141748D308d26Bd4f8E9F9A5df5F0623f8)
2442
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x370B0B539DEe6d910b93F980AE3c47AC8460d522)
2443
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
2444
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0)
2485
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2486
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2487
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2488
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2489
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2445
2490
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2446
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xb30e0a41A3EC4b6Eb5415c70E32dc234432E48C2)
2491
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2447
2492
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2448
2493
  */
2449
2494
  export const secondarySwapAddress = {
2450
- 1: '0xd6992aA2Aaa87802d0104e8c4b4DFaBE6F434fF7',
2451
- 10: '0x695C9A141748D308d26Bd4f8E9F9A5df5F0623f8',
2452
- 8453: '0x370B0B539DEe6d910b93F980AE3c47AC8460d522',
2453
- 42161: '0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2',
2454
- 81457: '0xE919b1F317C5298c1eA424B07a21635A08E1cC6C',
2455
- 84532: '0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0',
2495
+ 1: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2496
+ 10: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2497
+ 8453: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2498
+ 42161: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2499
+ 81457: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2500
+ 84532: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2456
2501
  7777777: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2457
- 11155111: '0xb30e0a41A3EC4b6Eb5415c70E32dc234432E48C2',
2502
+ 11155111: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2458
2503
  999999999: '0x777777794a6e310F2A55da6f157b16ED28Fa5D91',
2459
2504
  } as const
2460
2505
 
2461
2506
  /**
2462
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xd6992aA2Aaa87802d0104e8c4b4DFaBE6F434fF7)
2463
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x695C9A141748D308d26Bd4f8E9F9A5df5F0623f8)
2464
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x370B0B539DEe6d910b93F980AE3c47AC8460d522)
2465
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
2466
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0)
2507
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2508
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2509
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2510
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2511
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2467
2512
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2468
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xb30e0a41A3EC4b6Eb5415c70E32dc234432E48C2)
2513
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2469
2514
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
2470
2515
  */
2471
2516
  export const secondarySwapConfig = {
@@ -3967,6 +4012,8 @@ export const zoraCreator1155FactoryImplABI = [
3967
4012
  { type: 'error', inputs: [], name: 'InsufficientFunds' },
3968
4013
  { type: 'error', inputs: [], name: 'InvalidInitialization' },
3969
4014
  { type: 'error', inputs: [], name: 'MarketAlreadyLaunched' },
4015
+ { type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
4016
+ { type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
3970
4017
  { type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
3971
4018
  { type: 'error', inputs: [], name: 'NotInitializing' },
3972
4019
  { type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
@@ -3988,6 +4035,9 @@ export const zoraCreator1155FactoryImplABI = [
3988
4035
  { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
3989
4036
  { type: 'error', inputs: [], name: 'SaleInProgress' },
3990
4037
  { type: 'error', inputs: [], name: 'SaleNotSet' },
4038
+ { type: 'error', inputs: [], name: 'SaleV2AlreadyStarted' },
4039
+ { type: 'error', inputs: [], name: 'SaleV2Ended' },
4040
+ { type: 'error', inputs: [], name: 'SaleV2NotSet' },
3991
4041
  { type: 'error', inputs: [], name: 'StartTimeCannotBeAfterEndTime' },
3992
4042
  { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
3993
4043
  {
@@ -5414,6 +5464,8 @@ export const zoraCreator1155ImplABI = [
5414
5464
  { type: 'error', inputs: [], name: 'InsufficientFunds' },
5415
5465
  { type: 'error', inputs: [], name: 'InvalidInitialization' },
5416
5466
  { type: 'error', inputs: [], name: 'MarketAlreadyLaunched' },
5467
+ { type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
5468
+ { type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
5417
5469
  { type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
5418
5470
  { type: 'error', inputs: [], name: 'NotInitializing' },
5419
5471
  { type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
@@ -5435,6 +5487,9 @@ export const zoraCreator1155ImplABI = [
5435
5487
  { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
5436
5488
  { type: 'error', inputs: [], name: 'SaleInProgress' },
5437
5489
  { type: 'error', inputs: [], name: 'SaleNotSet' },
5490
+ { type: 'error', inputs: [], name: 'SaleV2AlreadyStarted' },
5491
+ { type: 'error', inputs: [], name: 'SaleV2Ended' },
5492
+ { type: 'error', inputs: [], name: 'SaleV2NotSet' },
5438
5493
  { type: 'error', inputs: [], name: 'StartTimeCannotBeAfterEndTime' },
5439
5494
  { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
5440
5495
  {
@@ -10446,6 +10501,41 @@ export const zoraTimedSaleStrategyABI = [
10446
10501
  },
10447
10502
  ],
10448
10503
  },
10504
+ {
10505
+ stateMutability: 'view',
10506
+ type: 'function',
10507
+ inputs: [
10508
+ { name: 'collection', internalType: 'address', type: 'address' },
10509
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
10510
+ ],
10511
+ name: 'saleV2',
10512
+ outputs: [
10513
+ {
10514
+ name: '',
10515
+ internalType: 'struct IZoraTimedSaleStrategy.SaleData',
10516
+ type: 'tuple',
10517
+ components: [
10518
+ { name: 'saleStart', internalType: 'uint64', type: 'uint64' },
10519
+ { name: 'marketCountdown', internalType: 'uint64', type: 'uint64' },
10520
+ { name: 'saleEnd', internalType: 'uint64', type: 'uint64' },
10521
+ { name: 'secondaryActivated', internalType: 'bool', type: 'bool' },
10522
+ {
10523
+ name: 'minimumMarketEth',
10524
+ internalType: 'uint256',
10525
+ type: 'uint256',
10526
+ },
10527
+ { name: 'poolAddress', internalType: 'address', type: 'address' },
10528
+ {
10529
+ name: 'erc20zAddress',
10530
+ internalType: 'address payable',
10531
+ type: 'address',
10532
+ },
10533
+ { name: 'name', internalType: 'string', type: 'string' },
10534
+ { name: 'symbol', internalType: 'string', type: 'string' },
10535
+ ],
10536
+ },
10537
+ ],
10538
+ },
10449
10539
  {
10450
10540
  stateMutability: 'nonpayable',
10451
10541
  type: 'function',
@@ -10466,6 +10556,31 @@ export const zoraTimedSaleStrategyABI = [
10466
10556
  name: 'setSale',
10467
10557
  outputs: [],
10468
10558
  },
10559
+ {
10560
+ stateMutability: 'nonpayable',
10561
+ type: 'function',
10562
+ inputs: [
10563
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
10564
+ {
10565
+ name: 'salesConfig',
10566
+ internalType: 'struct IZoraTimedSaleStrategy.SalesConfigV2',
10567
+ type: 'tuple',
10568
+ components: [
10569
+ { name: 'saleStart', internalType: 'uint64', type: 'uint64' },
10570
+ { name: 'marketCountdown', internalType: 'uint64', type: 'uint64' },
10571
+ {
10572
+ name: 'minimumMarketEth',
10573
+ internalType: 'uint256',
10574
+ type: 'uint256',
10575
+ },
10576
+ { name: 'name', internalType: 'string', type: 'string' },
10577
+ { name: 'symbol', internalType: 'string', type: 'string' },
10578
+ ],
10579
+ },
10580
+ ],
10581
+ name: 'setSaleV2',
10582
+ outputs: [],
10583
+ },
10469
10584
  {
10470
10585
  stateMutability: 'nonpayable',
10471
10586
  type: 'function',
@@ -10504,7 +10619,7 @@ export const zoraTimedSaleStrategyABI = [
10504
10619
  inputs: [
10505
10620
  { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
10506
10621
  { name: 'newStartTime', internalType: 'uint64', type: 'uint64' },
10507
- { name: 'newEndTime', internalType: 'uint64', type: 'uint64' },
10622
+ { name: 'newMarketCountdown', internalType: 'uint64', type: 'uint64' },
10508
10623
  ],
10509
10624
  name: 'updateSale',
10510
10625
  outputs: [],
@@ -10687,6 +10802,56 @@ export const zoraTimedSaleStrategyABI = [
10687
10802
  ],
10688
10803
  name: 'SaleSet',
10689
10804
  },
10805
+ {
10806
+ type: 'event',
10807
+ anonymous: false,
10808
+ inputs: [
10809
+ {
10810
+ name: 'collection',
10811
+ internalType: 'address',
10812
+ type: 'address',
10813
+ indexed: true,
10814
+ },
10815
+ {
10816
+ name: 'tokenId',
10817
+ internalType: 'uint256',
10818
+ type: 'uint256',
10819
+ indexed: true,
10820
+ },
10821
+ {
10822
+ name: 'saleData',
10823
+ internalType: 'struct IZoraTimedSaleStrategy.SaleData',
10824
+ type: 'tuple',
10825
+ components: [
10826
+ { name: 'saleStart', internalType: 'uint64', type: 'uint64' },
10827
+ { name: 'marketCountdown', internalType: 'uint64', type: 'uint64' },
10828
+ { name: 'saleEnd', internalType: 'uint64', type: 'uint64' },
10829
+ { name: 'secondaryActivated', internalType: 'bool', type: 'bool' },
10830
+ {
10831
+ name: 'minimumMarketEth',
10832
+ internalType: 'uint256',
10833
+ type: 'uint256',
10834
+ },
10835
+ { name: 'poolAddress', internalType: 'address', type: 'address' },
10836
+ {
10837
+ name: 'erc20zAddress',
10838
+ internalType: 'address payable',
10839
+ type: 'address',
10840
+ },
10841
+ { name: 'name', internalType: 'string', type: 'string' },
10842
+ { name: 'symbol', internalType: 'string', type: 'string' },
10843
+ ],
10844
+ indexed: false,
10845
+ },
10846
+ {
10847
+ name: 'mintFee',
10848
+ internalType: 'uint256',
10849
+ type: 'uint256',
10850
+ indexed: false,
10851
+ },
10852
+ ],
10853
+ name: 'SaleSetV2',
10854
+ },
10690
10855
  {
10691
10856
  type: 'event',
10692
10857
  anonymous: false,
@@ -10823,6 +10988,8 @@ export const zoraTimedSaleStrategyABI = [
10823
10988
  { type: 'error', inputs: [], name: 'InsufficientFunds' },
10824
10989
  { type: 'error', inputs: [], name: 'InvalidInitialization' },
10825
10990
  { type: 'error', inputs: [], name: 'MarketAlreadyLaunched' },
10991
+ { type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
10992
+ { type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
10826
10993
  { type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
10827
10994
  { type: 'error', inputs: [], name: 'NotInitializing' },
10828
10995
  { type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
@@ -10844,6 +11011,9 @@ export const zoraTimedSaleStrategyABI = [
10844
11011
  { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
10845
11012
  { type: 'error', inputs: [], name: 'SaleInProgress' },
10846
11013
  { type: 'error', inputs: [], name: 'SaleNotSet' },
11014
+ { type: 'error', inputs: [], name: 'SaleV2AlreadyStarted' },
11015
+ { type: 'error', inputs: [], name: 'SaleV2Ended' },
11016
+ { type: 'error', inputs: [], name: 'SaleV2NotSet' },
10847
11017
  { type: 'error', inputs: [], name: 'StartTimeCannotBeAfterEndTime' },
10848
11018
  { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
10849
11019
  {
package/json/1155.json DELETED
@@ -1,212 +0,0 @@
1
- {
2
- "chainConfigs": {
3
- "1": {
4
- "FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5
- "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
6
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
7
- },
8
- "10": {
9
- "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
10
- "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
11
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
12
- },
13
- "999": {
14
- "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
15
- "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
16
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
17
- },
18
- "8453": {
19
- "FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
20
- "MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
21
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
22
- },
23
- "42161": {
24
- "FACTORY_OWNER": "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
25
- "MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
26
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
27
- },
28
- "81457": {
29
- "FACTORY_OWNER": "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
30
- "MINT_FEE_RECIPIENT": "0x72E6394056f9152D3a41e5A25De383c191D16134",
31
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
32
- },
33
- "421614": {
34
- "FACTORY_OWNER": "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
35
- "MINT_FEE_RECIPIENT": "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
36
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
37
- },
38
- "7777777": {
39
- "FACTORY_OWNER": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
40
- "MINT_FEE_RECIPIENT": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
41
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
42
- },
43
- "11155111": {
44
- "FACTORY_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
45
- "MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
46
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
47
- },
48
- "168587773": {
49
- "FACTORY_OWNER": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
50
- "MINT_FEE_RECIPIENT": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
51
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
52
- },
53
- "999999999": {
54
- "FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
55
- "MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
56
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
57
- }
58
- },
59
- "addresses": {
60
- "1": {
61
- "CONTRACT_1155_IMPL": "0x32006e298C19818CD5e8000E26439691f0ac2128",
62
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
63
- "FACTORY_IMPL": "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
64
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
65
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
66
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
67
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
68
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
69
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
70
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
71
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
72
- "timestamp": 1706664239
73
- },
74
- "10": {
75
- "CONTRACT_1155_IMPL": "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
76
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
77
- "FACTORY_IMPL": "0x32006e298C19818CD5e8000E26439691f0ac2128",
78
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
79
- "FIXED_PRICE_SALE_STRATEGY": "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
80
- "MERKLE_MINT_SALE_STRATEGY": "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
81
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
82
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
83
- "REDEEM_MINTER_FACTORY": "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
84
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
85
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
86
- "timestamp": 1706664035
87
- },
88
- "999": {
89
- "CONTRACT_1155_IMPL": "0x2022AdEF470DA3543a19fac8c9be80618112704D",
90
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
91
- "FACTORY_IMPL": "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
92
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
93
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
94
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
95
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
96
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
97
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
98
- "UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
99
- "timestamp": 1704399834
100
- },
101
- "8453": {
102
- "CONTRACT_1155_IMPL": "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
103
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
104
- "FACTORY_IMPL": "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
105
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
106
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
107
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
108
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
109
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
110
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
111
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
112
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
113
- "timestamp": 1706663976
114
- },
115
- "42161": {
116
- "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
117
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
118
- "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
119
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
120
- "FIXED_PRICE_SALE_STRATEGY": "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
121
- "MERKLE_MINT_SALE_STRATEGY": "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
122
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
123
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
124
- "REDEEM_MINTER_FACTORY": "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
125
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
126
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
127
- "timestamp": 1706664653
128
- },
129
- "81457": {
130
- "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
131
- "CONTRACT_1155_IMPL_VERSION": "2.7.1",
132
- "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
133
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
134
- "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
135
- "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
136
- "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
137
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
138
- "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
139
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
140
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
141
- "timestamp": 1709235955
142
- },
143
- "421614": {
144
- "CONTRACT_1155_IMPL": "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
145
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
146
- "FACTORY_IMPL": "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
147
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
148
- "FIXED_PRICE_SALE_STRATEGY": "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
149
- "MERKLE_MINT_SALE_STRATEGY": "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
150
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
151
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
152
- "REDEEM_MINTER_FACTORY": "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
153
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
154
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
155
- "timestamp": 1706661669
156
- },
157
- "7777777": {
158
- "CONTRACT_1155_IMPL": "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
159
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
160
- "FACTORY_IMPL": "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
161
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
162
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
163
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
164
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
165
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
166
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
167
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
168
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
169
- "timestamp": 1706663694
170
- },
171
- "11155111": {
172
- "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
173
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
174
- "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
175
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
176
- "FIXED_PRICE_SALE_STRATEGY": "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
177
- "MERKLE_MINT_SALE_STRATEGY": "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
178
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
179
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
180
- "REDEEM_MINTER_FACTORY": "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
181
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
182
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
183
- "timestamp": 1704336497
184
- },
185
- "168587773": {
186
- "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
187
- "CONTRACT_1155_IMPL_VERSION": "2.7.1",
188
- "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
189
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
190
- "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
191
- "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
192
- "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
193
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
194
- "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
195
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
196
- "timestamp": 1709234007
197
- },
198
- "999999999": {
199
- "CONTRACT_1155_IMPL": "0x980170C861E723309628a27c27397a955920F968",
200
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
201
- "FACTORY_IMPL": "0xcea530A0d2d158500E248a59682a1D230c2422F7",
202
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
203
- "FIXED_PRICE_SALE_STRATEGY": "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
204
- "MERKLE_MINT_SALE_STRATEGY": "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
205
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
206
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
207
- "REDEEM_MINTER_FACTORY": "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
208
- "UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
209
- "timestamp": 1706663810
210
- }
211
- }
212
- }
package/json/mints.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "chainConfigs": {
3
- "1": {
4
- "PROXY_ADMIN": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5
- "MINTS_OWNER": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
6
- },
7
- "10": {
8
- "PROXY_ADMIN": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
9
- "MINTS_OWNER": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
10
- },
11
- "420": {
12
- "PROXY_ADMIN": "0xbb45052B2260707655Dfd916a416264f5981192c",
13
- "MINTS_OWNER": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
14
- },
15
- "999": {
16
- "PROXY_ADMIN": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
17
- "MINTS_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
18
- },
19
- "8453": {
20
- "PROXY_ADMIN": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
21
- "MINTS_OWNER": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
22
- },
23
- "84531": {
24
- "PROXY_ADMIN": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
25
- "MINTS_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe"
26
- },
27
- "7777777": {
28
- "PROXY_ADMIN": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
29
- "MINTS_OWNER": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
30
- },
31
- "11155111": {
32
- "PROXY_ADMIN": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
33
- "MINTS_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
34
- },
35
- "999999999": {
36
- "PROXY_ADMIN": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
37
- "MINTS_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
38
- }
39
- },
40
- "addresses": {
41
- "999999999": {
42
- "MINTS_MANAGER_IMPL": "0x9e6fa79Ce33aF9F718C0D276b5cF2E10897899DB",
43
- "MINTS_MANAGER_IMPL_VERSION": "0.0.2"
44
- }
45
- }
46
- }