@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.cjs
CHANGED
|
@@ -545,8 +545,7 @@ var zoraCreator1155ImplABI = [
|
|
|
545
545
|
inputs: [
|
|
546
546
|
{ name: "_mintFeeRecipient", internalType: "address", type: "address" },
|
|
547
547
|
{ name: "_upgradeGate", internalType: "address", type: "address" },
|
|
548
|
-
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
549
|
-
{ name: "_mints", internalType: "address", type: "address" }
|
|
548
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
550
549
|
]
|
|
551
550
|
},
|
|
552
551
|
{ stateMutability: "payable", type: "receive" },
|
|
@@ -615,6 +614,18 @@ var zoraCreator1155ImplABI = [
|
|
|
615
614
|
name: "adminMint",
|
|
616
615
|
outputs: []
|
|
617
616
|
},
|
|
617
|
+
{
|
|
618
|
+
stateMutability: "nonpayable",
|
|
619
|
+
type: "function",
|
|
620
|
+
inputs: [
|
|
621
|
+
{ name: "recipient", internalType: "address", type: "address" },
|
|
622
|
+
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
623
|
+
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
624
|
+
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
625
|
+
],
|
|
626
|
+
name: "adminMintBatch",
|
|
627
|
+
outputs: []
|
|
628
|
+
},
|
|
618
629
|
{
|
|
619
630
|
stateMutability: "view",
|
|
620
631
|
type: "function",
|
|
@@ -683,10 +694,71 @@ var zoraCreator1155ImplABI = [
|
|
|
683
694
|
{
|
|
684
695
|
stateMutability: "pure",
|
|
685
696
|
type: "function",
|
|
686
|
-
inputs: [
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
697
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
698
|
+
name: "computeFreeMintRewards",
|
|
699
|
+
outputs: [
|
|
700
|
+
{
|
|
701
|
+
name: "",
|
|
702
|
+
internalType: "struct RewardsSettings",
|
|
703
|
+
type: "tuple",
|
|
704
|
+
components: [
|
|
705
|
+
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
706
|
+
{
|
|
707
|
+
name: "createReferralReward",
|
|
708
|
+
internalType: "uint256",
|
|
709
|
+
type: "uint256"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
name: "mintReferralReward",
|
|
713
|
+
internalType: "uint256",
|
|
714
|
+
type: "uint256"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
name: "firstMinterReward",
|
|
718
|
+
internalType: "uint256",
|
|
719
|
+
type: "uint256"
|
|
720
|
+
},
|
|
721
|
+
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
722
|
+
]
|
|
723
|
+
}
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
stateMutability: "pure",
|
|
728
|
+
type: "function",
|
|
729
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
730
|
+
name: "computePaidMintRewards",
|
|
731
|
+
outputs: [
|
|
732
|
+
{
|
|
733
|
+
name: "",
|
|
734
|
+
internalType: "struct RewardsSettings",
|
|
735
|
+
type: "tuple",
|
|
736
|
+
components: [
|
|
737
|
+
{ name: "creatorReward", internalType: "uint256", type: "uint256" },
|
|
738
|
+
{
|
|
739
|
+
name: "createReferralReward",
|
|
740
|
+
internalType: "uint256",
|
|
741
|
+
type: "uint256"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
name: "mintReferralReward",
|
|
745
|
+
internalType: "uint256",
|
|
746
|
+
type: "uint256"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
name: "firstMinterReward",
|
|
750
|
+
internalType: "uint256",
|
|
751
|
+
type: "uint256"
|
|
752
|
+
},
|
|
753
|
+
{ name: "zoraReward", internalType: "uint256", type: "uint256" }
|
|
754
|
+
]
|
|
755
|
+
}
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
stateMutability: "pure",
|
|
760
|
+
type: "function",
|
|
761
|
+
inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
|
|
690
762
|
name: "computeTotalReward",
|
|
691
763
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
692
764
|
},
|
|
@@ -749,7 +821,7 @@ var zoraCreator1155ImplABI = [
|
|
|
749
821
|
{ name: "premintConfig", internalType: "bytes", type: "bytes" },
|
|
750
822
|
{ name: "premintVersion", internalType: "bytes32", type: "bytes32" },
|
|
751
823
|
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
752
|
-
{ name: "
|
|
824
|
+
{ name: "sender", internalType: "address", type: "address" },
|
|
753
825
|
{
|
|
754
826
|
name: "premintSignerContract",
|
|
755
827
|
internalType: "address",
|
|
@@ -924,32 +996,12 @@ var zoraCreator1155ImplABI = [
|
|
|
924
996
|
outputs: []
|
|
925
997
|
},
|
|
926
998
|
{
|
|
927
|
-
stateMutability: "
|
|
999
|
+
stateMutability: "pure",
|
|
928
1000
|
type: "function",
|
|
929
1001
|
inputs: [],
|
|
930
1002
|
name: "mintFee",
|
|
931
1003
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
932
1004
|
},
|
|
933
|
-
{
|
|
934
|
-
stateMutability: "payable",
|
|
935
|
-
type: "function",
|
|
936
|
-
inputs: [
|
|
937
|
-
{ name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
938
|
-
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
939
|
-
{ name: "minter", internalType: "contract IMinter1155", type: "address" },
|
|
940
|
-
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
941
|
-
{
|
|
942
|
-
name: "rewardsRecipients",
|
|
943
|
-
internalType: "address[]",
|
|
944
|
-
type: "address[]"
|
|
945
|
-
},
|
|
946
|
-
{ name: "minterArguments", internalType: "bytes", type: "bytes" }
|
|
947
|
-
],
|
|
948
|
-
name: "mintWithMints",
|
|
949
|
-
outputs: [
|
|
950
|
-
{ name: "quantityMinted", internalType: "uint256", type: "uint256" }
|
|
951
|
-
]
|
|
952
|
-
},
|
|
953
1005
|
{
|
|
954
1006
|
stateMutability: "payable",
|
|
955
1007
|
type: "function",
|
|
@@ -984,32 +1036,6 @@ var zoraCreator1155ImplABI = [
|
|
|
984
1036
|
name: "nextTokenId",
|
|
985
1037
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
986
1038
|
},
|
|
987
|
-
{
|
|
988
|
-
stateMutability: "pure",
|
|
989
|
-
type: "function",
|
|
990
|
-
inputs: [
|
|
991
|
-
{ name: "", internalType: "address", type: "address" },
|
|
992
|
-
{ name: "", internalType: "address", type: "address" },
|
|
993
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
994
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
995
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
996
|
-
],
|
|
997
|
-
name: "onERC1155BatchReceived",
|
|
998
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
|
|
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
|
-
},
|
|
1013
1039
|
{
|
|
1014
1040
|
stateMutability: "view",
|
|
1015
1041
|
type: "function",
|
|
@@ -1858,7 +1884,6 @@ var zoraCreator1155ImplABI = [
|
|
|
1858
1884
|
inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
|
|
1859
1885
|
name: "NoRendererForToken"
|
|
1860
1886
|
},
|
|
1861
|
-
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
1862
1887
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
1863
1888
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
1864
1889
|
{
|
|
@@ -2872,7 +2897,6 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
2872
2897
|
{ type: "error", inputs: [], name: "MinterContractAlreadyExists" },
|
|
2873
2898
|
{ type: "error", inputs: [], name: "MinterContractDoesNotExist" },
|
|
2874
2899
|
{ type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
|
|
2875
|
-
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
2876
2900
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
2877
2901
|
{ type: "error", inputs: [], name: "ONLY_OWNER" },
|
|
2878
2902
|
{ type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
|
|
@@ -4966,213 +4990,213 @@ __export(__exports, {
|
|
|
4966
4990
|
chainConfigs: () => chainConfigs
|
|
4967
4991
|
});
|
|
4968
4992
|
var chainConfigs = {
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
},
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
},
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
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
|
-
|
|
4993
|
+
1: {
|
|
4994
|
+
FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
4995
|
+
MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
|
|
4996
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
4997
|
+
},
|
|
4998
|
+
10: {
|
|
4999
|
+
FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
5000
|
+
MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
|
|
5001
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5002
|
+
},
|
|
5003
|
+
999: {
|
|
5004
|
+
FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5005
|
+
MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5006
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5007
|
+
},
|
|
5008
|
+
8453: {
|
|
5009
|
+
FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
5010
|
+
MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
|
|
5011
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5012
|
+
},
|
|
5013
|
+
42161: {
|
|
5014
|
+
FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
|
|
5015
|
+
MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
|
|
5016
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5017
|
+
},
|
|
5018
|
+
81457: {
|
|
5019
|
+
FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
|
|
5020
|
+
MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
|
|
5021
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5022
|
+
},
|
|
5023
|
+
421614: {
|
|
5024
|
+
FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
5025
|
+
MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
5026
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5027
|
+
},
|
|
5028
|
+
7777777: {
|
|
5029
|
+
FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
5030
|
+
MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
|
|
5031
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5032
|
+
},
|
|
5033
|
+
11155111: {
|
|
5034
|
+
FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5035
|
+
MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5036
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5037
|
+
},
|
|
5038
|
+
168587773: {
|
|
5039
|
+
FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
5040
|
+
MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
|
|
5041
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5042
|
+
},
|
|
5043
|
+
999999999: {
|
|
5044
|
+
FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5045
|
+
MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5046
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
|
|
5023
5047
|
}
|
|
5024
5048
|
};
|
|
5025
5049
|
var addresses = {
|
|
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
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
},
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
},
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
},
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5050
|
+
1: {
|
|
5051
|
+
CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
|
|
5052
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5053
|
+
FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
|
|
5054
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5055
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5056
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5057
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5058
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5059
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5060
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5061
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5062
|
+
timestamp: 1706664239
|
|
5063
|
+
},
|
|
5064
|
+
10: {
|
|
5065
|
+
CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
|
|
5066
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5067
|
+
FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
|
|
5068
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5069
|
+
FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
|
|
5070
|
+
MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
|
|
5071
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5072
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5073
|
+
REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
|
|
5074
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5075
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5076
|
+
timestamp: 1706664035
|
|
5077
|
+
},
|
|
5078
|
+
999: {
|
|
5079
|
+
CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
|
|
5080
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5081
|
+
FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
|
|
5082
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5083
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5084
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5085
|
+
PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
|
|
5086
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5087
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5088
|
+
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
5089
|
+
timestamp: 1704399834
|
|
5090
|
+
},
|
|
5091
|
+
8453: {
|
|
5092
|
+
CONTRACT_1155_IMPL: "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
|
|
5093
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5094
|
+
FACTORY_IMPL: "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
|
|
5095
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5096
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5097
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5098
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5099
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5100
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5101
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5102
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5103
|
+
timestamp: 1706663976
|
|
5104
|
+
},
|
|
5105
|
+
42161: {
|
|
5106
|
+
CONTRACT_1155_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
|
|
5107
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5108
|
+
FACTORY_IMPL: "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
|
|
5109
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5110
|
+
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
5111
|
+
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
5112
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5113
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5114
|
+
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
5115
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5116
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5117
|
+
timestamp: 1706664653
|
|
5118
|
+
},
|
|
5119
|
+
81457: {
|
|
5120
|
+
CONTRACT_1155_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
|
|
5121
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.1",
|
|
5122
|
+
FACTORY_IMPL: "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
|
|
5123
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5124
|
+
FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
5125
|
+
MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
5126
|
+
PREMINTER_IMPL: "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
|
|
5127
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5128
|
+
REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
5129
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5130
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5131
|
+
timestamp: 1709235955
|
|
5132
|
+
},
|
|
5133
|
+
421614: {
|
|
5134
|
+
CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
|
|
5135
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5136
|
+
FACTORY_IMPL: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
|
|
5137
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5138
|
+
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
5139
|
+
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
5140
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5141
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5142
|
+
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
5143
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5144
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5145
|
+
timestamp: 1706661669
|
|
5146
|
+
},
|
|
5147
|
+
7777777: {
|
|
5148
|
+
CONTRACT_1155_IMPL: "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
|
|
5149
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5150
|
+
FACTORY_IMPL: "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
|
|
5151
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5152
|
+
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
5153
|
+
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
5154
|
+
PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
|
|
5155
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5156
|
+
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
5157
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5158
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5159
|
+
timestamp: 1706663694
|
|
5160
|
+
},
|
|
5161
|
+
11155111: {
|
|
5162
|
+
CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
5163
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
5164
|
+
FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
|
|
5165
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5166
|
+
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
5167
|
+
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
5168
|
+
PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
|
|
5169
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5170
|
+
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
5171
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5172
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
5173
|
+
timestamp: 1704336497
|
|
5174
|
+
},
|
|
5175
|
+
168587773: {
|
|
5176
|
+
CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
5177
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.1",
|
|
5178
|
+
FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
|
|
5179
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5180
|
+
FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
5181
|
+
MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
5182
|
+
PREMINTER_IMPL: "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
|
|
5183
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5184
|
+
REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
5185
|
+
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
5186
|
+
timestamp: 1709234007
|
|
5187
|
+
},
|
|
5188
|
+
999999999: {
|
|
5189
|
+
CONTRACT_1155_IMPL: "0xCD7aA5CbF0187fd8F426F3322E48B02Fb6b973d8",
|
|
5190
|
+
CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
|
|
5191
|
+
FACTORY_IMPL: "0x9474664542fe17AC8f940aaC2160f1816607c9Cc",
|
|
5192
|
+
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5193
|
+
FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
5194
|
+
MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
5195
|
+
PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
|
|
5196
|
+
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5197
|
+
REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
5198
|
+
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
5199
|
+
timestamp: 1711674862
|
|
5176
5200
|
}
|
|
5177
5201
|
};
|
|
5178
5202
|
|
|
@@ -5183,47 +5207,47 @@ __export(mints_exports, {
|
|
|
5183
5207
|
chainConfigs: () => chainConfigs2
|
|
5184
5208
|
});
|
|
5185
5209
|
var chainConfigs2 = {
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5210
|
+
1: {
|
|
5211
|
+
PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
|
|
5212
|
+
MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
|
|
5189
5213
|
},
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5214
|
+
10: {
|
|
5215
|
+
PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
|
|
5216
|
+
MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
|
|
5193
5217
|
},
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5218
|
+
420: {
|
|
5219
|
+
PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
|
|
5220
|
+
MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
|
|
5197
5221
|
},
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5222
|
+
999: {
|
|
5223
|
+
PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
|
|
5224
|
+
MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
|
|
5201
5225
|
},
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5226
|
+
8453: {
|
|
5227
|
+
PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
|
|
5228
|
+
MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
|
|
5205
5229
|
},
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5230
|
+
84531: {
|
|
5231
|
+
PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
|
|
5232
|
+
MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
|
|
5209
5233
|
},
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5234
|
+
7777777: {
|
|
5235
|
+
PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
|
|
5236
|
+
MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
|
|
5213
5237
|
},
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5238
|
+
11155111: {
|
|
5239
|
+
PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
|
|
5240
|
+
MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
|
|
5217
5241
|
},
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5242
|
+
999999999: {
|
|
5243
|
+
PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
|
|
5244
|
+
MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
|
|
5221
5245
|
}
|
|
5222
5246
|
};
|
|
5223
5247
|
var addresses2 = {
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5248
|
+
999999999: {
|
|
5249
|
+
MINTS_MANAGER_IMPL: "0x880AC09CBbc69b49B0FD7434bB7e4eE33D0b0Ae6",
|
|
5250
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.1"
|
|
5227
5251
|
}
|
|
5228
5252
|
};
|
|
5229
5253
|
// Annotate the CommonJS export names for ESM import in node:
|