@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.
- package/.turbo/turbo-build.log +24 -25
- package/CHANGELOG.md +10 -0
- package/README.md +2 -8
- package/dist/{package/chainConfigs.d.ts → chainConfigs.d.ts} +4 -3
- package/dist/chainConfigs.d.ts.map +1 -0
- package/dist/deployment.d.ts.map +1 -0
- package/dist/index.cjs +88 -57
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +84 -53
- package/dist/index.js.map +1 -1
- package/dist/{package/wagmiGenerated.d.ts → wagmiGenerated.d.ts} +118 -44
- package/dist/{package/wagmiGenerated.d.ts.map → wagmiGenerated.d.ts.map} +1 -1
- package/package.json +9 -21
- package/{script → scripts}/bundle-chainConfigs.mjs +9 -7
- package/tsconfig.json +1 -1
- package/tsup.config.ts +5 -5
- package/wagmi.config.ts +31 -9
- package/.env.anvil +0 -2
- package/addresses/1.json +0 -13
- package/addresses/10.json +0 -13
- package/addresses/11155111.json +0 -13
- package/addresses/420.json +0 -13
- package/addresses/424.json +0 -11
- package/addresses/5.json +0 -14
- package/addresses/58008.json +0 -11
- package/addresses/7777777.json +0 -13
- package/addresses/8453.json +0 -13
- package/addresses/84531.json +0 -14
- package/addresses/999.json +0 -13
- package/addresses/999999999.json +0 -14
- package/chainConfigs/1.json +0 -5
- package/chainConfigs/10.json +0 -5
- package/chainConfigs/11155111.json +0 -5
- package/chainConfigs/420.json +0 -5
- package/chainConfigs/424.json +0 -5
- package/chainConfigs/5.json +0 -5
- package/chainConfigs/58008.json +0 -4
- package/chainConfigs/7777777.json +0 -5
- package/chainConfigs/8453.json +0 -5
- package/chainConfigs/84531.json +0 -5
- package/chainConfigs/999.json +0 -5
- package/chainConfigs/999999999.json +0 -5
- package/deterministicConfig/factoryProxy/params.json +0 -10
- package/deterministicConfig/factoryProxy/signatures.json +0 -14
- package/deterministicConfig/premintExecutorProxy/params.json +0 -10
- package/deterministicConfig/premintExecutorProxy/signatures.json +0 -12
- package/deterministicConfig/upgradeGate/params.json +0 -7
- package/deterministicConfig/upgradeGate/signatures.json +0 -14
- package/dist/package/batchPublish.test.d.ts +0 -452
- package/dist/package/batchPublish.test.d.ts.map +0 -1
- package/dist/package/chainConfigs.d.ts.map +0 -1
- package/dist/package/deployment.d.ts.map +0 -1
- package/dist/package/index.d.ts.map +0 -1
- package/dist/script/copy-deployed-contracts.d.ts +0 -2
- package/dist/script/copy-deployed-contracts.d.ts.map +0 -1
- package/dist/script/signDeploymentTransactions.d.ts +0 -2
- package/dist/script/signDeploymentTransactions.d.ts.map +0 -1
- package/foundry.toml +0 -41
- package/package/batchPublish.test.ts +0 -327
- package/package/wagmiGenerated.ts +0 -3657
- package/remappings.txt +0 -9
- package/script/CalculateDeterministicParams.s.sol +0 -84
- package/script/DeployMintersAndImplementations.s.sol +0 -29
- package/script/DeployNew1155Impl.s.sol +0 -24
- package/script/DeployNewImplementation.s.sol +0 -26
- package/script/DeployPreminterImpl.s.sol +0 -23
- package/script/DeployProxiesToNewChain.s.sol +0 -50
- package/script/DeployTestContracts.s.sol +0 -35
- package/script/DeployUpgradeGate.s.sol +0 -27
- package/script/Upgrade.s.sol +0 -83
- package/script/UpgradePreminter.s.sol +0 -34
- package/script/copy-deployed-contracts.ts +0 -86
- package/script/signDeploymentTransactions.ts +0 -302
- package/src/DeploymentConfig.sol +0 -124
- package/src/DeploymentTestingUtils.sol +0 -166
- package/src/DeterministicDeployerScript.sol +0 -249
- package/src/DeterministicProxyDeployer.sol +0 -139
- package/src/IImmutableCreate2Factory.sol +0 -59
- package/src/Zora1155PremintFixtures.sol +0 -75
- package/src/ZoraDeployerBase.sol +0 -144
- package/src/ZoraDeployerUtils.sol +0 -212
- package/test/NewFactoryProxyDeployer.t.sol +0 -127
- package/test/UpgradesTest.t.sol +0 -222
- package/test/ZoraCreator1155Factory_Fork.t.sol +0 -149
- package/test/ZoraCreator1155PremintExecutorForkTest.t.sol +0 -205
- /package/dist/{package/deployment.d.ts → deployment.d.ts} +0 -0
- /package/dist/{package/index.d.ts → index.d.ts} +0 -0
- /package/{package → src}/deployment.ts +0 -0
- /package/{package → src}/index.ts +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,28 +6,27 @@ $ wagmi generate
|
|
|
6
6
|
✔ Resolving contracts
|
|
7
7
|
- Running plugins
|
|
8
8
|
✔ Running plugins
|
|
9
|
-
- Writing to
|
|
10
|
-
✔ Writing to
|
|
11
|
-
$ node
|
|
12
|
-
$ prettier --write '
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
[32mESM[39m ⚡️ 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
|
-
|
|
3
|
+
Published package containing a bundle of deployed addresses and versions for the Zora Protocol.
|
|
4
4
|
|
|
5
|
-
##
|
|
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
|
-
|
|
22
|
+
42161: {
|
|
23
23
|
FACTORY_OWNER: string;
|
|
24
24
|
MINT_FEE_RECIPIENT: string;
|
|
25
25
|
PROTOCOL_REWARDS: string;
|
|
26
26
|
};
|
|
27
|
-
|
|
27
|
+
421614: {
|
|
28
28
|
FACTORY_OWNER: string;
|
|
29
29
|
MINT_FEE_RECIPIENT: string;
|
|
30
30
|
PROTOCOL_REWARDS: string;
|
|
31
31
|
};
|
|
32
|
-
|
|
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
|
-
//
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
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(
|
|
41
|
+
module.exports = __toCommonJS(src_exports);
|
|
42
42
|
|
|
43
|
-
//
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
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: [
|
|
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: "
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
//
|
|
3486
|
+
// src/chainConfigs.ts
|
|
3457
3487
|
var chainConfigs = {
|
|
3458
3488
|
[1]: {
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3489
|
+
FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
3490
|
+
MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
3491
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3462
3492
|
},
|
|
3463
3493
|
[10]: {
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3494
|
+
FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
3495
|
+
MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
3496
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3467
3497
|
},
|
|
3468
3498
|
[11155111]: {
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3499
|
+
FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
3500
|
+
MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
3501
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3472
3502
|
},
|
|
3473
3503
|
[420]: {
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3504
|
+
FACTORY_OWNER: "0xbb45052B2260707655Dfd916a416264f5981192c",
|
|
3505
|
+
MINT_FEE_RECIPIENT: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
|
|
3506
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3477
3507
|
},
|
|
3478
|
-
[
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3508
|
+
[42161]: {
|
|
3509
|
+
FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
3510
|
+
MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
3511
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3482
3512
|
},
|
|
3483
|
-
[
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3513
|
+
[421614]: {
|
|
3514
|
+
FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
3515
|
+
MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
3516
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3487
3517
|
},
|
|
3488
|
-
[
|
|
3489
|
-
|
|
3490
|
-
|
|
3518
|
+
[5]: {
|
|
3519
|
+
FACTORY_OWNER: "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
|
|
3520
|
+
MINT_FEE_RECIPIENT: "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
|
|
3521
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3491
3522
|
},
|
|
3492
3523
|
[7777777]: {
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3524
|
+
FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
3525
|
+
MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
|
|
3526
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3496
3527
|
},
|
|
3497
3528
|
[8453]: {
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3529
|
+
FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
3530
|
+
MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
3531
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3501
3532
|
},
|
|
3502
3533
|
[84531]: {
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3534
|
+
FACTORY_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
|
|
3535
|
+
MINT_FEE_RECIPIENT: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
|
|
3536
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3506
3537
|
},
|
|
3507
3538
|
[999]: {
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3539
|
+
FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
3540
|
+
MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
3541
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3511
3542
|
},
|
|
3512
3543
|
[999999999]: {
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
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:
|