@zoralabs/protocol-deployments 0.0.12 → 0.0.13

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.
Files changed (90) hide show
  1. package/.turbo/turbo-build.log +24 -25
  2. package/CHANGELOG.md +10 -0
  3. package/README.md +2 -8
  4. package/dist/{package/chainConfigs.d.ts → chainConfigs.d.ts} +4 -3
  5. package/dist/chainConfigs.d.ts.map +1 -0
  6. package/dist/deployment.d.ts.map +1 -0
  7. package/dist/index.cjs +88 -57
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.d.ts.map +1 -0
  10. package/dist/index.js +84 -53
  11. package/dist/index.js.map +1 -1
  12. package/dist/{package/wagmiGenerated.d.ts → wagmiGenerated.d.ts} +118 -44
  13. package/dist/{package/wagmiGenerated.d.ts.map → wagmiGenerated.d.ts.map} +1 -1
  14. package/package.json +9 -21
  15. package/{script → scripts}/bundle-chainConfigs.mjs +9 -7
  16. package/tsconfig.json +1 -1
  17. package/tsup.config.ts +5 -5
  18. package/wagmi.config.ts +31 -9
  19. package/.env.anvil +0 -2
  20. package/addresses/1.json +0 -13
  21. package/addresses/10.json +0 -13
  22. package/addresses/11155111.json +0 -13
  23. package/addresses/420.json +0 -13
  24. package/addresses/424.json +0 -11
  25. package/addresses/5.json +0 -14
  26. package/addresses/58008.json +0 -11
  27. package/addresses/7777777.json +0 -13
  28. package/addresses/8453.json +0 -13
  29. package/addresses/84531.json +0 -14
  30. package/addresses/999.json +0 -13
  31. package/addresses/999999999.json +0 -14
  32. package/chainConfigs/1.json +0 -5
  33. package/chainConfigs/10.json +0 -5
  34. package/chainConfigs/11155111.json +0 -5
  35. package/chainConfigs/420.json +0 -5
  36. package/chainConfigs/424.json +0 -5
  37. package/chainConfigs/5.json +0 -5
  38. package/chainConfigs/58008.json +0 -4
  39. package/chainConfigs/7777777.json +0 -5
  40. package/chainConfigs/8453.json +0 -5
  41. package/chainConfigs/84531.json +0 -5
  42. package/chainConfigs/999.json +0 -5
  43. package/chainConfigs/999999999.json +0 -5
  44. package/deterministicConfig/factoryProxy/params.json +0 -10
  45. package/deterministicConfig/factoryProxy/signatures.json +0 -14
  46. package/deterministicConfig/premintExecutorProxy/params.json +0 -10
  47. package/deterministicConfig/premintExecutorProxy/signatures.json +0 -12
  48. package/deterministicConfig/upgradeGate/params.json +0 -7
  49. package/deterministicConfig/upgradeGate/signatures.json +0 -14
  50. package/dist/package/batchPublish.test.d.ts +0 -452
  51. package/dist/package/batchPublish.test.d.ts.map +0 -1
  52. package/dist/package/chainConfigs.d.ts.map +0 -1
  53. package/dist/package/deployment.d.ts.map +0 -1
  54. package/dist/package/index.d.ts.map +0 -1
  55. package/dist/script/copy-deployed-contracts.d.ts +0 -2
  56. package/dist/script/copy-deployed-contracts.d.ts.map +0 -1
  57. package/dist/script/signDeploymentTransactions.d.ts +0 -2
  58. package/dist/script/signDeploymentTransactions.d.ts.map +0 -1
  59. package/foundry.toml +0 -41
  60. package/package/batchPublish.test.ts +0 -327
  61. package/package/wagmiGenerated.ts +0 -3657
  62. package/remappings.txt +0 -9
  63. package/script/CalculateDeterministicParams.s.sol +0 -84
  64. package/script/DeployMintersAndImplementations.s.sol +0 -29
  65. package/script/DeployNew1155Impl.s.sol +0 -24
  66. package/script/DeployNewImplementation.s.sol +0 -26
  67. package/script/DeployPreminterImpl.s.sol +0 -23
  68. package/script/DeployProxiesToNewChain.s.sol +0 -50
  69. package/script/DeployTestContracts.s.sol +0 -35
  70. package/script/DeployUpgradeGate.s.sol +0 -27
  71. package/script/Upgrade.s.sol +0 -83
  72. package/script/UpgradePreminter.s.sol +0 -34
  73. package/script/copy-deployed-contracts.ts +0 -86
  74. package/script/signDeploymentTransactions.ts +0 -302
  75. package/src/DeploymentConfig.sol +0 -124
  76. package/src/DeploymentTestingUtils.sol +0 -166
  77. package/src/DeterministicDeployerScript.sol +0 -249
  78. package/src/DeterministicProxyDeployer.sol +0 -139
  79. package/src/IImmutableCreate2Factory.sol +0 -59
  80. package/src/Zora1155PremintFixtures.sol +0 -75
  81. package/src/ZoraDeployerBase.sol +0 -144
  82. package/src/ZoraDeployerUtils.sol +0 -212
  83. package/test/NewFactoryProxyDeployer.t.sol +0 -127
  84. package/test/UpgradesTest.t.sol +0 -222
  85. package/test/ZoraCreator1155Factory_Fork.t.sol +0 -149
  86. package/test/ZoraCreator1155PremintExecutorForkTest.t.sol +0 -205
  87. /package/dist/{package/deployment.d.ts → deployment.d.ts} +0 -0
  88. /package/dist/{package/index.d.ts → index.d.ts} +0 -0
  89. /package/{package → src}/deployment.ts +0 -0
  90. /package/{package → src}/index.ts +0 -0
@@ -6,28 +6,27 @@ $ wagmi generate
6
6
  ✔ Resolving contracts
7
7
  - Running plugins
8
8
  ✔ Running plugins
9
- - Writing to package/wagmiGenerated.ts
10
- ✔ Writing to package/wagmiGenerated.ts
11
- $ node script/bundle-chainConfigs.mjs && yarn prettier
12
- $ prettier --write 'package/**/*.ts' 'script/**/*.ts' 'wagmi.config.ts'
13
- package/batchPublish.test.ts 364ms (unchanged)
14
- package/deployment.ts 38ms (unchanged)
15
- package/index.ts 4ms (unchanged)
16
- package/wagmiGenerated.ts 600ms
17
- script/copy-deployed-contracts.ts 37ms (unchanged)
18
- script/signDeploymentTransactions.ts 57ms (unchanged)
19
- wagmi.config.ts 16ms (unchanged)
20
- CLI Building entry: package/index.ts
21
- CLI Using tsconfig: tsconfig.json
22
- CLI tsup v7.3.0
23
- CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
24
- CLI Target: es2021
25
- CLI Cleaning output folder
26
- CJS Build start
27
- ESM Build start
28
- CJS dist/index.cjs 101.01 KB
29
- CJS dist/index.cjs.map 200.45 KB
30
- CJS ⚡️ Build success in 61ms
31
- ESM dist/index.js 98.71 KB
32
- ESM dist/index.js.map 200.05 KB
33
- ESM ⚡️ Build success in 62ms
9
+ - Writing to src/wagmiGenerated.ts
10
+ ✔ Writing to src/wagmiGenerated.ts
11
+ $ node scripts/bundle-chainConfigs.mjs && yarn prettier
12
+ $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
+ src/chainConfigs.ts 97ms
14
+ src/deployment.ts 14ms (unchanged)
15
+ src/index.ts 1ms (unchanged)
16
+ src/wagmiGenerated.ts 131ms
17
+ scripts/bundle-chainConfigs.mjs 18ms (unchanged)
18
+ wagmi.config.ts 7ms (unchanged)
19
+ CLI Building entry: src/index.ts
20
+ CLI Using tsconfig: tsconfig.json
21
+ CLI tsup v7.3.0
22
+ CLI Using tsup config: /Users/danovedzora/source/zora-protocol/packages/protocol-deployments/tsup.config.ts
23
+ CLI Target: es2021
24
+ CLI Cleaning output folder
25
+ CJS Build start
26
+ ESM Build start
27
+ CJS dist/index.cjs 102.14 KB
28
+ CJS dist/index.cjs.map 203.14 KB
29
+ CJS ⚡️ Build success in 14ms
30
+ ESM dist/index.js 99.84 KB
31
+ ESM dist/index.js.map 202.74 KB
32
+ ESM ⚡️ Build success in 14ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @zoralabs/premint-sdk
2
2
 
3
+ ## 0.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - f3332ee: Remove pgn chain configs and addresses
8
+ - d2085fd: Deployed to Arbitrum One & Arbitrum Sepolia
9
+ - a51a0cb: Renamed protocol-deployments to 1155-deployments
10
+ - Updated dependencies [8107ffe]
11
+ - @zoralabs/zora-1155-contracts@2.7.1
12
+
3
13
  ## 0.0.12
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -1,14 +1,8 @@
1
1
  # Zora Protocol Deployments
2
2
 
3
- Contains deployment scripts, deployed addresses and versions for the Zora Protocol.
3
+ Published package containing a bundle of deployed addresses and versions for the Zora Protocol.
4
4
 
5
- ## Package contents
6
-
7
- * [Deployment scripts](./scripts/) for deployment Zora Protocol Contracts
8
- * [Deployed addresses](./addresses/) containing deployed addresses and contract versions by chain.
9
- * [Published npm package](https://www.npmjs.com/package/@zoralabs/protocol-deployments) containing [wagmi cli](https://wagmi.sh/cli/getting-started) generated typescript bundle of deployed contract abis and addresses.
10
-
11
- ## Npm package usage
5
+ ## npm package usage
12
6
 
13
7
  Import abis and addresses for a contract from the package:
14
8
 
@@ -19,19 +19,20 @@ export declare const chainConfigs: {
19
19
  MINT_FEE_RECIPIENT: string;
20
20
  PROTOCOL_REWARDS: string;
21
21
  };
22
- 424: {
22
+ 42161: {
23
23
  FACTORY_OWNER: string;
24
24
  MINT_FEE_RECIPIENT: string;
25
25
  PROTOCOL_REWARDS: string;
26
26
  };
27
- 5: {
27
+ 421614: {
28
28
  FACTORY_OWNER: string;
29
29
  MINT_FEE_RECIPIENT: string;
30
30
  PROTOCOL_REWARDS: string;
31
31
  };
32
- 58008: {
32
+ 5: {
33
33
  FACTORY_OWNER: string;
34
34
  MINT_FEE_RECIPIENT: string;
35
+ PROTOCOL_REWARDS: string;
35
36
  };
36
37
  7777777: {
37
38
  FACTORY_OWNER: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chainConfigs.d.ts","sourceRoot":"","sources":["../src/chainConfigs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DxB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployment.d.ts","sourceRoot":"","sources":["../src/deployment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,MAAM,CAAC;AAElD,MAAM,MAAM,cAAc,GAAG,KAAK,MAAM,EAAE,CAAC;AAE3C,MAAM,MAAM,6BAA6B,GAAG;IAC1C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,aAAa,EAAE,cAAc,CAAC;IAC9B,SAAS,EAAE,cAAc,CAAC;IAC1B,iBAAiB,EAAE,GAAG,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,YAAY,EAAE,GAAG,CAAC;IAClB,IAAI,EAAE,GAAG,CAAC;IACV,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,oBAAoB,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,iBAAiB;aAOnB,YAAY;mCACU,6BAA6B;2BACrC,OAAO;WACvB,OAAO;aACL,MAAM;4BA0Bb,CAAC;AAEL,eAAO,MAAM,iBAAiB;aAMnB,YAAY;YACb,8BAA8B;cAC5B,GAAG;aACJ,MAAM;4BAsBb,CAAC"}
package/dist/index.cjs CHANGED
@@ -17,9 +17,9 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // package/index.ts
21
- var package_exports = {};
22
- __export(package_exports, {
20
+ // src/index.ts
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
23
  chainConfigs: () => chainConfigs,
24
24
  zoraCreator1155FactoryImplABI: () => zoraCreator1155FactoryImplABI,
25
25
  zoraCreator1155FactoryImplAddress: () => zoraCreator1155FactoryImplAddress,
@@ -38,9 +38,9 @@ __export(package_exports, {
38
38
  zoraCreatorRedeemMinterFactoryAddress: () => zoraCreatorRedeemMinterFactoryAddress,
39
39
  zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig
40
40
  });
41
- module.exports = __toCommonJS(package_exports);
41
+ module.exports = __toCommonJS(src_exports);
42
42
 
43
- // package/wagmiGenerated.ts
43
+ // src/wagmiGenerated.ts
44
44
  var zoraCreator1155FactoryImplABI = [
45
45
  {
46
46
  stateMutability: "nonpayable",
@@ -519,11 +519,11 @@ var zoraCreator1155FactoryImplAddress = {
519
519
  5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
520
520
  10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
521
521
  420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
522
- 424: "0x6E742921602a5195f6439c8b8b827E85902E1B2D",
523
522
  999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
524
523
  8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
525
- 58008: "0x6E742921602a5195f6439c8b8b827E85902E1B2D",
524
+ 42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
526
525
  84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
526
+ 421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
527
527
  7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
528
528
  11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
529
529
  999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
@@ -539,7 +539,8 @@ var zoraCreator1155ImplABI = [
539
539
  inputs: [
540
540
  { name: "_mintFeeRecipient", internalType: "address", type: "address" },
541
541
  { name: "_upgradeGate", internalType: "address", type: "address" },
542
- { name: "_protocolRewards", internalType: "address", type: "address" }
542
+ { name: "_protocolRewards", internalType: "address", type: "address" },
543
+ { name: "_mintsAdmin", internalType: "address", type: "address" }
543
544
  ]
544
545
  },
545
546
  { stateMutability: "payable", type: "receive" },
@@ -688,7 +689,7 @@ var zoraCreator1155ImplABI = [
688
689
  {
689
690
  stateMutability: "pure",
690
691
  type: "function",
691
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
692
+ inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
692
693
  name: "computeFreeMintRewards",
693
694
  outputs: [
694
695
  {
@@ -720,7 +721,7 @@ var zoraCreator1155ImplABI = [
720
721
  {
721
722
  stateMutability: "pure",
722
723
  type: "function",
723
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
724
+ inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
724
725
  name: "computePaidMintRewards",
725
726
  outputs: [
726
727
  {
@@ -752,7 +753,20 @@ var zoraCreator1155ImplABI = [
752
753
  {
753
754
  stateMutability: "pure",
754
755
  type: "function",
755
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
756
+ inputs: [
757
+ { name: "totalReward", internalType: "uint256", type: "uint256" },
758
+ { name: "rewardPct", internalType: "uint256", type: "uint256" }
759
+ ],
760
+ name: "computeRewardsPct",
761
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
762
+ },
763
+ {
764
+ stateMutability: "pure",
765
+ type: "function",
766
+ inputs: [
767
+ { name: "mintPrice", internalType: "uint256", type: "uint256" },
768
+ { name: "quantity", internalType: "uint256", type: "uint256" }
769
+ ],
756
770
  name: "computeTotalReward",
757
771
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
758
772
  },
@@ -985,7 +999,7 @@ var zoraCreator1155ImplABI = [
985
999
  outputs: []
986
1000
  },
987
1001
  {
988
- stateMutability: "pure",
1002
+ stateMutability: "view",
989
1003
  type: "function",
990
1004
  inputs: [],
991
1005
  name: "mintFee",
@@ -1025,6 +1039,19 @@ var zoraCreator1155ImplABI = [
1025
1039
  name: "nextTokenId",
1026
1040
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1027
1041
  },
1042
+ {
1043
+ stateMutability: "pure",
1044
+ type: "function",
1045
+ inputs: [
1046
+ { name: "", internalType: "address", type: "address" },
1047
+ { name: "", internalType: "address", type: "address" },
1048
+ { name: "", internalType: "uint256", type: "uint256" },
1049
+ { name: "", internalType: "uint256", type: "uint256" },
1050
+ { name: "", internalType: "bytes", type: "bytes" }
1051
+ ],
1052
+ name: "onERC1155Received",
1053
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1054
+ },
1028
1055
  {
1029
1056
  stateMutability: "view",
1030
1057
  type: "function",
@@ -2715,6 +2742,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2715
2742
  inputs: [],
2716
2743
  name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
2717
2744
  },
2745
+ { type: "error", inputs: [], name: "INITIALIZABLE_CONTRACT_IS_INITIALIZING" },
2718
2746
  {
2719
2747
  type: "error",
2720
2748
  inputs: [],
@@ -2813,7 +2841,9 @@ var zoraCreator1155PremintExecutorImplAddress = {
2813
2841
  420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2814
2842
  999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2815
2843
  8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2844
+ 42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2816
2845
  84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2846
+ 421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2817
2847
  7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2818
2848
  11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2819
2849
  999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
@@ -3059,11 +3089,11 @@ var zoraCreatorFixedPriceSaleStrategyAddress = {
3059
3089
  5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3060
3090
  10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3061
3091
  420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3062
- 424: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
3063
3092
  999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3064
3093
  8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3065
- 58008: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
3094
+ 42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3066
3095
  84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3096
+ 421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3067
3097
  7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3068
3098
  11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3069
3099
  999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
@@ -3273,11 +3303,11 @@ var zoraCreatorMerkleMinterStrategyAddress = {
3273
3303
  5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3274
3304
  10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3275
3305
  420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3276
- 424: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
3277
3306
  999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3278
3307
  8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3279
- 58008: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
3308
+ 42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3280
3309
  84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3310
+ 421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3281
3311
  7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3282
3312
  11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3283
3313
  999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
@@ -3439,11 +3469,11 @@ var zoraCreatorRedeemMinterFactoryAddress = {
3439
3469
  5: "0x78964965cF77850224513a367f899435C5B69174",
3440
3470
  10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3441
3471
  420: "0x78964965cF77850224513a367f899435C5B69174",
3442
- 424: "0xC6899816663891D7493939d74d83cb7f2BBcBB16",
3443
3472
  999: "0x78964965cF77850224513a367f899435C5B69174",
3444
3473
  8453: "0x78964965cF77850224513a367f899435C5B69174",
3445
- 58008: "0xC6899816663891D7493939d74d83cb7f2BBcBB16",
3474
+ 42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3446
3475
  84531: "0x78964965cF77850224513a367f899435C5B69174",
3476
+ 421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3447
3477
  7777777: "0x78964965cF77850224513a367f899435C5B69174",
3448
3478
  11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3449
3479
  999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
@@ -3453,66 +3483,67 @@ var zoraCreatorRedeemMinterFactoryConfig = {
3453
3483
  abi: zoraCreatorRedeemMinterFactoryABI
3454
3484
  };
3455
3485
 
3456
- // package/chainConfigs.ts
3486
+ // src/chainConfigs.ts
3457
3487
  var chainConfigs = {
3458
3488
  [1]: {
3459
- "FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
3460
- "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3461
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3489
+ FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
3490
+ MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3491
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3462
3492
  },
3463
3493
  [10]: {
3464
- "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3465
- "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3466
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3494
+ FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3495
+ MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3496
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3467
3497
  },
3468
3498
  [11155111]: {
3469
- "FACTORY_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3470
- "MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3471
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3499
+ FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3500
+ MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3501
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3472
3502
  },
3473
3503
  [420]: {
3474
- "FACTORY_OWNER": "0xbb45052B2260707655Dfd916a416264f5981192c",
3475
- "MINT_FEE_RECIPIENT": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
3476
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3504
+ FACTORY_OWNER: "0xbb45052B2260707655Dfd916a416264f5981192c",
3505
+ MINT_FEE_RECIPIENT: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
3506
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3477
3507
  },
3478
- [424]: {
3479
- "FACTORY_OWNER": "0x8fbC66d36cceB3Ad69B4d672756da54CcFec1cD2",
3480
- "MINT_FEE_RECIPIENT": "0x95FD5d77B206cCc0B1f7D7A4077fbE8eb4fC31eF",
3481
- "PROTOCOL_REWARDS": "0x7777777A456fF23D9b6851184472c08FBDa73e32"
3508
+ [42161]: {
3509
+ FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
3510
+ MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3511
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3482
3512
  },
3483
- [5]: {
3484
- "FACTORY_OWNER": "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
3485
- "MINT_FEE_RECIPIENT": "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
3486
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3513
+ [421614]: {
3514
+ FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3515
+ MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3516
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3487
3517
  },
3488
- [58008]: {
3489
- "FACTORY_OWNER": "0xfAe426B462f4Bc9857ED28D8473Fb85192f23E9b",
3490
- "MINT_FEE_RECIPIENT": "0x917D86f1eBD1d9f59Dae1C00e5Af7f8689299EC4"
3518
+ [5]: {
3519
+ FACTORY_OWNER: "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
3520
+ MINT_FEE_RECIPIENT: "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
3521
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3491
3522
  },
3492
3523
  [7777777]: {
3493
- "FACTORY_OWNER": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
3494
- "MINT_FEE_RECIPIENT": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
3495
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3524
+ FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
3525
+ MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
3526
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3496
3527
  },
3497
3528
  [8453]: {
3498
- "FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3499
- "MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3500
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3529
+ FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3530
+ MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3531
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3501
3532
  },
3502
3533
  [84531]: {
3503
- "FACTORY_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3504
- "MINT_FEE_RECIPIENT": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3505
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3534
+ FACTORY_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3535
+ MINT_FEE_RECIPIENT: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3536
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3506
3537
  },
3507
3538
  [999]: {
3508
- "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3509
- "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3510
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3539
+ FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3540
+ MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3541
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3511
3542
  },
3512
3543
  [999999999]: {
3513
- "FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3514
- "MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3515
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3544
+ FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3545
+ MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3546
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3516
3547
  }
3517
3548
  };
3518
3549
  // Annotate the CommonJS export names for ESM import in node: