@zoralabs/protocol-deployments 0.1.5-DEV.0 → 0.1.5-DEV.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/CHANGELOG.md +6 -0
- package/dist/generated/1155.d.ts +22 -22
- package/dist/generated/mints.d.ts +10 -10
- package/dist/generated/wagmi.d.ts +93 -115
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +314 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +314 -290
- package/dist/index.js.map +1 -1
- package/json/1155.json +5 -5
- package/json/mints.json +1 -1
- package/package.json +3 -3
- package/src/generated/1155.ts +207 -207
- package/src/generated/mints.ts +41 -41
- package/src/generated/wagmi.ts +78 -54
package/dist/index.js
CHANGED
|
@@ -502,8 +502,7 @@ var zoraCreator1155ImplABI = [
|
|
|
502
502
|
inputs: [
|
|
503
503
|
{ name: "_mintFeeRecipient", internalType: "address", type: "address" },
|
|
504
504
|
{ name: "_upgradeGate", internalType: "address", type: "address" },
|
|
505
|
-
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
506
|
-
{ name: "_mints", internalType: "address", type: "address" }
|
|
505
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
507
506
|
]
|
|
508
507
|
},
|
|
509
508
|
{ stateMutability: "payable", type: "receive" },
|
|
@@ -572,6 +571,18 @@ var zoraCreator1155ImplABI = [
|
|
|
572
571
|
name: "adminMint",
|
|
573
572
|
outputs: []
|
|
574
573
|
},
|
|
574
|
+
{
|
|
575
|
+
stateMutability: "nonpayable",
|
|
576
|
+
type: "function",
|
|
577
|
+
inputs: [
|
|
578
|
+
{ name: "recipient", internalType: "address", type: "address" },
|
|
579
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
580
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
581
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
582
|
+
],
|
|
583
|
+
name: "adminMintBatch",
|
|
584
|
+
outputs: []
|
|
585
|
+
},
|
|
575
586
|
{
|
|
576
587
|
stateMutability: "view",
|
|
577
588
|
type: "function",
|
|
@@ -640,10 +651,71 @@ var zoraCreator1155ImplABI = [
|
|
|
640
651
|
{
|
|
641
652
|
stateMutability: "pure",
|
|
642
653
|
type: "function",
|
|
643
|
-
inputs: [
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
654
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
655
|
+
name: "computeFreeMintRewards",
|
|
656
|
+
outputs: [
|
|
657
|
+
{
|
|
658
|
+
name: "",
|
|
659
|
+
internalType: "struct RewardsSettings",
|
|
660
|
+
type: "tuple",
|
|
661
|
+
components: [
|
|
662
|
+
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
663
|
+
{
|
|
664
|
+
name: "createReferralReward",
|
|
665
|
+
internalType: "uint256",
|
|
666
|
+
type: "uint256"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
name: "mintReferralReward",
|
|
670
|
+
internalType: "uint256",
|
|
671
|
+
type: "uint256"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
name: "firstMinterReward",
|
|
675
|
+
internalType: "uint256",
|
|
676
|
+
type: "uint256"
|
|
677
|
+
},
|
|
678
|
+
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
679
|
+
]
|
|
680
|
+
}
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
stateMutability: "pure",
|
|
685
|
+
type: "function",
|
|
686
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
687
|
+
name: "computePaidMintRewards",
|
|
688
|
+
outputs: [
|
|
689
|
+
{
|
|
690
|
+
name: "",
|
|
691
|
+
internalType: "struct RewardsSettings",
|
|
692
|
+
type: "tuple",
|
|
693
|
+
components: [
|
|
694
|
+
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
695
|
+
{
|
|
696
|
+
name: "createReferralReward",
|
|
697
|
+
internalType: "uint256",
|
|
698
|
+
type: "uint256"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
name: "mintReferralReward",
|
|
702
|
+
internalType: "uint256",
|
|
703
|
+
type: "uint256"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
name: "firstMinterReward",
|
|
707
|
+
internalType: "uint256",
|
|
708
|
+
type: "uint256"
|
|
709
|
+
},
|
|
710
|
+
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
711
|
+
]
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
stateMutability: "pure",
|
|
717
|
+
type: "function",
|
|
718
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
647
719
|
name: "computeTotalReward",
|
|
648
720
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
649
721
|
},
|
|
@@ -706,7 +778,7 @@ var zoraCreator1155ImplABI = [
|
|
|
706
778
|
{ name: "premintConfig", internalType: "bytes", type: "bytes" },
|
|
707
779
|
{ name: "premintVersion", internalType: "bytes32", type: "bytes32" },
|
|
708
780
|
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
709
|
-
{ name: "
|
|
781
|
+
{ name: "sender", internalType: "address", type: "address" },
|
|
710
782
|
{
|
|
711
783
|
name: "premintSignerContract",
|
|
712
784
|
internalType: "address",
|
|
@@ -881,32 +953,12 @@ var zoraCreator1155ImplABI = [
|
|
|
881
953
|
outputs: []
|
|
882
954
|
},
|
|
883
955
|
{
|
|
884
|
-
stateMutability: "
|
|
956
|
+
stateMutability: "pure",
|
|
885
957
|
type: "function",
|
|
886
958
|
inputs: [],
|
|
887
959
|
name: "mintFee",
|
|
888
960
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
889
961
|
},
|
|
890
|
-
{
|
|
891
|
-
stateMutability: "payable",
|
|
892
|
-
type: "function",
|
|
893
|
-
inputs: [
|
|
894
|
-
{ name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
895
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
896
|
-
{ name: "minter", internalType: "contract IMinter1155", type: "address" },
|
|
897
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
898
|
-
{
|
|
899
|
-
name: "rewardsRecipients",
|
|
900
|
-
internalType: "address[]",
|
|
901
|
-
type: "address[]"
|
|
902
|
-
},
|
|
903
|
-
{ name: "minterArguments", internalType: "bytes", type: "bytes" }
|
|
904
|
-
],
|
|
905
|
-
name: "mintWithMints",
|
|
906
|
-
outputs: [
|
|
907
|
-
{ name: "quantityMinted", internalType: "uint256", type: "uint256" }
|
|
908
|
-
]
|
|
909
|
-
},
|
|
910
962
|
{
|
|
911
963
|
stateMutability: "payable",
|
|
912
964
|
type: "function",
|
|
@@ -941,32 +993,6 @@ var zoraCreator1155ImplABI = [
|
|
|
941
993
|
name: "nextTokenId",
|
|
942
994
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
943
995
|
},
|
|
944
|
-
{
|
|
945
|
-
stateMutability: "pure",
|
|
946
|
-
type: "function",
|
|
947
|
-
inputs: [
|
|
948
|
-
{ name: "", internalType: "address", type: "address" },
|
|
949
|
-
{ name: "", internalType: "address", type: "address" },
|
|
950
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
951
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
952
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
953
|
-
],
|
|
954
|
-
name: "onERC1155BatchReceived",
|
|
955
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
stateMutability: "pure",
|
|
959
|
-
type: "function",
|
|
960
|
-
inputs: [
|
|
961
|
-
{ name: "", internalType: "address", type: "address" },
|
|
962
|
-
{ name: "", internalType: "address", type: "address" },
|
|
963
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
964
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
965
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
966
|
-
],
|
|
967
|
-
name: "onERC1155Received",
|
|
968
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
969
|
-
},
|
|
970
996
|
{
|
|
971
997
|
stateMutability: "view",
|
|
972
998
|
type: "function",
|
|
@@ -1815,7 +1841,6 @@ var zoraCreator1155ImplABI = [
|
|
|
1815
1841
|
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
1816
1842
|
name: "NoRendererForToken"
|
|
1817
1843
|
},
|
|
1818
|
-
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
1819
1844
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
1820
1845
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
1821
1846
|
{
|
|
@@ -2829,7 +2854,6 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2829
2854
|
{ type: "error", inputs: [], name: "MinterContractAlreadyExists" },
|
|
2830
2855
|
{ type: "error", inputs: [], name: "MinterContractDoesNotExist" },
|
|
2831
2856
|
{ type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
|
|
2832
|
-
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
2833
2857
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
2834
2858
|
{ type: "error", inputs: [], name: "ONLY_OWNER" },
|
|
2835
2859
|
{ type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
|
|
@@ -4923,213 +4947,213 @@ __export(__exports, {
|
|
|
4923
4947
|
chainConfigs: () => chainConfigs
|
|
4924
4948
|
});
|
|
4925
4949
|
var chainConfigs = {
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
},
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
},
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
},
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
},
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
},
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
},
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
},
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
},
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
},
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
},
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4950
|
+
1: {
|
|
4951
|
+
FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
4952
|
+
MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
4953
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4954
|
+
},
|
|
4955
|
+
10: {
|
|
4956
|
+
FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
4957
|
+
MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
4958
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4959
|
+
},
|
|
4960
|
+
999: {
|
|
4961
|
+
FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
4962
|
+
MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
4963
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4964
|
+
},
|
|
4965
|
+
8453: {
|
|
4966
|
+
FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
4967
|
+
MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
4968
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4969
|
+
},
|
|
4970
|
+
42161: {
|
|
4971
|
+
FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
4972
|
+
MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
4973
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4974
|
+
},
|
|
4975
|
+
81457: {
|
|
4976
|
+
FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
|
|
4977
|
+
MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
|
|
4978
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4979
|
+
},
|
|
4980
|
+
421614: {
|
|
4981
|
+
FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
4982
|
+
MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
4983
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4984
|
+
},
|
|
4985
|
+
7777777: {
|
|
4986
|
+
FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
4987
|
+
MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
|
|
4988
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4989
|
+
},
|
|
4990
|
+
11155111: {
|
|
4991
|
+
FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
4992
|
+
MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
4993
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4994
|
+
},
|
|
4995
|
+
168587773: {
|
|
4996
|
+
FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
4997
|
+
MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
4998
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4999
|
+
},
|
|
5000
|
+
999999999: {
|
|
5001
|
+
FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5002
|
+
MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5003
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4980
5004
|
}
|
|
4981
5005
|
};
|
|
4982
5006
|
var addresses = {
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
},
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
},
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
},
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
},
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
},
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
},
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
},
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
},
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
},
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
},
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5007
|
+
1: {
|
|
5008
|
+
CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
|
|
5009
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5010
|
+
FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
|
|
5011
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5012
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5013
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5014
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5015
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5016
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5017
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5018
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5019
|
+
timestamp: 1706664239
|
|
5020
|
+
},
|
|
5021
|
+
10: {
|
|
5022
|
+
CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
|
|
5023
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5024
|
+
FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
|
|
5025
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5026
|
+
FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
|
|
5027
|
+
MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
|
|
5028
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5029
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5030
|
+
REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
|
|
5031
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5032
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5033
|
+
timestamp: 1706664035
|
|
5034
|
+
},
|
|
5035
|
+
999: {
|
|
5036
|
+
CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
|
|
5037
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5038
|
+
FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
|
|
5039
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5040
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5041
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5042
|
+
PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
|
|
5043
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5044
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5045
|
+
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
5046
|
+
timestamp: 1704399834
|
|
5047
|
+
},
|
|
5048
|
+
8453: {
|
|
5049
|
+
CONTRACT_1155_IMPL: "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
|
|
5050
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5051
|
+
FACTORY_IMPL: "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
|
|
5052
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5053
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5054
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5055
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5056
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5057
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5058
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5059
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5060
|
+
timestamp: 1706663976
|
|
5061
|
+
},
|
|
5062
|
+
42161: {
|
|
5063
|
+
CONTRACT_1155_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
|
|
5064
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5065
|
+
FACTORY_IMPL: "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
|
|
5066
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5067
|
+
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
5068
|
+
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
5069
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5070
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5071
|
+
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
5072
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5073
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5074
|
+
timestamp: 1706664653
|
|
5075
|
+
},
|
|
5076
|
+
81457: {
|
|
5077
|
+
CONTRACT_1155_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
|
|
5078
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.1",
|
|
5079
|
+
FACTORY_IMPL: "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
|
|
5080
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5081
|
+
FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
5082
|
+
MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
5083
|
+
PREMINTER_IMPL: "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
|
|
5084
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5085
|
+
REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
5086
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5087
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5088
|
+
timestamp: 1709235955
|
|
5089
|
+
},
|
|
5090
|
+
421614: {
|
|
5091
|
+
CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
|
|
5092
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5093
|
+
FACTORY_IMPL: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
|
|
5094
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5095
|
+
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
5096
|
+
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
5097
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5098
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5099
|
+
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
5100
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5101
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5102
|
+
timestamp: 1706661669
|
|
5103
|
+
},
|
|
5104
|
+
7777777: {
|
|
5105
|
+
CONTRACT_1155_IMPL: "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
|
|
5106
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5107
|
+
FACTORY_IMPL: "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
|
|
5108
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5109
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5110
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5111
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5112
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5113
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5114
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5115
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5116
|
+
timestamp: 1706663694
|
|
5117
|
+
},
|
|
5118
|
+
11155111: {
|
|
5119
|
+
CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
5120
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5121
|
+
FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
|
|
5122
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5123
|
+
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
5124
|
+
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
5125
|
+
PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
|
|
5126
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5127
|
+
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
5128
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5129
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5130
|
+
timestamp: 1704336497
|
|
5131
|
+
},
|
|
5132
|
+
168587773: {
|
|
5133
|
+
CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
5134
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.1",
|
|
5135
|
+
FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
|
|
5136
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5137
|
+
FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
5138
|
+
MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
5139
|
+
PREMINTER_IMPL: "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
|
|
5140
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5141
|
+
REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
5142
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5143
|
+
timestamp: 1709234007
|
|
5144
|
+
},
|
|
5145
|
+
999999999: {
|
|
5146
|
+
CONTRACT_1155_IMPL: "0xCD7aA5CbF0187fd8F426F3322E48B02Fb6b973d8",
|
|
5147
|
+
CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
|
|
5148
|
+
FACTORY_IMPL: "0x9474664542fe17AC8f940aaC2160f1816607c9Cc",
|
|
5149
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5150
|
+
FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
5151
|
+
MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
5152
|
+
PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
|
|
5153
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5154
|
+
REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
5155
|
+
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
5156
|
+
timestamp: 1711674862
|
|
5133
5157
|
}
|
|
5134
5158
|
};
|
|
5135
5159
|
|
|
@@ -5140,47 +5164,47 @@ __export(mints_exports, {
|
|
|
5140
5164
|
chainConfigs: () => chainConfigs2
|
|
5141
5165
|
});
|
|
5142
5166
|
var chainConfigs2 = {
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5167
|
+
1: {
|
|
5168
|
+
PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
5169
|
+
MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
|
|
5146
5170
|
},
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5171
|
+
10: {
|
|
5172
|
+
PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
5173
|
+
MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
|
|
5150
5174
|
},
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5175
|
+
420: {
|
|
5176
|
+
PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
|
|
5177
|
+
MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
|
|
5154
5178
|
},
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5179
|
+
999: {
|
|
5180
|
+
PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5181
|
+
MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
|
|
5158
5182
|
},
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5183
|
+
8453: {
|
|
5184
|
+
PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
5185
|
+
MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
|
|
5162
5186
|
},
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5187
|
+
84531: {
|
|
5188
|
+
PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
|
|
5189
|
+
MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
|
|
5166
5190
|
},
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5191
|
+
7777777: {
|
|
5192
|
+
PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
5193
|
+
MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
|
|
5170
5194
|
},
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5195
|
+
11155111: {
|
|
5196
|
+
PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5197
|
+
MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
|
|
5174
5198
|
},
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5199
|
+
999999999: {
|
|
5200
|
+
PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5201
|
+
MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
|
|
5178
5202
|
}
|
|
5179
5203
|
};
|
|
5180
5204
|
var addresses2 = {
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5205
|
+
999999999: {
|
|
5206
|
+
MINTS_MANAGER_IMPL: "0x880AC09CBbc69b49B0FD7434bB7e4eE33D0b0Ae6",
|
|
5207
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.1"
|
|
5184
5208
|
}
|
|
5185
5209
|
};
|
|
5186
5210
|
export {
|