@zoralabs/protocol-deployments 0.0.11 → 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 -26
- package/CHANGELOG.md +17 -0
- package/README.md +3 -9
- package/dist/{package/chainConfigs.d.ts → chainConfigs.d.ts} +5 -3
- package/dist/chainConfigs.d.ts.map +1 -0
- package/dist/deployment.d.ts.map +1 -0
- package/dist/index.cjs +68 -61
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +64 -57
- package/dist/index.js.map +1 -1
- package/dist/{package/wagmiGenerated.d.ts → wagmiGenerated.d.ts} +158 -68
- package/dist/{package/wagmiGenerated.d.ts.map → wagmiGenerated.d.ts.map} +1 -1
- package/package.json +18 -30
- 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 -14
- package/addresses/10.json +0 -14
- package/addresses/11155111.json +0 -9
- package/addresses/420.json +0 -14
- package/addresses/424.json +0 -11
- package/addresses/5.json +0 -14
- package/addresses/58008.json +0 -11
- package/addresses/7777777.json +0 -15
- package/addresses/8453.json +0 -14
- package/addresses/84531.json +0 -14
- package/addresses/999.json +0 -15
- package/addresses/999999999.json +0 -14
- package/chainConfigs/1.json +0 -5
- package/chainConfigs/10.json +0 -5
- package/chainConfigs/11155111.json +0 -4
- 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 -11
- package/deterministicConfig/upgradeGate/params.json +0 -7
- package/deterministicConfig/upgradeGate/signatures.json +0 -14
- package/dist/package/batchPublish.test.d.ts +0 -451
- 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/chainConfigs.ts +0 -60
- package/package/wagmiGenerated.ts +0 -3640
- package/remappings.txt +0 -9
- package/script/CalculateDeterministicParams.s.sol +0 -84
- package/script/DeployMintersAndImplementations.s.sol +0 -31
- 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 -66
- package/script/signDeploymentTransactions.ts +0 -277
- 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 -145
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// src/wagmiGenerated.ts
|
|
2
2
|
var zoraCreator1155FactoryImplABI = [
|
|
3
3
|
{
|
|
4
4
|
stateMutability: "nonpayable",
|
|
@@ -477,13 +477,13 @@ var zoraCreator1155FactoryImplAddress = {
|
|
|
477
477
|
5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
478
478
|
10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
479
479
|
420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
480
|
-
424: "0x6E742921602a5195f6439c8b8b827E85902E1B2D",
|
|
481
480
|
999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
482
481
|
8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
483
|
-
|
|
482
|
+
42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
484
483
|
84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
484
|
+
421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
485
485
|
7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
486
|
-
11155111: "
|
|
486
|
+
11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
487
487
|
999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
|
|
488
488
|
};
|
|
489
489
|
var zoraCreator1155FactoryImplConfig = {
|
|
@@ -497,7 +497,8 @@ var zoraCreator1155ImplABI = [
|
|
|
497
497
|
inputs: [
|
|
498
498
|
{ name: "_mintFeeRecipient", internalType: "address", type: "address" },
|
|
499
499
|
{ name: "_upgradeGate", internalType: "address", type: "address" },
|
|
500
|
-
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
500
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" },
|
|
501
|
+
{ name: "_mintsAdmin", internalType: "address", type: "address" }
|
|
501
502
|
]
|
|
502
503
|
},
|
|
503
504
|
{ stateMutability: "payable", type: "receive" },
|
|
@@ -543,13 +544,6 @@ var zoraCreator1155ImplABI = [
|
|
|
543
544
|
name: "PERMISSION_BIT_SALES",
|
|
544
545
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
545
546
|
},
|
|
546
|
-
{
|
|
547
|
-
stateMutability: "view",
|
|
548
|
-
type: "function",
|
|
549
|
-
inputs: [],
|
|
550
|
-
name: "PLATFORM_REFERRAL_REWARD_DEPOSIT_REASON",
|
|
551
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
552
|
-
},
|
|
553
547
|
{
|
|
554
548
|
stateMutability: "nonpayable",
|
|
555
549
|
type: "function",
|
|
@@ -653,7 +647,7 @@ var zoraCreator1155ImplABI = [
|
|
|
653
647
|
{
|
|
654
648
|
stateMutability: "pure",
|
|
655
649
|
type: "function",
|
|
656
|
-
inputs: [{ name: "
|
|
650
|
+
inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
|
|
657
651
|
name: "computeFreeMintRewards",
|
|
658
652
|
outputs: [
|
|
659
653
|
{
|
|
@@ -677,12 +671,7 @@ var zoraCreator1155ImplABI = [
|
|
|
677
671
|
internalType: "uint256",
|
|
678
672
|
type: "uint256"
|
|
679
673
|
},
|
|
680
|
-
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
681
|
-
{
|
|
682
|
-
name: "platformReferralReward",
|
|
683
|
-
internalType: "uint256",
|
|
684
|
-
type: "uint256"
|
|
685
|
-
}
|
|
674
|
+
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
686
675
|
]
|
|
687
676
|
}
|
|
688
677
|
]
|
|
@@ -690,7 +679,7 @@ var zoraCreator1155ImplABI = [
|
|
|
690
679
|
{
|
|
691
680
|
stateMutability: "pure",
|
|
692
681
|
type: "function",
|
|
693
|
-
inputs: [{ name: "
|
|
682
|
+
inputs: [{ name: "totalReward", internalType: "uint256", type: "uint256" }],
|
|
694
683
|
name: "computePaidMintRewards",
|
|
695
684
|
outputs: [
|
|
696
685
|
{
|
|
@@ -714,12 +703,7 @@ var zoraCreator1155ImplABI = [
|
|
|
714
703
|
internalType: "uint256",
|
|
715
704
|
type: "uint256"
|
|
716
705
|
},
|
|
717
|
-
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
718
|
-
{
|
|
719
|
-
name: "platformReferralReward",
|
|
720
|
-
internalType: "uint256",
|
|
721
|
-
type: "uint256"
|
|
722
|
-
}
|
|
706
|
+
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
723
707
|
]
|
|
724
708
|
}
|
|
725
709
|
]
|
|
@@ -727,7 +711,20 @@ var zoraCreator1155ImplABI = [
|
|
|
727
711
|
{
|
|
728
712
|
stateMutability: "pure",
|
|
729
713
|
type: "function",
|
|
730
|
-
inputs: [
|
|
714
|
+
inputs: [
|
|
715
|
+
{ name: "totalReward", internalType: "uint256", type: "uint256" },
|
|
716
|
+
{ name: "rewardPct", internalType: "uint256", type: "uint256" }
|
|
717
|
+
],
|
|
718
|
+
name: "computeRewardsPct",
|
|
719
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
stateMutability: "pure",
|
|
723
|
+
type: "function",
|
|
724
|
+
inputs: [
|
|
725
|
+
{ name: "mintPrice", internalType: "uint256", type: "uint256" },
|
|
726
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" }
|
|
727
|
+
],
|
|
731
728
|
name: "computeTotalReward",
|
|
732
729
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
733
730
|
},
|
|
@@ -960,7 +957,7 @@ var zoraCreator1155ImplABI = [
|
|
|
960
957
|
outputs: []
|
|
961
958
|
},
|
|
962
959
|
{
|
|
963
|
-
stateMutability: "
|
|
960
|
+
stateMutability: "view",
|
|
964
961
|
type: "function",
|
|
965
962
|
inputs: [],
|
|
966
963
|
name: "mintFee",
|
|
@@ -1000,6 +997,19 @@ var zoraCreator1155ImplABI = [
|
|
|
1000
997
|
name: "nextTokenId",
|
|
1001
998
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
1002
999
|
},
|
|
1000
|
+
{
|
|
1001
|
+
stateMutability: "pure",
|
|
1002
|
+
type: "function",
|
|
1003
|
+
inputs: [
|
|
1004
|
+
{ name: "", internalType: "address", type: "address" },
|
|
1005
|
+
{ name: "", internalType: "address", type: "address" },
|
|
1006
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1007
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1008
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
1009
|
+
],
|
|
1010
|
+
name: "onERC1155Received",
|
|
1011
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
1012
|
+
},
|
|
1003
1013
|
{
|
|
1004
1014
|
stateMutability: "view",
|
|
1005
1015
|
type: "function",
|
|
@@ -1017,15 +1027,6 @@ var zoraCreator1155ImplABI = [
|
|
|
1017
1027
|
name: "permissions",
|
|
1018
1028
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
1019
1029
|
},
|
|
1020
|
-
{
|
|
1021
|
-
stateMutability: "view",
|
|
1022
|
-
type: "function",
|
|
1023
|
-
inputs: [],
|
|
1024
|
-
name: "protocolRewards",
|
|
1025
|
-
outputs: [
|
|
1026
|
-
{ name: "", internalType: "contract IProtocolRewards", type: "address" }
|
|
1027
|
-
]
|
|
1028
|
-
},
|
|
1029
1030
|
{
|
|
1030
1031
|
stateMutability: "view",
|
|
1031
1032
|
type: "function",
|
|
@@ -2699,6 +2700,7 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2699
2700
|
inputs: [],
|
|
2700
2701
|
name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
|
|
2701
2702
|
},
|
|
2703
|
+
{ type: "error", inputs: [], name: "INITIALIZABLE_CONTRACT_IS_INITIALIZING" },
|
|
2702
2704
|
{
|
|
2703
2705
|
type: "error",
|
|
2704
2706
|
inputs: [],
|
|
@@ -2797,8 +2799,11 @@ var zoraCreator1155PremintExecutorImplAddress = {
|
|
|
2797
2799
|
420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2798
2800
|
999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2799
2801
|
8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2802
|
+
42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2800
2803
|
84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2804
|
+
421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2801
2805
|
7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2806
|
+
11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
2802
2807
|
999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
|
|
2803
2808
|
};
|
|
2804
2809
|
var zoraCreator1155PremintExecutorImplConfig = {
|
|
@@ -3042,13 +3047,13 @@ var zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
|
3042
3047
|
5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3043
3048
|
10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
|
|
3044
3049
|
420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3045
|
-
424: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
|
|
3046
3050
|
999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3047
3051
|
8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3048
|
-
|
|
3052
|
+
42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3049
3053
|
84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3054
|
+
421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3050
3055
|
7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
3051
|
-
11155111: "
|
|
3056
|
+
11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
3052
3057
|
999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
|
|
3053
3058
|
};
|
|
3054
3059
|
var zoraCreatorFixedPriceSaleStrategyConfig = {
|
|
@@ -3256,13 +3261,13 @@ var zoraCreatorMerkleMinterStrategyAddress = {
|
|
|
3256
3261
|
5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3257
3262
|
10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
|
|
3258
3263
|
420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3259
|
-
424: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
|
|
3260
3264
|
999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3261
3265
|
8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3262
|
-
|
|
3266
|
+
42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3263
3267
|
84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3268
|
+
421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3264
3269
|
7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
3265
|
-
11155111: "
|
|
3270
|
+
11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
3266
3271
|
999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
|
|
3267
3272
|
};
|
|
3268
3273
|
var zoraCreatorMerkleMinterStrategyConfig = {
|
|
@@ -3422,13 +3427,13 @@ var zoraCreatorRedeemMinterFactoryAddress = {
|
|
|
3422
3427
|
5: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3423
3428
|
10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
|
|
3424
3429
|
420: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3425
|
-
424: "0xC6899816663891D7493939d74d83cb7f2BBcBB16",
|
|
3426
3430
|
999: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3427
3431
|
8453: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3428
|
-
|
|
3432
|
+
42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3429
3433
|
84531: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3434
|
+
421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3430
3435
|
7777777: "0x78964965cF77850224513a367f899435C5B69174",
|
|
3431
|
-
11155111: "
|
|
3436
|
+
11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
3432
3437
|
999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
|
|
3433
3438
|
};
|
|
3434
3439
|
var zoraCreatorRedeemMinterFactoryConfig = {
|
|
@@ -3436,7 +3441,7 @@ var zoraCreatorRedeemMinterFactoryConfig = {
|
|
|
3436
3441
|
abi: zoraCreatorRedeemMinterFactoryABI
|
|
3437
3442
|
};
|
|
3438
3443
|
|
|
3439
|
-
//
|
|
3444
|
+
// src/chainConfigs.ts
|
|
3440
3445
|
var chainConfigs = {
|
|
3441
3446
|
[1]: {
|
|
3442
3447
|
FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
@@ -3449,28 +3454,30 @@ var chainConfigs = {
|
|
|
3449
3454
|
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3450
3455
|
},
|
|
3451
3456
|
[11155111]: {
|
|
3452
|
-
FACTORY_OWNER: "
|
|
3453
|
-
MINT_FEE_RECIPIENT: "
|
|
3457
|
+
FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
3458
|
+
MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
3459
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3454
3460
|
},
|
|
3455
3461
|
[420]: {
|
|
3456
3462
|
FACTORY_OWNER: "0xbb45052B2260707655Dfd916a416264f5981192c",
|
|
3457
3463
|
MINT_FEE_RECIPIENT: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
|
|
3458
3464
|
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3459
3465
|
},
|
|
3460
|
-
[
|
|
3461
|
-
FACTORY_OWNER: "
|
|
3462
|
-
MINT_FEE_RECIPIENT: "
|
|
3463
|
-
PROTOCOL_REWARDS: "
|
|
3466
|
+
[42161]: {
|
|
3467
|
+
FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
3468
|
+
MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
3469
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3470
|
+
},
|
|
3471
|
+
[421614]: {
|
|
3472
|
+
FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
3473
|
+
MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
3474
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3464
3475
|
},
|
|
3465
3476
|
[5]: {
|
|
3466
3477
|
FACTORY_OWNER: "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
|
|
3467
3478
|
MINT_FEE_RECIPIENT: "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
|
|
3468
3479
|
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
3469
3480
|
},
|
|
3470
|
-
[58008]: {
|
|
3471
|
-
FACTORY_OWNER: "0xfAe426B462f4Bc9857ED28D8473Fb85192f23E9b",
|
|
3472
|
-
MINT_FEE_RECIPIENT: "0x917D86f1eBD1d9f59Dae1C00e5Af7f8689299EC4"
|
|
3473
|
-
},
|
|
3474
3481
|
[7777777]: {
|
|
3475
3482
|
FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
3476
3483
|
MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
|